### A plugin for DatoCMS that allows you to render an external website in a tab

(Image content)

[

**This is a Community Plugin!** Learn how create your own plugin, or copy and remix existing ones in our documentation

](https://www.datocms.com/docs/plugin-sdk/introduction.md)

## DatoCMS Iframe Tab

A plugin for DatoCMS that allows you render add a tab that points to another website. Use this to embed tools for the editors, like analytics.

## Configuration

Install the plugin, and fill out the global configuration

## Development

The plugin is built using [Vite.js](https://vitejs.dev/). This enables a fast development workflow, where you see the changes as soon as you save a file. For it to work, it needs to be rendered inside the DatoCMS interface.

So when testing the plugin locally, you should [create a new plugin](https://www.datocms.com/docs/building-plugins/creating-a-new-plugin.md) in a DatoCMS project, and point it to `http://localhost:3000`.