RSS News Feed | Community
Skip to main content
October 16, 2015
Solved

RSS News Feed

  • October 16, 2015
  • 5 replies
  • 3696 views

Hi,

I need to implement rss news feed in one of my cq page.

I have seen one Feed Link component is available under collaboration section. But that component asks us to only give link text, there is no such field to give rss file (.xml)

Please let me know If cq5 has any rss feed component.

If it is not please guide me how to make it.

 

Regards,

Anderson

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 klcodanr85

What does this RSS News Feed need to do?  Are you trying to import content from an RSS feed?  If so, I'd look at implementing an Importer:

http://dev.day.com/docs/en/cq/current/javadoc/com/day/cq/polling/importer/Importer.html

If you're trying to generate a feed of the child pages of the current page, you can use the feed selector:

http://dev.day.com/docs/en/cq/current/wcm/web_syndication_feeds.html

If you are trying to generate a custom feed, you may be able to use the list component, but it depends on exactly what you are trying to do:

http://dev.day.com/docs/en/cq/current/wcm/web_syndication_feeds.html#Using%20the%20List%20Component

5 replies

October 16, 2015

Yes, I am trying to import content from RSS feed. I will check the abovr URL.

It would be really helpful if you provide any sample code on this.

Thanks,

Anderson

klcodanr85
klcodanr85Accepted solution
Level 2
October 16, 2015

What does this RSS News Feed need to do?  Are you trying to import content from an RSS feed?  If so, I'd look at implementing an Importer:

http://dev.day.com/docs/en/cq/current/javadoc/com/day/cq/polling/importer/Importer.html

If you're trying to generate a feed of the child pages of the current page, you can use the feed selector:

http://dev.day.com/docs/en/cq/current/wcm/web_syndication_feeds.html

If you are trying to generate a custom feed, you may be able to use the list component, but it depends on exactly what you are trying to do:

http://dev.day.com/docs/en/cq/current/wcm/web_syndication_feeds.html#Using%20the%20List%20Component

March 27, 2017

I need to generate RSS Feeds for my pages. I am not able to find feed link component (collaborator section itself) in AEM 6.1. Can you please assist.

Thanks,

Anjali

Level 3
October 9, 2017

Did you find a solution? I don't understand how this is working. In my page the .feed extension does not work and I see non of the components like feed link. Are there some more detailed information how to setup a feed?

December 4, 2017

Hi Tim,

My requirement was to generate the feeds for multiple pages and show those collectively under one url.

For that I overlaid the default feed scripts and modified according to my requirement. The paths for the scripts are mentioned below.

/apps/foundation/components/primary/cq/Page/feed.jsp   &&

/apps/foundation/components/primary/cq/Page/feedentry.jsp

Hope you find this helpful and appologies for late response.

Regards,

Anjali

Nandheswara
Level 4
June 15, 2022

I Have same requirement can you say how to achieve this