How to Make Iframe in Wordpress
An HTML iframe element lets you insert an outside Web page within your WordPress blog. You use the WordPress dashboard to insert the iframe in a WordPress blog. The WordPress dashboard editor provides you with an interface to edit each page in your blog, so you can customize the interface and user experience.
Instructions
-
-
1
Open a Web browser on your computer, and use the browser to navigate to the blog home page. Click the "Admin" link to open the dashboard login window.
-
2
Type your WordPress administrator username and password, and press "Enter" to sign in to the dasboard.
-
-
3
Click the "Appearance" link in the left navigation panel. Click the "Editor" link that displays in the expanded "Appearance" section. The link opens the main editor where you can add any HTML code to your blog.
-
4
Click the page where you want to insert the iframe. For instance, if you want to insert the iframe in the header section of the blog, click "header.php."
-
5
Insert the iframe code in the code. The following code shows you how to create an iframe:
<iframe src="page.php"></iframe>
Replace "page.php" with the Web page you want to display in the blog.
-
6
Click the "Update" button at the bottom of the window to save the new changes. Click the link at the top of your page to open a preview of the changes, so you can review the code.
-
1