Forum Discussion
RSS feed or similar to update a web part
LukeSykes If you are using Team site, you can use SharePoint default RSS web part (not available in communication sites):
Or you can use below RSS web part developed by community members using SPFx: RSS Reader You can even download the code from GitHub, enhance it as per your requirements and use in your SharePoint site.
Documentation: Overview of the SharePoint Framework
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.
For SharePoint/Power Platform blogs, visit: Ganesh Sanap Blogs
- LukeSykesMar 01, 2023Copper Contributor
Just to confirm - there is no way of doing this on a communication site...
Can i embed an RSS feed from a team site in a web part on a communication site? Might sound a bit out there....
- ganeshsanapMar 01, 2023MVP
LukeSykes Yes, no SharePoint out of the box option for communication site.
For your 2nd question, you can try this:
- Create a site page in team site
- Add RSS web part on site page
- Embed site page from team site to communication site
- UI may not be perfect in this case but you can try and see if it works for you.
Documentation: 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.
For SharePoint/Power Platform blogs, visit: Ganesh Sanap Blogs