‘Show Top Commentators’ Plugin Reviewed
May 15th, 2007 by CourtIn 30 short pages my ebook shows you exactly how to set up a low-maintenance income online using free traffic from Google. You'll learn:
- How to discover keyword sets where the traffic potential is high but the competition is limited.
- How to set up quick, easy, search-engine friendly websites with no programming knowledge whatsoever.
- How to build those websites around high-paying keywords that will give you your first passive online income.
The ebook is free, but there is a catch - you have to actually download it, read it, and implement what it teaches. I'm not giving you this book for intellectual stimulation; I'm giving it to you so you can make money. Hundreds of my readers have used these principles to either create or increase their online income. You can do the same.
Just fill out the easy form below you'll be redirected to the download page. As a bonus I'll follow up with an email mini-course that outlines some of my biggest successes, failures, and key insights I've gained over the years as a full-time internet marketer. I'll send you the first installment right away. And don't worry - all you'll ever get from me is value-packed content. I'll never share, rent, or sell your personal information. Enjoy...and thanks for visiting!
Last week I reviewed a popular WordPress plugin called the ‘Ultimate Tag Warrior‘. The response was really fun to see - people love to hear honest opinions about WordPress plugins. I have decided to make my plugin reviews a weekly tradition. This week’s addition is the ‘Show Top Commentators‘ plugin.
Short Version Of The Review:
The show top commentators plugin really gets people talking on your site. If you are in need of sparking up some conversation this is where you should start. The installation is fairly simple and consists of downloading the plugin, extracting it, uploading it to your site, and installing a piece of PHP code where you want it to show up.
Long Version Of The Review
Here’s the breakdown of what I’ll cover in the review:
- What The Plugin Does
- SEO Benefits
- SEO Negatives
- Knowledge Required To Install The Plugin
- Installing The Plugin
- My Overall Thoughts On The Plugin
What The Plugin Does
The ‘Show Top Commentators’ plugin for WordPress is a great way to reward your readers for participating in the discussion on your site. The plugin adds a small section to your site that shows your readers that have left the most comments. On my site it looks like this:
As you can see, each of the top commentators are displayed according to how many comments they have left. Each of them receives a link back to their site in exchange for their participation. Since I installed the plugin in my sidebar, the ‘Comment Champs’ of this site appear on every page of the site.
SEO Benefits
I can see one really big benefit to installing the plugin. From a search engine’s point of view, when people leave comments they are adding content to your pages. This proves to search engines that your site is a living, breathing organism that is being constantly updated.
One problem that I had when I was creating static sites is that my pages would start dropping in Google until I updated them. I would have to go through each page and add content or they would continually drop in Google’s rankings. Adding fresh content to the pages reversed the drop. When people leave comments on your pages this addition of fresh content is being done for you.
Since the addition of the ‘Show Top Commentators’ plugin to this site, my comments have easily tripled. I know that many users are just leaving comments so that they can appear on that list, but who cares? If their comments are worthless I just delete them. 99% of them add value to the site.
SEO Negatives
One SEO negative that I can see is that I am now giving away 10 additional links on each page of the site. I don’t really have a lot of control over who I’m linking to in my ‘Comment Champs’ section. Ideally I want my site to link only to good sites that are related to mine. Since I am now linking to several sites that aren’t 100% related to mine the use of the plugin has created a slight SEO negative for while creating an SEO positive for my readers.
In my opinion this small, SEO sacrifice for the reader will result in more discussion and will ultimately add value to any site.
Knowledge Required To Install The Plugin
- FTP / Uploading - Here’s a lesson on how to upload using FTP if you need it.
- How To Edit WordPress Template Files (I will show you how to do this but it will of course help if you already have done it.)
Installing The Plugin
Disclaimer: If you mess up installing a plugin you can really mess up your site! I wouldn’t go past this point if you don’t know how to manipulate HTML. Back everything up beforehand. Honestly, if you don’t back-up your theme’s files, you will wish you did. I obviously can’t take responsibility if you mess your site up and I provide this walk-through as-is and without warranty. I repeat: I will take no responsibility whatsoever if your site gets messed up! That said, this obviously worked for me. ![]()
- Download the plugin.
- Extract the plugin. Find the file on your computer and right click your mouse on it. Select ‘Extract All’ or ‘Extract Here’ or whatever version of extract it says. Extract the file.
- Upload the file (show_top_commentators.php) to your wp-content/plugins directory (folder) of your hosting account.
- Login to your WordPress admin and activate the plugin. Once you log in you will go to ‘Plugins’. You will then find the one called ‘Show Top Commentators’, clicking its ‘Activate’ link.
- Paste the following piece of PHP code in the place where you want your ‘Top Commentators’ to show up:
<?php if(function_exists(’ns_show_top_commentators’)) { ?>
<li>
<h2>Top Commentators</h2>
<ul><?php ns_show_top_commentators(); ?></ul>
</li>
<?php } ?>
Since I wanted the ‘Top Commentators’ to appear in my sidebar, I had to paste the code into my sidebar. To do this, I had to go to my WordPress admin, click ‘Presentation’, and then click ‘Theme Editor’. I then found my sidebar file in the list of links on the right hand side of the screen. I clicked it which made it open up for editing. At this point I would recommend copying the entire code and pasting it into a notepad document. That way if you mess up you have the original file backed up.
Here is a screen-shot of where I pasted the code in:
As you can see, I pasted the code right before (above) <h2>Archives</h2><ul>, which will make it appear directly above my archives. I also changed ‘Top Commentators’ to ‘Comment Champs’ because I wanted it to say that instead.
- Save by clicking the ‘Update File’ button in the lower right corner of the screen. That’s it for the installation!
- Check to make sure it worked.
My Overall Thoughts On The Plugin
Since installing the plugin my comments have easily tripled, so it’s hard to not like it. My traffic has also increased because people know they can get some link love from me, and also because they get more interested in the discussion as they participate in it.
I also am well aware of the fact that using the plugin will make PageRank slightly harder to get. I don’t think it will have a huge impact, my educated guess tells me that it will affect the PageRank of my site by about 1/10th of a point. In other words I might get PageRank of 5.1 instead of 5.2 for the next update. It would show up as a 5 either way.
Since the negatives are minimal and the plugin helps my readers, it was an easy choice to stick with it. You will always see ‘Comment Champs’ on CourtneyTuttle.com, the plugin is here to stay.
*My sincere thanks to Taylor who recently added me to her Blogroll and to ZR5.net that reviewed my site yesterday.
Update: If you found this post helpful, you're going to love our new ebook: The Keyword Crash Course...it's 100% free. Enter your email here to receive the series:
This book contains the methods used by hundreds of my students and readers to create an excellent low-maintenance income online...and it will for your too - if you'll just download it and put it to work.Related Posts:
Brian’s Threaded Comments Plugin Reviewed
...
My 15 Current Wordpress Plugins
...
Hacking Ultimate Tag Warrior To Create Better Tag Pages
...
WordPress Plugins
...
AntiSocial WordPress Plugin Reviewed + Install Guide
...
Saturday Case Study - HowToMobile.com Update
...

