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

and then I tried to change things to point at my wave... I changed the
initialize as follows:

function initialize() {
      var wavePanel = new WavePanel("https://wave.google.com/wave/";);
      wavePanel.loadWave("252BQXjoHNhAA.9");
      wavePanel.init(document.getElementById('waveframe'));
    }

I get a blank page....

If I change the var wavePanel to add a #restored to the end I get my
whole interface with a bland wave opened... I think that I understand
what is happening there, so I assume that my problem is with the id, I
am loading an empty wave because my wave id is wrong?

I tried a few variants for the wave id as well such as:

wave:googlewave.com!w%252BQXjoHNhAA.9

googlewave.com!w%252BQXjoHNhAA.9

and

!w%252BQXjoHNhAA.9

The instructions say to use the debug button to find the wave id, but
that isn't there any more in the preview release. From what I read on
here, it is now in the url, but it is not entirely clear how much of
that url should be included in the wavePanel.loadWave field.

Thanks.

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