Forum Discussion
mdcastorena
Sep 20, 2022Brass Contributor
Unable to embed videos on SharePoint pages
I have a "Media Hosting" document library where we've previously uploaded mp4 videos to. In the past, I've been able to copy the link from a video in that libary and embed into a SharePoint page u...
- Sep 26, 2022Hey! it helped with the direct link.
I (and I assume Morghan as well) used the "shared link" and the URL. I could see that it wasn't correct, but just couldn't find where the correct link was. Thank you for sharing the guide!
DaveMehr365
Sep 23, 2022MVP
Hello mdcastorena
i have to tried embed a video stored on sharepoint with the embed web part and the following code:
<iframe width="853" height="480" src="https://<TENANT>.sharepoint.com/sites/MediaStore/Video/CT%20E-Mail%20Vorlage.mp4"></iframe>
and a video from youtube with the ootb youtube web part and the embed code:
https://www.youtube.com/watch?v=5z7n5UCSwO8
Information about the youtube web part:
Both works fine.
Regards, Dave