It is somewhat experimental, but here it is...and you probably can't see it if you don't have a Wave account.
There should be a "Bloggy" robot to facilitate postings from within Wave with just one click, but that doesn't seem to work. Instead I used Embeddy (embeddy@appspot.com) to give me some javascript with the Wave ID. I copied that and pasted it in the HTML of the Blogger Template. The DIV is just added to thi post.
You can only have either one blogpost with a Wave or need a line of javascript for each Wave you need to publish. So a working version of Bloggy might be handy...
There should be a "Bloggy" robot to facilitate postings from within Wave with just one click, but that doesn't seem to work. Instead I used Embeddy (embeddy@appspot.com) to give me some javascript with the Wave ID. I copied that and pasted it in the HTML of the Blogger Template. The DIV is just added to thi post.
You can only have either one blogpost with a Wave or need a line of javascript for each Wave you need to publish. So a working version of Bloggy might be handy...
Comments
http://apex.oracle.com/pls/otn/f?p=41715:APEXWAVE:3099930778487169
wave.init(document.getElementById('wave'));
is 'wave' the ID of the DIV, defined by <div id="wave" style="width: 560px; height: 420px"></div>