Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2008-01-26 02:32:33

tc03
Member
Registered: 2007-11-06
Posts: 92

RSS Comments

Just a quick question – does rss feed include feed of article’s comments?

Offline

#2 2008-01-26 02:58:09

jm
Plugin Author
From: Missoula, MT
Registered: 2005-11-27
Posts: 1,746
Website

Re: RSS Comments

No.

But this gives you a customizable comments feed.

Last edited by jm (2008-01-26 02:58:51)

Offline

#3 2008-01-26 03:07:57

tc03
Member
Registered: 2007-11-06
Posts: 92

Re: RSS Comments

Couldn’t I just work with these settings ?
I only want the comments from 1 particular article in its own unique section to be the whole feed.

Offline

#4 2008-01-27 01:32:51

tc03
Member
Registered: 2007-11-06
Posts: 92

Re: RSS Comments

If I can’t just set the “New Comment Means Site Updated” to yes, then could somebody help with the syntax for the ajw_comments_feed_link tag.

Like I said above – there is one article, which has its own section (‘community’), and the comments for that article will serve as a unique rss feed (link).

Offline

#5 2008-01-29 06:14:14

Gocom
Developer Emeritus
From: Helsinki, Finland
Registered: 2006-07-14
Posts: 4,533
Website

Re: RSS Comments

http://your-domain.com/?rss=1&area=comments&section=community

Cheers!

Offline

#6 2008-01-29 06:56:02

tc03
Member
Registered: 2007-11-06
Posts: 92

Re: RSS Comments

one more thing – does this output rel link rather than a href?
more to the point – can i make this a rel link?

Last edited by tc03 (2008-01-29 06:56:21)

Offline

#7 2008-01-29 13:10:19

Gocom
Developer Emeritus
From: Helsinki, Finland
Registered: 2006-07-14
Posts: 4,533
Website

Re: RSS Comments

Why not? So, yes…

Offline

#8 2008-01-29 22:41:59

tc03
Member
Registered: 2007-11-06
Posts: 92

Re: RSS Comments

How? It doesn’t seem to take the format value.

<txp:ajw_comments_feed_link flavor=“rss” format=“link” label=“RSS Feed” limit=“10” section=“rss_feed” title=“RSS Feed” area=“comments”/>

should this work? And all i need is this in the head with the plugin installed?
ty

Offline

#9 2008-01-30 02:30:14

tc03
Member
Registered: 2007-11-06
Posts: 92

Re: RSS Comments

Or is this going to work (because I tried and it doesn’t):

<txp:ajw_clean_feed_link flavor=“rss” url_only=“Y” label=“RSS Feed” limit=“10” section=“rss_feed” title=“RSS Feed” area=“comments”/>

I just can’t make a feed of the “comments” for the section “rss_feed” that is just a rel link in the head of the xhtml.

Last edited by tc03 (2008-01-30 02:30:40)

Offline

#10 2008-01-30 04:15:27

jm
Plugin Author
From: Missoula, MT
Registered: 2005-11-27
Posts: 1,746
Website

Re: RSS Comments

<link href="<txp:ajw_clean_feed_link flavor="rss" url_only="Y" label="RSS Feed" limit="10" section="rss_feed" title="RSS Feed" area="comments" />" rel="alternate" type="application/rss+xml" />

That should work, assuming your code is correct (I haven’t used the plugin in a long time). Check out the plugin docs for details.

Offline

#11 2008-01-30 04:50:47

tc03
Member
Registered: 2007-11-06
Posts: 92

Re: RSS Comments

ok (just had to set the url_only to lower case “y”.

Offline

Board footer

Powered by FluxBB