Skip to main content

YouTube Plugin

This page focuses on the implementation of the YouTube plugin and the code you need to embed YouTube videos into your editor. You can check out the CodeSandbox directly or view, edit and try out the code in real-time inside the embed.

To use, enter the URL of the relevant video, and it will get embedded into the editor. If the URL is wrong or doesn't exist, an empty YouTube video will get embedded and show an error when playing the video.

The example here is very simplified, so you can create your own logic for handling wrong URLs or canceling the embedding. The size of the embed is also adjustable.