hmmmm .... your code doesn't work for me neither ....
the only differences between your code and mine ... are these:

<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/');              //////
Remove the 's' ... use the unsecure protocol
 wave.setUIConfig('white', 'black', 'Arial', '13px');
///// Change all your quotes [ ' ]  for double quotes [ " ]
 wave.loadWave('googlewave.com!w+QXjoHNhAA');
 wave.init(document.getElementById('wave'));
</script>

And thats it ... maybe if you make those changes you can make the waves
displayable .... I'm not really sure ... but give it a try ...

Antonio

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