Sunday, December 6, 2009

Example of Embedding a Public Wave in Blogger Post

Any Public wave can easily be embedded into a blogger post. It is done through a wave robot embeddy@appspot.com You can add this robot to your Public wave just like you add a regular user. The embeddy will generate html code that can be embedded in a regular html page.

However, there is a small problem. The code snippet generated by embeddy is a javascript. Blogger does not allow any javascript within the main posting text box. This causes a problem and one of the way around is to create a web page in which the script code created by embeddy is placed between body tags and place the html page on a webserver. Then use iframe to embed that web page into the blogger using html code like this
<iframe src="web address of the web page" frameborder="0" height="800" width="750"gt;

You can see the example of a public wave below.


This provides a means to share waves with people who are not Wave users.

No comments:

Post a Comment