Menu Close Menu

How to Show A Webpage In Iframe On Your Website Or Blog

view webpage in iframeIframes are useful for a wide variety of content and especially for in-site navigation where you can use on to load pages or code snippets dynamically on a page without being an AJAX programmer and without using any javascript. There are many ways this can by helpful when building a website. Iframes are particularly helpful when are using a third party website and you want your website visitors to interact with it without leaving your website.

 

How to add iframe in your article

1. Copy the following HTML code to your clipboard:

<iframe src="http://www.myblogger-tricks.com" width="300" height="300">
</iframe>

2. Replace the http://www.myblogger-tricks.com between the parenthesis with the link you want to be displayed on your webpage within in the iframe. For example, if the URL is http://yahoo.com, this will be your code:

<iframe src="http://yahoo.com" width="300" height="300">
</iframe>

 

That's it you are done. I am sure this tutorial would be helpful to all our readers. Please feel comfortable to ask us anything where you may need help. Peace and blessings buddies.

"Be the first to express your thoughts" :

  1. This comment has been removed by a blog administrator.

    ReplyDelete
    Replies
    1. This comment has been removed by the author.

      Delete
    2. This comment has been removed by a blog administrator.

      Delete

Important - Make sure to click the "Subscribe By Email" link below the comment for to be notified of follow up comments and replies.If you use Name/URL don't use keywords as your name. We love to hear from you! Leave us a comment.
To ensure proper display, HTML/XML/JavaScript need to be Encode first using this Encoder Tool Then paste the Encoded code here.