Embed a video inside a help article¶
Add tutorial videos safely so users can watch directly from the documentation page.
YouTube embed¶
Use the embed URL format, not the normal watch URL. This prevents many player configuration errors.
Use this format:
https://www.youtube-nocookie.com/embed/VIDEO_ID?rel=0
Loom or Vimeo¶
- Open the video sharing settings.
- Enable public or workspace access.
- Copy the embed iframe link.
- Paste it inside a
media-frameblock.
Generic iframe checklist¶
- The URL must be an embed URL.
- The video must allow embedding on external websites.
- Use HTTPS links only.
- Keep the iframe inside
media-frameso it stays responsive.
Fallback link¶
If a video provider blocks embeds, add a normal button link below the video so users can open it in a new tab.