Forum Discussion

AdamCurrie-ac24's avatar
AdamCurrie-ac24
Community Member
3 years ago

Embedding videos from Microsoft Website

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?

  • Hi Adam, would it be possible to share the embed code you used for the video? We can troubleshoot the issue once we have a copy of your embed code.  Thanks!

    • Chris-Santos's avatar
      Chris-Santos
      Staff

      Hi Chenay,

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

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

      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:

      below.