Monday, November 09, 2009

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>

2 comments:

Marques Johansson said...

Apparently, this doesn't work!! Tada!

Marques Johansson said...

I did eventaully get it working (follow the wave). But this is only an embedded wave and not the sort of interactive Blogger <-> Google Wave interaction I was hoping for (of the sort featured in the Google I/O 2009 introduction to Google Wave).