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]
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.