RSS feed for comments

Creating and modifying plugins.
Post Reply
schimanke
Regular
Posts: 161
Joined: Mon Jan 07, 2008 4:38 pm
Location: Hameln, Germany
Contact:

RSS feed for comments

Post by schimanke »

Is there a way to create a RSS feed which contains the comments for a certain blog post?
Don Chambers
Regular
Posts: 3657
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Re: RSS feed for comments

Post by Don Chambers »

This will give you the rss 2 comment feed for entry ID #100:

http://yoursite.com/rss.php?version=2.0 ... ts&cid=100
=Don=
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Re: RSS feed for comments

Post by yellowled »

I usually use this Smarty code at a suitable position in the entries.tpl.

Code: Select all

<a href="{$serendipityBaseURL}rss.php?version=2.0&type=comments&cid={$entry.id}"><abbr title="Really Simple Syndication" lang="en">RSS</abbr> Feed ({$CONST.COMMENTS})</a>
YL
schimanke
Regular
Posts: 161
Joined: Mon Jan 07, 2008 4:38 pm
Location: Hameln, Germany
Contact:

Re: RSS feed for comments

Post by schimanke »

Thank you, guys! I will try your suggestions!
Post Reply