Wave: Difference between revisions
Jump to navigation
Jump to search
(→Google Wave: final for now, unfunctional) |
|||
| Line 3: | Line 3: | ||
Google Wave is a thing. The first Wave on Noisebridge has been made, and I am attempting to embed it here. | 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 src="http://wave-api.appspot.com/public/embed.js" type="text/javascript"></script> | ||
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'));