---
title: "Integrate an iFrame into your Editor"
description: "Use the Iframe extension in Tiptap to embed iframes in your editor content. Learn more in our docs!"
canonical_url: "https://tiptap.dev/docs/examples/experiments/iframe"
---

# Integrate an iFrame into your Editor

Use the Iframe extension in Tiptap to embed iframes in your editor content. Learn more in our docs!

> **Experiment:**
>
> Experiment, currently not supported or maintained. This extension does not have a published package yet. You may need to copy the source code and create your own extension.

The iframe extension allows you to embed iframes in your editor content. This extension is **not yet published officially**, so you may need to copy the source code and create your own extension.

> **Interactive demo:** [Embeds](https://embed.tiptap.dev/preview/Experiments/Embeds)

## Notes

- **Not published**: This extension does not have a published package yet. You may need to copy the source code and create your own extension.
- **Experiment**: This extension is an experiment and not yet supported or maintained.
