Embed videos from YouTube, Vimeo, or other external platforms directly in your articles using the HTML embed feature.
On this page
To embed a video
-
Copy the embed code
Get the iframe embed code from your video platform:- YouTube: Find the video, select Share, select Embed, and copy the iframe code.
- Vimeo: Find the video, select the Share icon in the top right corner, and copy the embed code.
-
Open your article for editing
Go to Website > Articles and select the article you want to edit. -
Switch to HTML view
Select the HTML button in the editor toolbar. -
Paste the embed code
Paste the copied iframe code into the HTML window. -
Save your changes
Select Save.
Note: After saving, the video appears as a yellow square in both the admin and user views of the editor. It displays as a playable video on the live site.
Troubleshooting common issues
If your video does not display as expected, try these solutions:
- Video not showing on secure pages: Browsers may block content if a video URL uses "http" instead of "https". Update the source URL in your embed code to use "https". Most modern platforms now use "//" at the start of the source URL to handle this automatically.
-
Video disappearing behind menus: Add a
wmodeparameter to the source URL in your embed code:- If the URL already contains a "?", append
&wmode=transparentbefore the closing quotation mark. - If the URL does not contain a "?", append
?wmode=transparentbefore the closing quotation mark.
- If the URL already contains a "?", append
Note: YouTube and Vimeo frequently update their embed code requirements. If the steps above do not work, check the hosting provider's current sharing instructions.