Feb 28 2023 01:23 AM
Hi
I have created a work portal in my service using SharePoint and I would like to create an automatically updated 'Fact of the day' web part with something like an RSS feed.
Problem is, there isn't an RSS web part
Any help would be greatly appreciated
Feb 28 2023 12:31 PM
Mar 01 2023 02:46 AM
@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
Mar 01 2023 03:16 AM
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....
Mar 01 2023 04:11 AM
@LukeSykes Yes, no SharePoint out of the box option for communication site.
For your 2nd question, you can try this:
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
Mar 01 2023 06:15 AM
@LukeSykes Without using an RSS web part or SPFx you can create this with a couple of lists, a flow, JSON view formatting and a list web part. We do this for a message of the day on our intranet. Let me know if something like this is what you want and I'll post the details:
Rob
Los Gallardos
Microsoft Power Automate Community Super User
Mar 01 2023 07:57 AM