Wave: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
(Start on Google Wave)
 
Line 1: Line 1:
==Google Wave==
==Google Wave==
Google Wave is a thing. The first Wave on Noisebridge has been made, and I am attempting to embed it here.
<script src="http://wave-api.appspot.com/public/embed.js" type="text/javascript"></script>
<div id="waveframe" style="width: 500px; height: 100%">
<script type="text/javascript">
    function initialize() {
      var wavePanel = new WavePanel('http://wave.google.com/a/wavesandbox.com/');
      wavePanel.loadWave('googlewave.com!w%252B47uXAyB8C.3');
      wavePanel.init(document.getElementById('waveframe'));
</div>

Revision as of 00:48, 28 October 2009

Google Wave

Google Wave is a thing. The first Wave on Noisebridge has been made, and I am attempting to embed it here.

<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('googlewave.com!w%252B47uXAyB8C.3');
     wavePanel.init(document.getElementById('waveframe'));