Page 1 of 1

Comment feed on per-entry basis

Posted: Thu Apr 02, 2009 5:36 pm
by yellowled
We don't have a comment feed per entry, right? Just the global comment feed? If so: why don't we have it? ('cause I think we should have at least the option to have it.)

YL

Re: Comment feed on per-entry basis

Posted: Fri Apr 03, 2009 3:07 pm
by stm999999999
of course, we have! :-)

have a look at http://blog.stephan.manske-net.de/archi ... sten!.html

left to "Trackbacks" and "Kommentare" there is the feed for the comments/trackbacks of this arcticle!

howto?

Code: Select all

/rss.php?version=2.0&type=trackbacks&cid={$entry.id}
/rss.php?version=2.0&type=comments&cid={$entry.id}
/rss.php?version=2.0&type=comments_and_trackbacks&cid={$entry.id}

Re: Comment feed on per-entry basis

Posted: Fri Apr 03, 2009 3:30 pm
by yellowled
stm999999999 wrote:of course, we have! :-)
Seems like we're getting to the point where s9y behaves like emacs - the question is not if something's possible, the question is how :)

Thanks a lot.

YL

Re: Comment feed on per-entry basis

Posted: Fri Apr 03, 2009 4:07 pm
by judebert
yellowled wrote: Seems like we're getting to the point where s9y behaves like emacs - the question is not if something's possible, the question is how :)
Oh, no! We've inadvertently programmed an operating system?!?

At least it's still better than Vista. :lol:

Re: Comment feed on per-entry basis

Posted: Fri Apr 03, 2009 7:37 pm
by yellowled
judebert wrote:
yellowled wrote: Seems like we're getting to the point where s9y behaves like emacs - the question is not if something's possible, the question is how :)
Oh, no! We've inadvertently programmed an operating system?!?
Same problem as with emacs -- great OS, but the editor sucks. :lol:

YL

Re: Comment feed on per-entry basis

Posted: Fri Apr 03, 2009 10:34 pm
by Don Chambers
Stephan - any idea how many of your visitors actually use the entry-specific comment feed?

Re: Comment feed on per-entry basis

Posted: Fri Apr 03, 2009 10:47 pm
by stm999999999
1) is there any way to see this?

2) I do not think my blog has a great enough reach to give a representative result

Re: Comment feed on per-entry basis

Posted: Fri Apr 03, 2009 10:59 pm
by Don Chambers
stm999999999 wrote:1) is there any way to see this?
To see what?

Re: Comment feed on per-entry basis

Posted: Fri Apr 03, 2009 11:24 pm
by stm999999999
to see how many of my visitors actually use the entry-specific comment feed

Re: Comment feed on per-entry basis

Posted: Sat Apr 04, 2009 8:36 pm
by yellowled
stm999999999 wrote:to see how many of my visitors actually use the entry-specific comment feed
It should be possible to get a number of times the feed was actually accessed using a logfile statistics generator like i.e. Webalizer if you dig deep enough.

YL