Prezi WP is a simple plugin that adds a [prezi] shortcode to your WordPress installation. Use:
- The id attribute is required. The plugin should understand both the unique Prezi ids (the jumble of letters and numbers in the URL) and the entire URL of the presentation (eg http://prezi.com/hgjm18z36h75/why-should-you-move-beyond-slides/).
[prezi id='http://prezi.com/hgjm18z36h75/why-should-you-move-beyond-slides/'] [prezi id='hgjm18z36h75'] - The plugin also accepts optional width and height parameters:
[prezi id='hgjm18z36h75' width='600' height='450']
Prezi WP was developed for the CUNY Academic Commons.
Prezi WP has been downloaded 1,546 times. Are you using this plugin? Consider a donation.
Hello.
I have problems because “View Original” doesn’t works.
In line 44 of preziwp.php I change:
. ‘%2$s/”>’ .
by
. ‘/”>’ .
Now, it works.
Cheers.
I’m having an issue getting this to work with BuddyPress activity post similar to the TED Talks plugin. Is there any advice you could give? Thanks!
Gian-Lluis – Thanks for this small hack! I had the same issue and your change fixed it for me too. :-)
Hi Boone
I have downloaded your plug in for testing. I have embedded the shortcode in a test page and everything seems to work fine except I cannot vary the size and wondered what I was doing wrong ? I copied the code from the readme file like below but it doesnt seem to vary the resolution/size. Seems to work great in all other respects as I can zoom in and out and scroll back and forward through a presentation. Can you tell me if I have something wrong ?
[prezi id='http://prezi.com/hgjm18z36h75/why-should-you-move-beyond-slides/' height='400' width='600']
Thanks
I should add that the resize issue is on Google Chrome and seems to be ok on Explorer and Mozilla so far as I can tell
Adrian – It sounds like a limitation with Prezi’s API. I’ll have a look when I get a chance.