Showing posts with label Blogger. Show all posts
Showing posts with label Blogger. Show all posts

2007-04-22

Add Google Talk to Blogger as Sidebar Widget


Making my own Custom Blogger Widget

2007-04-21

Embed XML into Blogger using iframe / object - Invaders

Google Module: Source The Game: Here

with <object>

<object <acronym>type="text/html</acronym>" width="150" height="200"
  data="<em>http://gmodules.com/ig/ifr?url=http://blog-apart.com/INVADERS/gg/gg.xml</em>">
</object>

with <iframe>

<iframe border="0" frameborder="0" width="150" height="200"
  src="http://gmodules.com/ig/ifr?url=http://blog-apart.com/INVADERS/gg/gg.xml">
</iframe>


Google Module: Source The Game: Here