Description
Create your own portfolio on Portfolium and embed it to your WordPress site.
About Portfolium
Portfolium is an e-portfolio site for students and young professionals to showcase their work and projects. Portfolium uniquely provides a deeper, more all-encompassing view of a student’s passions, abilities and potential.
Portfolium WordPress Plugin
Using this plugin you can embed entries from portfolium into your WordPress site using the entry URL or entry ID.
Choose any entry from Portfolium, or create your own! Copy the entry URL and paste it to the post text editor. Then simply click over to the visual editor to confirm that it loads properly.
Alternatively, you can embed an entry into your content using the [portfolium id=""]
shortcode and the entry ID.
More Information
For any questions or more information, please contact us.
Screenshots
Installation
Installation
- In your WordPress Dashboard go to “Plugins” -> “Add Plugin”.
- Search for “Portfolium”.
- Install the plugin by pressing the “Install” button.
- Activate the plugin by pressing the “Activate” button.
Minimum Requirements
- WordPress version 3.5 or greater.
- PHP version 5.2.4 or greater.
- MySQL version 5.0 or greater.
Recommended Requirements
- The latest WordPress version.
- PHP version 7.0 or greater.
- MySQL version 5.6 or greater.
FAQ
- Installation Instructions
-
Installation
- In your WordPress Dashboard go to “Plugins” -> “Add Plugin”.
- Search for “Portfolium”.
- Install the plugin by pressing the “Install” button.
- Activate the plugin by pressing the “Activate” button.
Minimum Requirements
- WordPress version 3.5 or greater.
- PHP version 5.2.4 or greater.
- MySQL version 5.0 or greater.
Recommended Requirements
- The latest WordPress version.
- PHP version 7.0 or greater.
- MySQL version 5.6 or greater.
- How do I embed entries from Portfolium?
-
With this plugin you can use the URL to embed entries. Just paste the entry URL into your post editor:
https://portfolium.com/entry/space-shuttle-main-engine - How do I set custom dimensions to my entries?
-
For advanced customisation, the plugin supports shortcodes with
id
andwidth
parameters:
[portfolium id=”1955″ width=”500″]Since WordPress 4.2, you can double-click the embedded item to set the max width and max height. It will add the WordPress
[embed]
shortcode:
[embed width=”500″ height=”500″]https://portfolium.com/entry/space-shuttle-main-engine[/embed]Note: Doing it the WordPress way, using the
[embed]
shortcode, is backwards and forward compatible, and it works with all the themes.
Reviews
Contributors and Developers
“Portfolium” is open source software. The following people have contributed to this plugin.
Contributors“Portfolium” has been translated into 6 locales. Thank you to the translators for their contributions.
Translate “Portfolium” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Change Log
1.4 (2016-04-04)
- Move plugin files to ‘includes’ directory.
1.3 (2015-12-01)
- Remove the extract() function from the shortcode.
- Remove po/mo files from the plugin.
- Use translate.wordpress.org to translate the plugin.
1.2 (2015-03-28)
- Prevent direct access to PHP file.
- Prevent direct access to directories.
1.1 (2015-03-19)
- Add portfolium shortcode.
- Add screenshots.
- Add i18n support.
- Add Hebrew (he_IL) translation.
1.0 (2015-03-18)
- Initial release.
- Register oEmbed provider.