=== Wavr === Contributors: lucascaro Tags: google wave, embed, filter, shortcode Requires at least: 2.8 Tested up to: 2.8.2 Stable tag: 0.2 Wavr is an easy way to embed google wave into wordpress featuring shortcode and a tinymce button. == Description == Use this plugin to embed a wave into a wordpress post, as easy as `[wave id="wave-id"]`. The goal of this plugin is to implement the full Google Wave Embed API for wordpress. This plugin is in **very beta** release, as the wave sandbox and api get stable, this plugin will be updated. Other options are `bgcolor`, `color`, `font_size`, `font`, `width`, `height` **Note: you need sandbox access to see the embedded wave. This is a limitation of Google Wave Sandbox.** = Update = The plugin now features a TinyMCE button for embedding the wave. Just click on the button and it will show you a prompt where you can set the wave id and other parameters. This plugin implements the full wave embed api. It is planned to include widgets for the sidebar in the near future. Feature requests and any kind of feedback is very welcome! == Installation == This section describes how to install the plugin and get it working. 1. Upload the files to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Place `[wave id="your-wave-id"]` in your templates or use the wave button == Frequently Asked Questions == = How to find out the ID of a Wave? = Simply use the Debug-menu on the top-right. Open the wave on Google Wave and click on Debug -> Get Current Wave ID. Make sure you use the full wave id (something like wavesandbox.com!w+MNJWKLNa%A) (Thanks to [Michael Kamleitner](http://nonsmokingarea.com/blog) ) == Screenshots == 1. Adding the code to the editor. 2. This is how the wave looks like. 3. This is what you'll probably see... unless you have a sandbox account. 4. The new button added to TinyMCE. 5. The dialog for embedding waves. == Changelog == = 0.2 = * Added Height to the options page. * Added TinyMCE button for embedding waves = 0.1.4 = * Loading scripts on the header just once, allows more than one wave. * Using a function and a javascript object for passing options to the script. * Added 1 FAQ. = 0.1.3-2 = * Added new options: height and width = 0.1 = * Created Plugin with basic embedding capabilities and an options page with defaults. * Added some screenshots.