Forum Discussion
Aniruddhab
May 16, 2021Copper Contributor
SharePoint Online Facebook or YouTube Embed code not loading untill mouseover
Hi All, A strange things happened in last few days in SharePoint online. Earlier if I embed Facebook feed embed code in SharePoint Online it was working fine but now it is not showing until mouse...
- May 28, 2021Hi,
No sure if a screenshot will help.
1/ Add the iFrame code to your embed web part like you normally would and publish your page. You will see the issue with the mouse over we are experiencing
2/ Place the page into edit mode, in the embed web part text box delete the iFrame code and replace with something like "facebook.com" and then click the Republish button
For some reason it ignores the facebook.com code you enters and displays the web part correctly using the previous iFrame code
Stfn96
Nov 25, 2021Copper Contributor
I don't know if you still need a solution, but i had the same problem. Just take out the "https:" from the src attribute in your iframe. So your link is just "//http://www.google.de/..."
Good luck!
jsmolenaers
Aug 10, 2022Copper Contributor
I can confirm removing "https" from the SRC URL also worked for me.
- Melissa ListonSep 01, 2022Brass ContributorLeaving in the // didn't work for me, but taking out EVERYTHING but the www... DID! Thanks!