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
Solved! Go to Solution.
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
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:
Views
Replies
Total Likes
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
Views
Likes
Replies
Views
Likes
Replies