Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#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
Re: RSS Comments
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
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
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
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
Pages: 1