コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

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 受け入れられたソリューション

Avatar

正解者
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. 

元の投稿で解決策を見る

2 返信

Avatar

正解者
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