> For the complete documentation index, see [llms.txt](https://docs.mitoworld.io/mitoworld-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mitoworld.io/mitoworld-guide/mitoworld-guide-1/how-to-use-the-new-embed-feature.md).

# How to use the new Embed Feature

Introducing our latest feature - the Embedded Pop-up - that lets you add external websites as an iFrame within your world. An iFrame is an HTML element that lets you display one web page within another web page, like a window. You can use it to show content from other websites, even if they're hosted on a different domain. Some suggested iFrame content includes YouTube URLs, videos, mini HTML games, and other websites.

**How to Embed**

As a quick demo, let's use a YouTube video URL. Our platform integrates with YouTube, allowing you to easily embed videos into your content. Simply copy the URL of the video from YouTube and paste it into the "Insert your embedded link here" field. For example, you can use a URL like this: <https://www.youtube.com/watch?v=uCHuTxVYtsk>.

<div align="center"><figure><img src="/files/PjnDD2jW3jW2nkWKpVlB" alt=""><figcaption></figcaption></figure></div>

Then click on the Preview Thumbnail button and select your preferred thumbnail

<figure><img src="/files/gW0RSFK5SB164RltQeXR" alt=""><figcaption></figcaption></figure>

With the embed pop-up, you can easily showcase a variety of content from other websites within your world.

Other Supported URL:

* Websits: <https://virtualtechfrontier.com/>&#x20;
* News Posting: <https://dailymarkup.com/?p=3996>
* Video Files: <https://virtualtechfrontier.com/wp-content/uploads/2022/06/Vtf-Website-Demo-With-Music.mp4>
* Image Files: <https://lh3.googleusercontent.com/X6nZA_SJ5FOYf5lnZdAsobr6b1aEShWUTCu-t_rdih6cdx9GApzhWr8tbsGDE_Ze3lP5c0KGTvOmMVGC6euTHmXGVzRjOyIsXXynG8lv3YvjXYd3TUKBwym9AldgGnStWfC9qq8wCE9Vd-7VcS4vrFk>
* And a lot more! Be creative with what you want to embed on your World.

**Disclaimer**

Please note that some websites may not allow embedding. If the site owner has blocked embedding or iFrame, there may be nothing we can do to embed the content into your world.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.mitoworld.io/mitoworld-guide/mitoworld-guide-1/how-to-use-the-new-embed-feature.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
