Embedding Wave on Blogger

8 views
Skip to first unread message

Marc

unread,
Oct 23, 2009, 4:25:58 PM10/23/09
to Google Wave API
The example of the wave API is based on sandbox accounts and i do't
know how to adapt it to normal accounts.
How I have to modify the example of the wave embedded API to use it
with wave beta accounts?

Sam Osborne

unread,
Oct 25, 2009, 6:25:49 AM10/25/09
to google-...@googlegroups.com
I'm using the hello world example here, and will put some comments in italics to explain what happens: 
Just remember to remove the parts that I've added as comments in italics when you're making the 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>Insert page title here</title>
   
<script src="http://wave-api.appspot.com/public/embed.js" type="text/javascript"></script>
    <script type="text/
javascript">
   
function initialize() {
     
var wavePanel = new WavePanel('http://wave.google.com/wave/ changed from the sandbox.');
      wavePanel
.loadWave('Insert wave ID here. Basically, you're taking the end part of the Wave URL.. If the URL in its entirety is https://wave.google.com/wave/#restored:wave:googlewave.com!w%252BvmRcnbQaY then you'd put googlewave.com!w+2BvmRcnbQaY');     wavePanel.init(document.getElementById('waveframe')); } 
    </script> 
  </head> 
  <body onload="initialize()"> 
    <div id="waveframe" style="width: 500px; height: 100%"></div> 
  </body> 
</html>     wavePanel.init(document.getElementById('waveframe')); }   </script>   </head>   <body onload="initialize()">     <div id="waveframe" style="width: 500px; height: 100%"></div>   </body> </html>
2009/10/23 Marc <marcmau...@gmail.com>

Eric Dorman

unread,
Oct 25, 2009, 9:24:39 AM10/25/09
to Google Wave API
I tried this and even when I removed the comments it still did not
work in Blogger.

Does anyone know how to embed a wave into Google Sites?

On Oct 25, 6:25 am, Sam Osborne <sam.tosbo...@googlemail.com> wrote:
> I'm using the hello world example here, and will put some comments in
> italics to explain what happens:
> Just remember to remove the parts that I've added as comments in italics
> when you're making the 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>*Insert page title here*</title>
>     <script src="http://wave-api.appspot.com/public/embed.js"
> type="text/javascript"></script>
>     <script type="text/javascript">
>     function initialize() {
>       var wavePanel = new WavePanel('http://wave.google.com/wave/
> *changed from the sandbox.*');
>       wavePanel.loadWave('*Insert wave ID here. Basically, you're
> taking the end part of the Wave URL.. If the URL in its entirety ishttps://wave.google.com/wave/#restored:wave:googlewave.com!w%252BvmRc...
> then you'd put googlewave.com!w+2BvmRcnbQaY
> <https://wave.google.com/wave/#restored:wave:googlewave.com!w%252BvmRc...>');
>         wavePanel.init(document.getElementById('waveframe')); }
>     </script>
>   </head>
>   <body onload="initialize()">
>     <div id="waveframe" style="width: 500px; height: 100%"></div>
>   </body>
> </html>    wavePanel.init(document.getElementById('waveframe')); }
> </script>  </head>  <body onload="initialize()">    <div
> id="waveframe" style="width: 500px; height: 100%"></div>  </body>
> </html>*
>
> 2009/10/23 Marc <marcmauriall...@gmail.com>

David Nesting

unread,
Oct 25, 2009, 11:23:22 AM10/25/09
to google-...@googlegroups.com
On Sun, Oct 25, 2009 at 6:24 AM, Eric Dorman <dorm...@gmail.com> wrote:
I tried this and even when I removed the comments it still did not
work in Blogger.

Can you provide more information?  What exactly did you try, and what was the result?  Did Blogger strip out HTML tags or scripting?
 
Does anyone know how to embed a wave into Google Sites?

I don't believe Sites permits scripting in its pages.  Someone will need to write a gadget that essentially wraps an embedded wave.  It should be easy enough.  You can then just embed that gadget into your Sites page, configure it for the wave you want it to show, and it should work.

David

gengstrand

unread,
Oct 25, 2009, 12:42:16 PM10/25/09
to Google Wave API
I am having trouble embedding a wave on any web site. It works great
when using chrome but not so good with Firefox or Safari. The embedded
wave never sees the user as authenticated even if the user has logged
into waves.google.com previously.

This is with preview. I didn't experience this problem with the
sandbox. I used the embeddy robot to get the code.

On Oct 25, 9:23 am, David Nesting <da...@fastolfe.net> wrote:

Eric Dorman

unread,
Oct 25, 2009, 5:15:37 PM10/25/09
to Google Wave API
Hey David,

I had some trouble with Blogger to start with,but now the Embedded
Wave that I am using is working great.

There is a problem with Google Sites getting a Wave to get Embedded
because Google Stes dose not allow
you to add an iframe or even a script tag.

I tried to add Google Friend Connect Widgets on Google Sites,but I had
the same problem with the script tag.

I also tried making a gadget,but I still do not know how that will
turn out.

Thanks & God Bless,
Eric

NewsBySector

unread,
Nov 12, 2009, 11:50:04 PM11/12/09
to Google Wave API
Hey did anyone figure out how to embed in Blogger? I was able to
embed the scripts into the post via embeddy however when I did a new
post w/ a new wave, the previous wave overlapped my new post. So it
needs a frame??

On Oct 25, 4:15 pm, Eric Dorman <dorman...@gmail.com> wrote:
> Hey David,
>
> I had some trouble withBloggerto start with,but now the Embedded
> Wave that I am using is working great.
>
> There is a problem with Google Sites getting a Wave to get Embedded
> because Google Stes dose not allow
> you to add an iframe or even a script tag.
>
> I tried to add Google Friend Connect Widgets on Google Sites,but I had
> the same problem with the script tag.
>
> I also tried making a gadget,but I still do not know how that will
> turn out.
>
> Thanks & God Bless,
> Eric
>
> On Oct 25, 12:42 pm, gengstrand <gengstr...@gmail.com> wrote:
>
> > I am having trouble embedding a wave on any web site. It works great
> > when using chrome but not so good with Firefox or Safari. The embedded
> > wave never sees the user as authenticated even if the user has logged
> > into waves.google.com previously.
>
> > This is with preview. I didn't experience this problem with the
> > sandbox. I used the embeddy robot to get the code.
>
> > On Oct 25, 9:23 am, David Nesting <da...@fastolfe.net> wrote:
>
> > > On Sun, Oct 25, 2009 at 6:24 AM, Eric Dorman <dorman...@gmail.com> wrote:
> > > > I tried this and even when I removed the comments it still did not
> > > > work inBlogger.
>
> > > Can you provide more information?  What exactly did you try, and what was
> > > the result?  DidBloggerstrip out HTML tags or scripting?
>
> > > > Does anyone know how toembeda wave into Google Sites?
>
> > > I don't believe Sites permits scripting in its pages.  Someone will need to
> > > write a gadget that essentially wraps an embedded wave.  It should be easy
> > > enough.  You can then justembedthat gadget into your Sites page, configure

distressedvolatility

unread,
Nov 13, 2009, 2:05:46 AM11/13/09
to Google Wave API
I found a way to do it, visit this site.

http://heresmycode.blogspot.com/2009/10/add-google-wave-in-your-site.html

On Oct 25, 4:15 pm, Eric Dorman <dorman...@gmail.com> wrote:
> Hey David,
>
> I had some trouble with Blogger to start with,but now the EmbeddedWavethat I am using is working great.
>
> There is a problem withGoogleSites getting aWaveto get Embedded
> becauseGoogleStes dose not allow
> you to add an iframe or even a script tag.
>
> I tried to addGoogleFriend Connect Widgets onGoogleSites,but I had
> the same problem with the script tag.
>
> I also tried making a gadget,but I still do not know how that will
> turn out.
>
> Thanks & God Bless,
> Eric
>
> On Oct 25, 12:42 pm, gengstrand <gengstr...@gmail.com> wrote:
>
> > I am having trouble embedding awaveon any web site. It works great
> > when using chrome but not so good with Firefox or Safari. The embedded
> >wavenever sees the user as authenticated even if the user has logged
> > into waves.google.com previously.
>
> > This is with preview. I didn't experience this problem with the
> > sandbox. I used the embeddy robot to get the code.
>
> > On Oct 25, 9:23 am, David Nesting <da...@fastolfe.net> wrote:
>
> > > On Sun, Oct 25, 2009 at 6:24 AM, Eric Dorman <dorman...@gmail.com> wrote:
> > > > I tried this and even when I removed the comments it still did not
> > > > work in Blogger.
>
> > > Can you provide more information?  What exactly did you try, and what was
> > > the result?  Did Blogger strip out HTML tags or scripting?
>
> > > > Does anyone know how toembedawaveintoGoogleSites?
>
> > > I don't believe Sites permits scripting in its pages.  Someone will need to
> > > write a gadget that essentially wraps an embeddedwave.  It should be easy
> > > enough.  You can then justembedthat gadget into your Sites page, configure
> > > it for thewaveyou want it to show, and it should work.
>
> > > David

hansraj

unread,
Nov 19, 2009, 2:20:38 AM11/19/09
to Google Wave API
This is quite easy..

I have pit out the steps and details with an embedded wave on
http://g00gle-wave.blogspot.com/

Just have a look at it. Let me know if there anything you wanna know.

Thanks
Hansraj
Reply all
Reply to author
Forward
0 new messages