Expand my Community achievements bar.

SOLVED

Recommended RSS feed component to install?

Avatar

Level 1

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

1 Accepted Solution

Avatar

Correct answer by
Administrator

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

View solution in original post

2 Replies

Avatar

Level 10

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/

Avatar

Correct answer by
Administrator

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