Difference between revisions of "Prezi Embed - WordPress"
From Help Wiki
m |
m |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | Embed Prezi documents directly | + | Embed Prezi documents directly into WordPress posts or pages with the [http://wordpress.org/extend/plugins/preziwp/ PreziWP plugin]. |
===Usage=== | ===Usage=== | ||
− | #[[Activating plugins - WordPress|Activate the plugin]] | + | #[[Activating plugins - WordPress|Activate the PreziWP 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> | |
− | + | OR | |
+ | <pre>[prezi id='hgjm18z36h75']</pre> | ||
+ | |||
+ | ===Options=== | ||
+ | *You can also 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]] |
Latest revision as of 09:14, 2 February 2012
Embed Prezi documents directly into WordPress posts or pages with the PreziWP plugin.
Usage
- Activate the PreziWP 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/']
OR
[prezi id='hgjm18z36h75']
Options
- You can also provide height and width attributes:
[prezi id='http://prezi.com/hgjm18z36h75/why-should-you-move-beyond-slides/' height='400' width='600']