Recommended RSS feed component to install? | Community
Skip to main content
May 31, 2016
Solved

Recommended RSS feed component to install?

  • May 31, 2016
  • 2 replies
  • 2819 views

Hi All,

I would like to pull external feeds and display them in AEM landing page, what components are available and what are the implementation process?

Regards

Ausman

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by kautuk_sahni

Hi 

We can achieve this in many ways:

Option 1 :- Embed RSS feed directly to the Page

//Link:- https://helpx.adobe.com/experience-manager/using/creating-cq-feed-components-display.html

//Link:- http://feed.mikle.com/ Create a RSS feeds by adding urls, then customize it with few clicks and finally copy the code to your page. [Important]

 

Option 2 :- Creating a custom component that consume third party jQuery Plugins. 

//Link:- https://helpx.adobe.com/experience-manager/using/custom-carousel-components.html [Creating a component which use JQuery]

//Link:- https://www.sitepoint.com/jquery-rss-feed-readers/ [RSS JQuery plugins]

 

Option 3:- Create a Blog Based on RSS Feed [Not sure if this will work now]

//Link:- http://cq-ops.tumblr.com/post/17391660877/how-to-create-a-blog-based-on-an-rss-feed

 

I hope this will help you.

Thanks and Regards

Kautuk Sahni

2 replies

smacdonald2008
Level 10
May 31, 2016

As you can see in the AEM docs -- 

https://docs.adobe.com/docs/en/aem/6-1/author/site-page-features/web-syndication-feeds.html

there is a small discussion on this. 

Here is a blog that can help you too: 

http://cq-ops.tumblr.com/post/17391660877/how-to-create-a-blog-based-on-an-rss-feed

Another option that you have is looking at building a custom component using a JQuery plug-in: 

https://www.sitepoint.com/jquery-rss-feed-readers/

kautuk_sahni
Community Manager
kautuk_sahniCommunity ManagerAccepted solution
Community Manager
June 10, 2016

Hi 

We can achieve this in many ways:

Option 1 :- Embed RSS feed directly to the Page

//Link:- https://helpx.adobe.com/experience-manager/using/creating-cq-feed-components-display.html

//Link:- http://feed.mikle.com/ Create a RSS feeds by adding urls, then customize it with few clicks and finally copy the code to your page. [Important]

 

Option 2 :- Creating a custom component that consume third party jQuery Plugins. 

//Link:- https://helpx.adobe.com/experience-manager/using/custom-carousel-components.html [Creating a component which use JQuery]

//Link:- https://www.sitepoint.com/jquery-rss-feed-readers/ [RSS JQuery plugins]

 

Option 3:- Create a Blog Based on RSS Feed [Not sure if this will work now]

//Link:- http://cq-ops.tumblr.com/post/17391660877/how-to-create-a-blog-based-on-an-rss-feed

 

I hope this will help you.

Thanks and Regards

Kautuk Sahni

Kautuk Sahni