简体   繁体   中英

Is it possible to show videos from SharePoint Online in SharePoint 2013?

I have a SP 2013 intranet and I want to display some videos in an iframe from SPO.

I try this...

<iframe src='https://mytenant.sharepoint.com/:v:/s/VideoHub/xxx?e=xxx'> but I get mytenant.sharepoint.com refused to connect. In my SP 2013 I go to Site Settings - HTML Field Security add mytenant.sharepoint.com but still no luck.

Thanks P

Do not use "Copy link" option to get the link to video from document library in SharePoint online.

Instead use below steps to get direct link:

  1. Go to document library and select the file you for which you need direct link
  2. Click on Open the details pane (i icon) from command bar (top right side)
  3. Scroll down on properties pane and Copy direct link using the copy icon highlighted in below image:

在此处输入图像描述

Then use this in src property of iframe .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM