How To Embed a Web Page on Another Site

Posted by Lasantha Bandara File Under : gadget, html, widget 5 Comments

1.Login to your dashboard--> layout- ->Page Elements

2.Click on 'Add a Gadget' on the sidebar.

3.Select 'HTML/Javascript' and add the code given below and click save.

<iframe height="400" width="90%" frameBorder="0" src="URL OF WEB PAGE">your browser does not support IFRAMEs</iframe>



Note :
Remember to replace URL OF WEB PAGE,with the url you want to embed into your site.You can change height,width.

Look at the example below.

<iframe height="400" width="90%" frameBorder="0" src="http://google.com">your browser does not support IFRAMEs</iframe>

Now you are done.

5 thoughts on “How To Embed a Web Page on Another Site

  1. Hey thanks for the code. Everything is working. My question is how or where would I use this? I would like to connect two blogger blogs ... is this something I can use if I place the code in a different location?

  2. I can't believe how easy you made this. THANK YOU! My latest client thinks I'm a miracle worker because of your hint. Check out my work if you'd like... www.moureenallard.com

    I embedded her other site in her HOME and LISTINGS page.

    Thanks again!

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.