=== Plugin Name === Contributors: dan.rossiter Tags: prezi, embed, presentation, iframe Requires at least: 2.5 Stable tag: 1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html This plugin allows the user to quickly & easily embed a Prezi in Wordpress site by directly implementing the published iframe embed code. == Installation == 1. Upload `prezi-embedder` to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Place `[prezi id=""]` in any post or page were you want to embed a Prezi. You can find your Prezi ID in a few different places. The easiest is to go to the URL for your Prezi, which will look something like this: `http://prezi.com//`. All you need to do is extract the Prezi ID section and include it in the shortcode above. That's it! = Prezi Embedder Options = In addition to a simple embed, you can also set some additional embed options: 1. width (default = 500) 1. height (default = 400) 1. lock_to_path (default = 0) With *lock_to_path*, the default allows viewers to pan & zoom freely. If you want to constrain viewers to simple back and forward steps, set `lock_to_path=1`. The following shortcode is equivalent to `[prezi id=""]`: `[prezi id="" width=500 height=400 lock_to_path=0]` == Changelog == = 1.0 = * Initial, fully-functional release.