Embedding videos from Microsoft Website

Oct 11, 2021

I'm trying to embed a video from Microsoft's support website to build a course on how to use MS Teams, but when I embed the link, it doesn't show the video in the player, just a link to the website which I don't want.  Does anyone know how to overcome this?

3 Replies
Chenay Roux
Christopher Santos

Hi Chenay,

I'm also getting the same message on the video the first time I load it in a browser (see screenshot below):

ms

I noticed a share link you could grab from the video itself:

share

Try using an iframe to embed the video into your course.  Here's the code I used to embed in my sample course.

<iframe src="https://www.microsoft.com/en-us/videoplayer/embed/RE30fXo?pid=ocpVideo1-innerdiv-oneplayer&amp;postJsllMsg=true&amp;maskLevel=20&amp;reporting=true&amp;market=en-us"></iframe>

Here's how it should look like:

embed below.