>Back to Home

Insert video into the Body of article

Last updated: Dec 02, 2024

There are two ways to embed a video.

Embed with <iframe> tags

You can use <iframe> embed code from YouTube, Vimeo, etc.

Go to "Share" > "Embed" on YouTube and copy the embed code as shown below.

<iframe width="560" height="315" src="https://www.youtube.com/embed/bP0skSWfvp0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

Embed with <video> tags

The <video> tag can be used.

For other markdowns, see this page.
https://helpme.center/en-support/5116

>Back to Home >Back to Previous Page