Google Wave Element Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin 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:
<?php google_wave_element($wave, $width, $height, $header, $toolbar, $footer); ?>
3.- Use the widget