=== Google Wave Element === Contributors: Marcos Esperon Tags: google, wave, google wave, live, collaborative Requires at least: 2.5 Tested up to: 2.9 Stable tag: 0.1.1 Add the Wave Element to your blog so visitors can see and interact with the wave on your site. This is an easy way to take advantage of the collaborative power of Google Wave. == Description == A simple way to add the Wave Element to your site so visitors can see and interact with the wave on your blog. Based on http://www.google.com/webelements/wave/ Parameters: - WAVE: The Wave's ID you want to show. You will find it in the adress bar after create a new wave. - WIDTH: Width in pixels of the element (default value is 300). - HEIGHT: Height in pixels of the element (default value is 500). - HEADER: Show/Hide header [0 = false / 1 = true]. - TOOLBAR: Show/Hide toolbar [0 = false / 1 = true]. - FOOTER: Show/Hide footer [0 = false / 1 = true]. How to use: 1.- Use the short code to add the element in your posts and pages: `[gwe wave="WAVEID" width="640" height="500" header="1" toolbar="1" footer="1"]` 2.- Include the element anywhere in your theme calling the function: `` 3.- Use the widget == Installation == 1. Upload the entire google-wave-element folder to your wp-content/plugins/ directory. 2. Activate the plugin through the 'Plugins' menu in WordPress. 3. Visit https://wave.google.com/ and create o select the wave you want to share. You can use the full path or search the Wave ID (9 digits). For example: Complete URL: https://wave.google.com/wave/?pli=1#restored:wave:googlewave.com!w%252BWqOFJU8OA Wave ID: WqOFJU8OA Ignore the point plus number after this ID if exists (googlewave.com!w%252BWqOFJU8OA.2) == Screenshots == 1. Google Wave Element == Changelog == = 0.1.1 = * Changed the style of the container div to "overflow: hidden". = 0.1 = * Initial release.