I search drupal.org for instructions on how to create an rss feed for comments but can't find one.

What I want is to have an rss feed for every nodes created in my website (http://www.sourcecodester.com) so that users who have posted a comments in a node can subscribe only to that particular node and receive only comments based on nodes. I do not know if this is possible using views. I also find Comment RSS but don't want to use it if views can handle rss feed for comments.

Thank you

Comments

WorldFallz’s picture

Yes, views can this. It's pretty straight forward-- create a view of type 'comment', and add a display type of 'Feed'.

===
"Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime." - Lao Tzu
"God helps those who help themselves." - Ben Franklin
"Search is your best friend." - Worldfallz

jaypabs’s picture

After that how to create a link in every node?

Download free source code

WorldFallz’s picture

I've not tried it, but you'd probably have to add the node relationship and an argument, then theme the link right into the node.tpl.php file.

===
"Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime." - Lao Tzu
"God helps those who help themselves." - Ben Franklin
"Search is your best friend." - Worldfallz