Iframe to add another blog into your blogger page







Do you ever dream to display another blog in your blog ,as one blog. This technical is called Website merging.Iframe helps to do it.You can put an IFrame in either a blog post, or in a special page element.When you done so ou can view your second blog in first blog itself.Enjoy to blogging at a run,

  • Go to Blogger post Editor , and Make it into HTML Mode.
  • Now Copy down the code below and replace the Link with your Blog address or any website that you want to appear in your blog post..Please see this Post , where i merged Google groups into a post.
  • <iframe frameborder="0" height="400" src="http://yourblogaddress.blogspot.com" width="100%"></iframe>
You can adjust this code according to your post area width and size.. To merge another blog,you should get the URL of desired website and replace the Red Link  in the code that i give above.