The personal ramblings of an early participant in meaningless online rambling. Family (especially children), PHP, Linux, and occasionally PS3 games are discussed.

Embeddy or Bloggy? Which bot will let my Blogger account host a Wave?


If you have a Google Wave account, you may (if this works) see a wave above this line! Because I've added this HTML to my blog post:



<div id="wave" style="width: 560px; height: 420px"></div>

And this to my Blogger HTML Template:



<script
type="text/javascript"
src="http://wave-api.appspot.com/public/embed.js">
</script>
<script type="text/javascript">
var wave =
new WavePanel('https://wave.google.com/wave/');
wave.setUIConfig('white', 'black', 'Arial', '13px');
wave.loadWave('googlewave.com!w+Co24OsIYC');
wave.init(document.getElementById('wave'));
</script>