On Thursday 01 October 2009 08:18:15 Antonio wrote: >I'm trying the embed a wave from the preview account ... instead of my >old sandbox account... > >is this possible? > >is there a way to establish the new id in the current javascript embed >file?? (http://wave-api.appspot.com/public/embed.js) >
This should load the current wave that's talking about wave ID's <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+IMxBQWCOJ'); wave.init(document.getElementById('wave')); </script> <div id="wave" style="width: 560px; height: 420px"></div> -- “Experience is the name everyone gives to their mistakes.” ☘ Oscar Wilde --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
