Page 1 of 1

Embed Google Wave

Posted: 07 Jul 2010, 23:21
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.