Author: Neal McBurnett
Posted:
2009-06-03 13:40:50-06:00

Warning: this will only work for folks who have preview Google Wave accounts, so it is only of interest to a few lucky developers at this point.

<script src="http://wave-api.appspot.com/public/embed.js" type="text/javascript"></script>
<script type="text/javascript">
function initialize() {
  var wavePanel = new WavePanel('http://wave.google.com/a/wavesandbox.com/');
  wavePanel.loadWave('wavesandbox.com!w+geJRmBI7%0');
  wavePanel.init(document.getElementById('waveframe'));
}
</script>
<div id="waveframe" style="width: 500px; height: 100%"></div>