Comment Notification
Keith is calling for bloggers to implement a “notify me of any replies” feature for their comments systems:
There are a few ways to do this. You could get an e-mail for every reply that’s made, but that could quickly flood you with e-mail. It doesn’t scale well, and I guarantee you messages are harder to put in context this way. The better solution, and the one that message boards use, is to e-mail you when there’s a new post made, but then not e-mail you again until you’ve visited the site and seen all the new posts. This scales better.
I like it. It’s a relatively simple feature to implement with instant, obvious benefits. I’ll try and work on this some time this week.
Dan Kalowsky - 22nd April 2003 00:14 - #
Simon Willison - 22nd April 2003 00:21 - #
Pepino - 22nd April 2003 00:55 - #
That can be included in the URL that they click on from the email:
http://simon.incutio.com/emailalert?as9da97d3
The above URL would redirect them to the page with the comments on, and reset the "do not email me, I haven't been back to the site" flag in the database record that records their initial request for email alerts.
Simon Willison - 22nd April 2003 12:22 - #
Jeremy Dunck - 22nd April 2003 17:35 - #
Dan Sugalski, of Parrot development fame, has an entry on RSS/notification.
It's loosely related to this post, in a "let me know when something I care about happens" sort of way.
To me, identity is the central missing piece in a more useful collab architecture.
Jeremy Dunck - 22nd April 2003 17:37 - #
Sorry for the delay in response, but here goes...
The use of RSS already gives a reader little to no incentive to actually visit the site. After all, you can get all the information you need/want via the RSS feed, while providing you the poster with little knowledge as to what pieces have been of interest to the readers. Debates on this keeping the quality of comments high (and quantity low) can be left for another day. But in either case the barrier to entry in having a comment added is now set to a moderate level of difficulty. A reader will now have to open a web browser, goto the link, wait for it to load, read any other (possible) comments, and then commit theirs.
Adding in comment notification will essentially raise the reader comment barrier further providing even less of an incentive to visit and interact with the blog. Remember that with each visit while a reader may have a passing interest in an alternative post, but not enough to justify committing a comment, they have already entered the site bypassing a major portion of the reader-comment barrier. If they notice others have commented on a passing topic, read these comments, form an opinion, and decide that they should add their own opinion they have now continued to provide feedback and a place within the readership.
This partially revolves around my dislike and like on the concept of Trackback's, but again I'll save those neurons for another day.
The end result really is, what was your original purpose for this blog? Did you design this blog to get feedback on new ideas that you are thinking or reading about? Did you implement this blog as a system to keep notes on projects you've done (and how) and tidbits of knowledge that you might find useful later? Or was this designed to be an experiment in content creation and design for you to work with? Each purpose above will have different needs and behaviors. Depending upon the behavior desired, everything I've posted in this comment may be useful, or it might not.
Dan Kalowsky - 26th April 2003 15:57 - #
Dan Kalowsky - 26th April 2003 16:40 - #
Keith - 28th April 2003 22:12 - #