Sometimes the requested files in the the embedded iframe timeout. It's not
perfect by any means.
You can add the temporary bot blog...@appspot.com to your wave, it will
report the wave ID and some sample embed markup that is reported to work. You
can probably modify/tweak things from there.
--
“Experience is the name everyone gives to their mistakes.”
☘ Oscar Wilde
Thanks for that suggestion. I just added it to one of my preview
account waves and it spits this out:
Paste this snippet wherever you want the wave to show up:
<div id="wave" style="width: 560px; height: 420px"></div>
And this one right before your </body> tag:
<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+xqoDO1w0A');
wave.init(document.getElementById('wave'));
</script>
Hope this helps.
-Van