Wave: Difference between revisions
Jump to navigation
Jump to search
(Start on Google Wave) |
(→Google Wave: final for now, unfunctional) |
||
| (One intermediate revision by the same user not shown) | |||
| 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. | |||
I have attempted to embed the wave, but this is not happening in wiki markup. the code remains here unfunctional for you to fix. | |||
<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> | |||
Latest revision as of 00:49, 28 October 2009
Google Wave[edit | edit source]
Google Wave is a thing. The first Wave on Noisebridge has been made, and I am attempting to embed it here.
I have attempted to embed the wave, but this is not happening in wiki markup. the code remains here unfunctional for you to fix.
<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'));