-
Website
http://www.scripting.com/ -
Original page
http://www.scripting.com/stories/2008/04/12/myTwoCentsOnThisWeeksBitch.html -
Subscribe
All Comments -
Community
-
Top Commenters
-
eas
55 comments · 4 points
-
AndrewBurton
134 comments · 10 points
-
Michael Markman (Mickeleh)
154 comments · 16 points
-
Rex Hammock
52 comments · 9 points
-
malatmals
81 comments · 3 points
-
-
Popular Threads
-
How I develop formats and protocols. (Scripting News)
1 day ago · 11 comments
-
Open is in the eye of the beholder. (Scripting News)
3 days ago · 13 comments
-
Store Twitter URLs in earth's oceans? (Scripting News)
5 days ago · 16 comments
-
Why today's Twitter is like Napster in Y2K. (Scripting News)
5 days ago · 15 comments
-
If you wrote the words you own the copyright. (Scripting News)
5 days ago · 7 comments
-
How I develop formats and protocols. (Scripting News)
I'm writing this from the pencil icon in Newsriver - actually this first time I've used that aggregator. This idea makes a lot of sense. Why aren't more aggregators offering it?
On a semi-related note, have you any opinions (new or past) about the reappearance of the 'stealability' of RSS in regards to the syndication freedom and the 'don't like it, don't publish it' vibe people throw about at those that do have some RSS content battles to wage?
One is having a RSS feed for the comments, this means you can subscribe to comments so that you see the replies to your comments in your feed reader so it encourages you to comment and you can track the discussion so that you might comment again.
This can be done with
<wfw:commentRss> in the http://wellformedweb.org/CommentAPI/ namespace, this seems to be used on quite a few feeds.
Another is the number of comments a post has, the only place I've seen this is in
<slash:comments> in the http://purl.org/rss/1.0/modules/slash namespace
this seems to be quite rare from the feeds I read.
Both are used on Telegraph blogs site (of all places!) for example: http://blogs.telegraph.co.uk/technology/Feed.rss
I am working on a site which uses these when they are available:
http://www.friendbinder.com
On the RSS 2.0 <comments> - If I'm understanding correctly this element contains a single url and can only exist once. Isn't the real problem that we'd like a way to discover all comments? Kinda sounds like an opportunity, methinks.
It might even be possible to write something that can read feeds, take comments, and then post them once I get back on the net after my daily commute to/from Chicago. ;-)
Keep up the good work.
--Mike--
However, I do think that there is a place for independant comments. I pick up a lot of articles via Slashdot and the typical number of comments on there are in the order of hundreds. My concern is that if these hundred of comments were directly connected to blogs it might confuse the message that I am trying to get across, or if I was a corporate they might dilute my corporate brand. If I'd wanted a bulletinboard then I'd have setup up instead. For these volumes of comments, I'd have to provide some automoderation or provide resource to moderation of the comments.
I have no problem with people commenting on my blogs but not at my expense.