Difference between revisions of "Prezi Embed - WordPress"
From Help Wiki
m |
m |
||
Line 4: | Line 4: | ||
#[[Activating plugins - WordPress|Activate the plugin]] | #[[Activating plugins - WordPress|Activate the plugin]] | ||
#Use the plugin shortcode [prezi] in combination with your Prezi's url or ID. | #Use the plugin shortcode [prezi] in combination with your Prezi's url or ID. | ||
− | + | <pre>[prezi id='http://prezi.com/hgjm18z36h75/why-should-you-move-beyond-slides/']</pre> | |
− | + | ||
+ | *The plugin understands both the unique presentation ID (found in the prezi.com URL) or the entire URL. [prezi id='hgjm18z36h75'] [prezi id='http://prezi.com/hgjm18z36h75/why-should-you-move-beyond-slides/'] | ||
+ | *Optionally, you can provide height and width attributes: | ||
<pre>[prezi id='http://prezi.com/hgjm18z36h75/why-should-you-move-beyond-slides/' | <pre>[prezi id='http://prezi.com/hgjm18z36h75/why-should-you-move-beyond-slides/' | ||
height='400' width='600']</pre> | height='400' width='600']</pre> | ||
+ | |||
+ | |||
[[category:Wordpress Plugins]] | [[category:Wordpress Plugins]] |
Revision as of 08:56, 2 February 2012
Embed Prezi documents directly in WordPress posts or pages with PreziWP.
Usage
- Activate the plugin
- Use the plugin shortcode [prezi] in combination with your Prezi's url or ID.
[prezi id='http://prezi.com/hgjm18z36h75/why-should-you-move-beyond-slides/']
- The plugin understands both the unique presentation ID (found in the prezi.com URL) or the entire URL. [prezi id='hgjm18z36h75'] [prezi id='http://prezi.com/hgjm18z36h75/why-should-you-move-beyond-slides/']
- Optionally, you can provide height and width attributes:
[prezi id='http://prezi.com/hgjm18z36h75/why-should-you-move-beyond-slides/' height='400' width='600']