How to Implement Curator Feed on SharePoint
At this stage, SharePoint does not natively allow direct JavaScript embedding (for security reasons). So you can’t simply paste a script tag or external JS feed into the Embed web part — SharePoint will strip it out.
The simplest approach would be to create an HTML page for your Curator Feed and then embed that page into SharePoint using an iframe.
