---
title: "Adding an iframe to a Mambo page"
description: "In this article I'm going to explain how you can easily add an iframe to one of your Mambo pages. An iframe element allows you to embed a remote web page into another page. This is great if you want..."
url: https://www.inmotionhosting.com/support/edu/mambo/adding-an-iframe-to-a-mambo-page/
date: 2013-03-12
modified: 2021-08-16
author: "InMotion Hosting Contributor"
categories: ["Mambo"]
type: post
lang: en
---

# Adding an iframe to a Mambo page

In this article I’m going to explain how you can easily add an **iframe** to one of your Mambo pages.

An **iframe** element allows you to embed a remote web page into another page. This is great if you want to display content from another website within one of your pages, but you didn’t want to just include a remote link to it.

## Add an iframe to a Mambo page

Following the steps below, I’ll show you how to add an **iframe** to an existing Mambo page.

1. [Login to your Mambo admin dashboard](/support/edu/mambo/log-into-admin-interface/).
2. [![click on content then all content items](https://www.inmotionhosting.com/support/wp-content/uploads/2013/03/mambo_add-iframe_click-on-content-then-all-content-items.png)](/support/wp-content/uploads/2013/03/mambo_add-iframe_click-on-content-then-all-content-items.png) Hover over **Content** from the top menu, then click on **All Content Items**.
3. [![click on welcome to mambo page](https://www.inmotionhosting.com/support/wp-content/uploads/2013/03/mambo_add-iframe_click-on-welcome-to-mambo-page.png)](/support/wp-content/uploads/2013/03/mambo_add-iframe_click-on-welcome-to-mambo-page.png) Click on the title of the page you’d like to add your **iframe** to, in this example I’m editing the **Welcome to Mambo!** sample page.
4. [![click on html to edit source](https://www.inmotionhosting.com/support/wp-content/uploads/2013/03/mambo_add-iframe_click-on-html-to-edit-source.png)](/support/wp-content/uploads/2013/03/mambo_add-iframe_click-on-html-to-edit-source.png) In the editing toolbar, click on the **HTML** icon to enter HTML source mode.
5. [![fill out iframe code click on update](https://www.inmotionhosting.com/support/wp-content/uploads/2013/03/mambo_add-iframe_fill-out-iframe-code-click-on-update.png)](/support/wp-content/uploads/2013/03/mambo_add-iframe_fill-out-iframe-code-click-on-update.png) Below the content that is already there, I’m going to be placing an **iframe** to our support site with the following code: <iframe width=”500px” height=”450px” src=”https://www.inmotionhosting.com/support/team”></iframe> Then click on **Update**, when the pop-up HTML code window closes, up at the top-right click on the **Apply** icon.
6. Now if you go and view the page you edited, you should now see the **iframe** pulling in content from a remote page successfully. [![iframe in use](https://www.inmotionhosting.com/support/wp-content/uploads/2013/03/mambo_add-iframe_iframe-in-use.png)](/support/wp-content/uploads/2013/03/mambo_add-iframe_iframe-in-use.png)

You should now understand how to add an **iframe** into a Mambo page so that you can include remote content from another website into your own.
