Styling & Publishing Feeds

How to Implement Curator Feed on SharePoint

SharePoint does not natively allow direct JavaScript embedding (for security reasons)

You can’t simply paste a script tag or external JS feed into the Sharepoint's Embed web part, SharePoint will strip it out.

The simplest approach would be to create and host an HTML page for your Curator Feed and then embed that page into SharePoint using an iframe.

Was this helpful?