May 15th, 2007 at 8:36 am
I found a problem at my site: I don’t have many commentators participating in my blog since it is so new and lack of great content. Shall I better install this plugin at later date?
May 16th, 2007 at 12:16 pm
That’s a really great question! I would still install it. It comes configured to show the most active, ‘all-time’ commentors. Let me know when you have it installed, I would be happy to add some comments for you to pad your stats and get a link for myself.
May 15th, 2007 at 8:44 am
I do love this plugin. It too has multiplied the comments that I receive, which is great for the old blogging ego!
May 16th, 2007 at 12:17 pm
I love it too! It’s nice to have multiple comments on every post, it definitely makes you feel like you’re getting somewhere!
May 15th, 2007 at 8:56 am
Court this seems like a very solid plugin where the positives completely outweigh the negatives. Do you believe it helps monetize very well? Or is that just an indirect side effect from just having more traffic (even though it is mostly link hungry bloggers that don’t click on much)?
May 16th, 2007 at 12:17 pm
I do believe that it helps you to monetize, although it won’t lead to many additional Adsense clicks. More traffic, aka a better Alexa ranking will lead you to more ad dollars whether you get more clicks or not!
May 15th, 2007 at 10:05 am
I know I’m one of those link-hungry bloggers, but I also like the feeling of seeing myself in your top commenters section. Part of blogging is feeling like you’re part of community, and this plug-in fosters that feeling.
May 16th, 2007 at 12:19 pm
I like that too. I comment regularly at eMomsatHome.com, and I always feel like I’m a part of the site. You’re putting together some great articles at your site, by the way!
May 15th, 2007 at 2:17 pm
Do you find that people comment just for the sake of commenting since you installed this plugin?
Andy
May 16th, 2007 at 12:19 pm
Absolutely. I see in my stats people that hit the site and comment on the first 5 posts they read. Many times they leave exactly enough comments to appear in my ‘Comment Champs’ section. I am just going to embrace it because most of the time they still leave good comments that add to the discussion. When they don’t I delete them.
May 15th, 2007 at 9:30 pm
court, I don’t know why I even try to do this but I followed the steps and it just doesn’t appear in my sidebar. Shouldn’t it automatically look at all my comments or is it a from now on thing? Yours shows comments in the past, so I will just decide I am retarded when it comes to plugins
May 16th, 2007 at 12:23 pm
You’ll definitely learn with experience! I used to have a lot harder time installing plugins than I do now, I think it happens to everyone. It does automaticallt look at all of your comments and it isn’t a ‘from now on thing’.
More than likely you probably just missed a step somewhere. Did you paste the code into your sidebar? Did you save and upload it? Those seem like the most likely mistakes!
May 16th, 2007 at 2:19 am
I’ve noticed this plugin on almost all money making blog sites but thought it was some kind corny.
But now I guess it really should increase number of comments as it gives you an easy way to link back to your site from pages with high PR. I will definitely try it with my new blog…
May 17th, 2007 at 10:12 am
I’ve really liked it. Almost everyone has left great comments, too. Maybe that’s because I threaten that I will delete lame ones.
May 17th, 2007 at 9:12 am
I’ve found more people are prone to commenting if they get their name up there, its always nice to see how obsessed I am with certain sites. I don’t mind giving away free links like that on my site(my remodeling i lost the top commentators but i need to put it back up) because hey if they were kind enough to comment then i should be kind enough to link back to them the best way, and if you’re on a site like johnchow where the top commentators have 100 or so comments well i think at that point you deserve a link back. I was on that list for a few days and received a lot of hits from it and I was happy about that.
May 17th, 2007 at 10:14 am
I definitely agree! They do deserve a link back, especially on a highly commented site like John’s. I got on that one also for a while, but it took too much time to stay there! It seems like it’s calmed down over there lately. Thanks for the visit and insightful comment!
May 17th, 2007 at 11:52 am
Great review! I really never put this much energy into the positives/negatives of the top commentator plugin. I usually just take it for granted on most blogs.
May 17th, 2007 at 5:38 pm
I’m adding this one tonight Court, you should come by and take a look.
May 18th, 2007 at 11:17 am
It looks like you got it installed! Very nice, very nice.
May 18th, 2007 at 3:22 am
Hi, Court,
I myself love to see my name on Commentator Champ…;D
I envy you guys who use wordpress. I don’t think I can install it for Blogger.com. I hope there is…in future. I am positive ! Yes, you know that I am quite an optimistic person..;D
May 18th, 2007 at 11:15 am
I like to see you there too! I read an article a while back about making the switch, you should have a look!
http://lifelearningtoday.com/2007/03/13/moving-from-blogger-to-wordpress-is-it-worth-it/
May 19th, 2007 at 3:25 pm
Thanks for linking to me!
~Tay
May 19th, 2007 at 3:30 pm
Well you are most welcome!
June 4th, 2007 at 5:56 am
I also say to install it even if you don’t have many comments. The plugin encourages people to put in comments and it is a great add-on.
As stated by the others, just put it as All time instead of having it reset.
August 16th, 2007 at 11:54 pm
This one is one of my favorite WP plugins. By using this plugin, not only you are being kind to your readers for being an excellent community for you, you also reap the benefit of the impression a blog buzzing with activity creates.
November 23rd, 2007 at 2:34 am
OK, so I made myself to install this one, seems to be working now although I messed my sidebar few times before working it out
November 25th, 2007 at 8:05 am
so I made myself to install this one, seems to be working now although I messed my sidebar few times before working it out
April 22nd, 2008 at 12:45 am
Excellent tool that encourages people to comment on your post. Thanks!