Google Wave Embed API Example: Simple Wave
Killer.
Blogspot google wave embedding tips:
+ No linebreaks in your javascript
+ Remember javascript is case iNsEnSiTiVe. I had var wavePanel... which I had copied from somewhere. Eventually changed the var name to just wave, and it worked fine!
Here's the code I used:
<div id="mywaveframe" style="width: 450px; height: 100%"></div> <script src="http://wave-api.appspot.com/public/embed.js" type="text/javascript"></script> <script type="text/javascript">var wave = new WavePanel('http://wave.google.com/wave/'); wave.setUIConfig('white', 'black', 'Verdana', '10px'); wave.loadWave('googlewave.com!w+4u73_uiiC'); wave.init(document.getElementById('mywaveframe'));</script>
15 October 2009
Subscribe to:
Posts (Atom)