I tried this and even when I removed the comments it still did not work in Blogger.
Does anyone know how to embed a wave into Google Sites? On Oct 25, 6:25 am, Sam Osborne <[email protected]> wrote: > I'm using the hello world example here, and will put some comments in > italics to explain what happens: > Just remember to remove the parts that I've added as comments in italics > when you're making the code. > > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> > <html xmlns="http://www.w3.org/1999/xhtml" > xmlns:v="urn:schemas-microsoft-com:vml"> > <head> > <meta http-equiv="content-type" content="text/html; charset=utf-8"/> > <title>*Insert page title here*</title> > <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/wave/ > *changed from the sandbox.*'); > wavePanel.loadWave('*Insert wave ID here. Basically, you're > taking the end part of the Wave URL.. If the URL in its entirety > ishttps://wave.google.com/wave/#restored:wave:googlewave.com!w%252BvmRc... > then you'd put googlewave.com!w+2BvmRcnbQaY > <https://wave.google.com/wave/#restored:wave:googlewave.com!w%252BvmRc...>'); > wavePanel.init(document.getElementById('waveframe')); } > </script> > </head> > <body onload="initialize()"> > <div id="waveframe" style="width: 500px; height: 100%"></div> > </body> > </html> wavePanel.init(document.getElementById('waveframe')); } > </script> </head> <body onload="initialize()"> <div > id="waveframe" style="width: 500px; height: 100%"></div> </body> > </html>* > > 2009/10/23 Marc <[email protected]> > > > The example of the wave API is based on sandbox accounts and i do't > > know how to adapt it to normal accounts. > > How I have to modify the example of the wave embedded API to use it > > with wave beta accounts? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Wave API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-wave-api?hl=en -~----------~----~----~----~------~----~------~--~---
