--- title: Embedding / iframe / Micro Frontend hide_title: true --- # Embedding / iframe / Micro Frontend Noodl is a powerful tool for creating iframe and micro frontends. Micro Frontend, iframe, and embedding are all techniques used in web development for integrating different components or applications into a single web page. However, they have distinct approaches and use cases. ## Embedding Embedding is a more general term that refers to the process of including one piece of content within another, usually referring to the iframe technique. ### Embedding inside a Noodl app If you are looking to embed other websites (example youtube) into Noodl, have a look at the [Custom HTML module](https://docs.noodl.net/2.9/library/modules/custom-html/). ## iframe An iframe (inline frame) is an HTML element that allows you to embed another HTML document within a parent HTML document. By using an iframe, you can display content from another website or application within your web page without affecting the main page's layout or styling. This is useful for embedding third-party content like maps, videos, or widgets. However, iframes have some limitations, such as security risks, lack of responsiveness, and difficulty in communication between parents and iframe content. ### Add an iframe to a website To add an iframe to your HTML document, you can use the ` ``` In this example, the `