> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: Embedding a Site in an HTML iFrame Element ## Article: Embedding a Site in an HTML iFrame Element ## Article Link: https://dev.wix.com/docs/develop-websites/articles/wix-editor-elements/other-elements/html-i-frame-element/embedding-a-site-in-an-html-i-frame-element.md ## Article Content: # Embedding a Site in an HTML iFrame Element You can embed an entire website within an [HTML iFrame element](https://dev.wix.com/docs/develop-websites/articles/wix-editor-elements/other-elements/html-i-frame-element/working-with-the-html-iframe-element.md). Typically, when you want to embed another site in your site, you add an HTML element and use its settings to add the address of the website you want to embed. For example, to embed a [Wikipedia](https://www.wikipedia.org/) page in your site, add an HTML element to your page and set its **Website Address** to be the URL of the page you want to embed.
**Warning:** The site you embed using the instructions above must have a URL that begins with HTTPS, not HTTP. If you try to embed a site with an HTTP URL, it may work in preview mode, but it will not function on your published site.To embed a site with a URL that begins with the HTTP protocol, embed the site using the HTTPS protocol: 1. From the **Embed* code* section of the **Add** menu, select **Embed Site**. The element is added to your page. 1. In the HTML element's settings panel, select **Website Address**. 1. Enter the URL of the website you want to embed (with an "s" added to the "http"). ## See Also - [About HTML iFrame Elements](https://dev.wix.com/docs/develop-websites/articles/wix-editor-elements/other-elements/html-i-frame-element/working-with-the-html-iframe-element.md) - [Embedding a Code Widget in an HTML iFrame Element](https://dev.wix.com/docs/develop-websites/articles/wix-editor-elements/other-elements/html-i-frame-element/embedding-a-code-widget-in-an-html-i-frame-element.md)