Wordpress Plugin: Subscribe to Comments
July 2nd, 2007
There are hundreds and maybe even thousands of Wordpress plugins available to Wordpress users at no cost scattered around the internet, but there are only a few plugins that all blogs should use.
Subscribe to Comments is one of these important plugins that every blog should offer to their readers. This plugin will place a subscription box in your comments form and allow your readers to receive e-mail notifications each time a follow up comment is left on your site.
Setting up this plugin couldn’t be much easier. Once you’ve gone through the normal process of installing and activating the plugin, you will want to place the following code in your comments.php file where you want the “subscription box” to appear:
<?php if (function_exists('show_subscription_checkbox')) { show_subscription_checkbox(); } ?>
I recommend placing this just above the Submit button (or whatever your button says to submit the comment). This will allow readers to see the “subscribe box” before reading the comment. It’s important to note that you should NOT have this box checked by default (you can control this in your plugin’s Option panel). I’ve noticed a few websites that have it checked by default and there is nothing more frustrating than leaving a comment and finding out you were subscribed to a post you commented on against your will. People will check the subscription box if they want e-mail notification of new comments and you risk losing a lot of readers, or at least a lot of comments, by having this checked by default. I will sometimes check this box when I want to see any follow up comments, but I generally will not comment on sites that have this checked by default.
Now, if you use the above Wordpress plugin, another plugin you may want to consider is Subscribe to Comments Stats Reporting. This plugin requires you to already have activated the Subscribe to Comments plugin mentioned above. Once installed, this will give you reporting by user or by post on who has subscribed to it.











I use this plugin and the stats plugin is a nice find! Off to installing yet another plugin.. sometimes I feel like I am adding a plugin a day! As much fun it is, it can’t be good for the blog!
Yes, yes! This is an absolute must-have plugin. It makes it so much easier on both blogger and visitor. I comment so often that I forget where I’ve left them. In fact, I continue to get comments from blogs I’ve commented on months ago.
Yeah definately. The subscribe to comments is a must have. Many of my visits is because I get remained in my inbox!
This is one of the best plugins to get your visitor back to site. Your comments will definitely increase.
Well, I’m on WordPress 2.2.1 and I can’t get that plugin to work. I don’t get options for the text in the admin area and on the frontend the checkbox shows up without any accompanying text. Checking the box also doesn’t get me any e-mail notifications for follow-up comments (I’ve tested with four different e-mail addies). And looking at the support page of the plugin shows that there are quite a number of people with that problem. So I don’t think that plugin oh so great.
If it worked, that would be a different matter, of course.
The idea of the plugin is definitely brilliant.
Steph – This plugin is certainly great when it works (even must-have).
I’m still using 2.1.2 and usually wait to upgrade for these types of reasons. Is anyone else having this problem on 2.2.1?
Yep, there’s plenty of people with the same problem. Maybe there will be an update sometime or some advice what to change in the php. *shrugs*
For the time being I’ve switched to the Filosofo Enroll Comments plugin. As far as I can see that has only a minor bug for the admin …
Steph – I don’t doubt that many people are having this problem, but I wonder if everyone is that uses that version of Wordpress. It may now conflict with a popular plugin or something, rather than being a problem with Wordpress all together.
Hopefully the author will update the plugin soon.
this is a must for my site.