Expand my Community achievements bar.

Nomination window for the Adobe Community Advisor Program, Class of 2025, is now open!
SOLVED

Embed RSS feed as a component

Avatar

Level 4

What is everyone doing to embed an RSS feed in a simple list on a page?  This should be a very simply component to build, but all the OOTB features build nodes from feeds or produce feeds.  We need to simply embed.  

1 Accepted Solution

Avatar

Correct answer by
Level 10

Why not just build one using a JS framework lib that can pull in data from other sources like a Restful RSS feed? 

For example:

http://www.davidjuth.com/rest-demo-jquery-rss.aspx

Build it as a standard AEM component that you can place on the sidekick and drop onto a page. 

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

Why not just build one using a JS framework lib that can pull in data from other sources like a Restful RSS feed? 

For example:

http://www.davidjuth.com/rest-demo-jquery-rss.aspx

Build it as a standard AEM component that you can place on the sidekick and drop onto a page. 

Avatar

Level 4

Thanks.  We did find someone to share a more traditional approach, but I like this architecture better.

Mark