Forum Discussion
Show view of a list from a different site
Drubble Try using Embed web part on SharePoint pages. You can provide URL of list view to iframe.
Check: Add content to your page using the Embed web part
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
- DrubbleOct 28, 2022Copper Contributor
Thanksganeshsanap
I had already tried that and got the message:
"This website doesn't support embedding using just the address. Try pasting the embed code instead. If it's important to embed from this site using just the address, please send us feedback."
- ganeshsanapOct 28, 2022MVP
Drubble Adding embed code in above format should work. If it is not working, try adding your tenant URL in HTML Field security settings.
Follow: HTML Field security settings
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
- ganeshsanapOct 28, 2022MVP
Drubble Try using embed code like this:
<iframe src="https://contoso.sharepoint.com/sites/siteName/Lists/ListName/AllItems.aspx" height="200" width="300" title="Iframe Example"></iframe>Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.