Forum Discussion
AndriiKo
Sep 12, 2023Copper Contributor
Embedding SharePoint List and Folder Content in an iframe on my site (not on SharePoint)
I have a task to embed SharePoint documents and the contents of a SharePoint folder on my website using an iframe. So far, I've been successful with documents, using a URL like: https://<tenant>...
daniel_A6999
Sep 27, 2023Copper Contributor
AndriiKo I'm trying to embed a Sharpoint document in my wordpress site which is using WPO365 as login. But when I use an iframe with the link of the document it's blank. The document link is for public and can be read by anyone. I'm using that code :
<iframe src="https://soinsvolants.sharepoint.com/:w:/s/Contenudelintranet/EU7ojwAdbw1Ngw2wMNA8f0wBOhyC3e5-NCM05UaXRgPSYA?e=Ykb8jL" width="600" height="800"></iframe>
Any suggestion?