Hey Antonio, good question. :-)
> is there a way to establish the new id in the current javascript embed
> file?? (http://wave-api.appspot.com/public/embed.js)
>
> it would be like this? : googlewave.com!w%252dfTDFgPCXyF
Try adding emb...@appspot.com to the wave (it'll also generate embed
code for you, but that code shouldn't work because Embeddy only knows
about wavesandbox).
Tell us how it goes after you get the ID.
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
<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/a/wavesandbox.com/');
wave.setUIConfig('white', 'black', 'Arial', '13px');
wave.loadWave('googlewave.com!w+MCbDexuyX');
wave.init(document.getElementById('wave'));
</script>
new WavePanel('https://wave.google.com/a/wavesandbox.com/');until the embeddy sample gadget getś updated, you can find out the current ID
of your wave and see some sample code (Embeddy clone) to embed it in a
blog/page. Add the robot blog...@appspot.com to your wave. Delete the blips
after you have finished with the info.
I've disabled it's main functionality for now, all it will do as a convenience
is report wave ID and sample code for embedding.
Neat! I patched Embeddy using your googlewave.com embed code. The root
URL is written dynamically now, so it *should* work everywhere. I
didn't have much time for testing, though. If you can give it a spin,
that would rock.
On Thu, Oct 1, 2009 at 2:48 PM, Antonio Zamora <tza...@gmail.com> wrote:
> GREAT!! It Works!!!
Good to hear. Nice job guys!
On Thu, Oct 1, 2009 at 3:24 PM, Jlcarroll <jlca...@gmail.com> wrote:
> Following these instructions, and the robot provided I generated the
> following test code:
Your code looks fine and successfully loads a wave for me when I plug
one I have access to in. What browser (specific version, please) are
you using?
Not getting much output from Embeddy, tried adding as a bot
(emb...@appspot.com is correct?).
FYI, added to wave id FHdXCE54C
--
Wacky. :-P Rusty (the robot proxy) might have some bad data cached or
maybe the general profile problems people have been seeing are
affecting robots too because Tweety's profile info isn't anywhere in
Embeddy's code.
On Fri, Oct 2, 2009 at 12:17 AM, Graham Anderson
<graham....@gmail.com> wrote:
> Not getting much output from Embeddy, tried adding as a bot
> (emb...@appspot.com is correct?).
Seems alright now (besides the profile stuff) -- Rusty could've been
down when you added it before. I got a chance to do some more testing
today and I believe it's producing good embed code from googlewave,
wavesandbox, and other Wave domains.
Hey, I just added it on wavesandbox and googlewave and it worked fine
(albeit was a little slow to appear on googlewave). Send me your
wavesandbox or googlewave (wherever you're having problems) username
and I'll start a wave with you to troubleshoot.