Embed Google Wave

User submitted BBCodes
Let us see what You have
Forum rules
We dont add more BBCodes to our database, but feel free to share and support your own BBCodes here.

[textarea]Remember that it is not allowed to use {TEXT} inside the html tags!!!
It causes a serious security risk to your board and users.
Like this: <div style="{TEXT}">{TEXT}</div>
Green = OK - Red = forbidden[/textarea]

Embed Google Wave

Post by MasterZ »

Want to embed a Google Wave into your post?

I have Google Wave successfully embedded in some of my forums, and I thought it would be great to share how I did it.

First up, the BB Code
BB Code

Code: Select all

[wave]https://wave.google.com/wave/waveref/googlewave.com/{TEXT}[/wave]
HTML Code

Code: Select all

<div id="waveframe" style="width:600px; height:450px;"></div><script src="http://www.google.com/jsapi"></script><script type="text/javascript"> google.load("wave", "1"); google.setOnLoadCallback(function() { new google.wave.WavePanel({target: document.getElementById("waveframe")}).loadWave("googlewave.com!{TEXT}");}); </script>

Now get the info from the Wave
Add Public to the wave
Click on Link to wave...
Copy the URL that they give you and put it in the wave tags.