RSS feed implementation. | Community
Skip to main content
tushaar_srivastava
Level 6
July 29, 2019
Solved

RSS feed implementation.

  • July 29, 2019
  • 3 replies
  • 3668 views

Hi I am new to concept RSS feed. and I need to implement RSS feed.

So, please help me with how to implement RSS feed on a page. How can they give us data to render RSS.

Scenario: a page published every month and the team would like to use RSS feed from their core system outside of AEM.

(Note: I am not sure but got some where about web syndication but that was present in AEM6,  and do we have to implement same for AEM6.3 and 6.5)?

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

You have to build your logic to do this. Create a custom service to do this. There is no OOTB by default.

3 replies

arunpatidar
Community Advisor
Community Advisor
July 29, 2019
tushaar_srivastava
Level 6
August 6, 2019

Thank you Arun, I checkd the link, but I think in that Link It is mentioned like how we want to display the Feed means there is a JS code that tell how to diaplay/manage.

But How to get the RSS feed.? or how to achieve the feeds.

eg. on local if we check but changing URL from  .html -> .feed,  this will give the feed

and removing .html  -> .rss.xml, it will give the rss xml format

kautuk_sahni
Community Manager
kautuk_sahniCommunity ManagerAccepted solution
Community Manager
August 26, 2019

You have to build your logic to do this. Create a custom service to do this. There is no OOTB by default.

Kautuk Sahni