On Thu, Oct 1, 2009 at 5:21 PM, Graham Anderson
<[email protected]> wrote:
>
> On Friday 02 October 2009 00:09:25 Jlcarroll wrote:
>>So I was trying to embed a wave, and I downloaded the hello world code
>>here:
>>
>>http://code.google.com/apis/wave/embed/guide.html
>
> Sometimes the requested files in the the embedded iframe timeout. It's not
> perfect by any means.
>
> You can add the temporary bot [email protected] to your wave, it will
> report the wave ID and some sample embed markup that is reported to work. You
> can probably modify/tweak things from there.

Thanks for that suggestion. I just added it to one of my preview
account waves and it spits this out:

Paste this snippet wherever you want the wave to show up:

<div id="wave" style="width: 560px; height: 420px"></div>

And this one right before your </body> tag:

<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+xqoDO1w0A');
  wave.init(document.getElementById('wave'));
</script>

Hope this helps.

-Van

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to