What is it?
The WYSIWYG editor within MC Professional will allow you to paste in embed code from a video hosting site (ex. YouTube or Vimeo) so that the video appears within an article on your MC Professional website.
How to Embed a Video
First, find the video you want to embed. You may be embedding a video from YouTube, Vimeo, or another video hosting platform.
YouTube
YouTube provides embed code on a per video basis. I've included an example below of the process required to embed a YouTube video.
First, find the video you want to embed and click "Share."
Of the Share options, choose "Embed." Copy the iframe code provided.
With the embed code copied, add or edit an MC Professional article. Inside the article, click on the HTML button.
Paste your embed code into the HTML editor.
The final embedded video will display in the Admin and user view of the article as a yellow square.
Your video will then appear on the front of your site ready to play.
Vimeo
Vimeo also provides embed code on a per video basis. When viewing a Vimeo video, access the embed code by clicking on the share icon in the top right-hand corner of the video.
Next, copy the Embed code provided.
With the embed code copied, add or edit an MC Professional article. Inside the article, click on the HTML button.
Paste the embed code into the HTML editor.
The final embedded video will display in the Admin and user view of the article as a yellow square.
Troubleshooting Tips
- Video not showing - Occasionally, when viewing a secure page (a page whose URL starts with https), some browsers will prevent 'mixed' content from displaying. This means that videos with links that start with http (instead of https) will not show. Most reputable video hosts have both secure and non-secure pages. If your video is not appearing, try adding an 's' after the http of the source of the video.
NOTE: this will most often apply to older Youtube and Vimeo videos. As of the publish date of this help article, both services have dropped the 'http/https' portion of their code and start the video source with "//".
- YouTube videos disappearing behind menus in Internet Explorer - Unfortunately, this is a common issue. To fix this, a parameter called 'wmode' must be added to the video's HTML. To make this change, you'll need to do one of two things.
- If the source of the video already has a '?', you will add the following code to the URL just before the end quotation mark:
&wmode=transparent
- If the source doesn't have a ?, you will add the following to the URL:
?wmode=transparent
NOTE: External sites like YouTube and Vimeo often change their embed codes. We will try to make updates to this page as we learn them, but if you've noticed a code change that isn't reflected above, please leave a comment to let us know.