I'm using this code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http:// www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> </head> <script type="text/javascript" src="http://wave-api.appspot.com/public/embed.js"> </script> <script type="text/javascript"> var wave = new WavePanel('https://wave.google.com/wave/'); wave.setUIConfig('white', 'black', 'Arial', '13px'); wave.loadWave('googlewave.com!w+FRwxDfHUC'); wave.init(document.getElementById('wave')); </script> <body> <div id="wave" style="width: 560px; height: 420px"></div> </body> </html>
I also tried to put the first script in the head but nothing seems to work. Any ideas? It just shows up as a blank page. On Oct 19, 1:10 pm, lstak <[email protected]> wrote: > Go to Wave you would like to embed. Add [email protected] as a > participant. The bot will provide you with the code and WaveID to > embed the wave on your page. > > I hope this helps. > > On 19 okt, 07:32, Keenan <[email protected]> wrote: > > > > > I am attempting to embed a wavelet into an HTML page. I do not have > > access to the developer sandbox, only the newer Wave preview. How > > would I go about doing this? I would *love* to know how, it makes my > > job easier. :D > > > Thanks in advanced, > > Keenan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
