Following these instructions, and the robot provided I generated the
following test 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>Google Wave Embed API Example: Simple Wave</title>  </head>

<body onload="initialize()">

before
      <div id="wave" style="width: 560px; height: 420px"></div>
after
<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+QXjoHNhAA');
  wave.init(document.getElementById('wave'));
</script>

  </body>
</html>

which unfortunately seems to load a blank page between the before and
the after... any idea why it is blank? I am good and confused.

Thanks!

James

On Oct 1, 3:48 pm, Antonio Zamora <[email protected]> wrote:
> GREAT!!    It Works!!!
> Thanks Graham ... I used your bot to modify the wordpress plugin wavr of
> lucascaro <http://sourceforge.net/users/lucascaro>
>
> to embed a wave in a blog .... is really really easy and too simple
>
> I created a simple demo blog with the new  wave!! you can see it here!!
>
> http://cafetechno.com/  you can see it at the end of the post ...
>
> cool  ...
>
> Again Thanks Graham!!

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