Encourage Comments by Displaying Visitors Who Leave the Most Comments

Written on:May 12, 2012
Comments are closed


Most bloggers want comments on what they write, but sometimes it’s a struggle to get a conversation going.

The Most Commenting Visitors plugin may be able to help with that. It both gamifies your comments and rewards your commenters by displaying the visitors with the most comments in a widget. If the user has a URL, it links out to their URL.

Here’s a look at it in action.

Settings

This is an easy-to-use plugin that has a few basic settings in the widget itself. One of the nice aspects of this plugin is that it lets you set the start date for when to start counting the comments. This is good because you can, for example, restart the “contest” every month, putting new visitors on an even playing field with long-time visitors at the beginning of each month.

It also lets you exclude specific users by their email. This is nice because you wouldn’t want the site Admin, for example, to appear in the list. You can also eliminate a user who is trying to game the system by leaving many short but useless comments.

Here’s a look at the widget settings.

More Love, More Comments

This is a simple but effective idea. People love to see their numbers go up. They love it even more when in competition with others. And they love getting links to their site. This simple idea does all of those things … and, oh yeah, it will get you more comments too.

Photo: Male Comment Icon from BigStock


The WordPress Experts – WPMU.org

Put WordPress in a Read-Only State with Code Freeze

Written on:May 11, 2012
Comments
are closed
Put WordPress in a Read-Only State with Code Freeze

When you’re migrating a WordPress site from one server to another, there’s a point where you just need to stop writing posts and making changes in the old location. Perhaps you’ve made your final backup before preparing to move the site. Or maybe you’re waiting for DNS to propagate, which can sometimes take up to 48 hours. This isn’t usually such a problem, but with a multi-author site you’ll need…

Read more...

Daily Tip: Display Errors Nicely with the WordPress Admin Error Handler

Written on:May 11, 2012
Comments
are closed
Daily Tip: Display Errors Nicely with the WordPress Admin Error Handler

WP Admin Error Handler is one of my new favorite plugins, created by Gilbert Pellegrom. It does something very simple but important for improving a user’s experience in the dashboard. Here’s how errors normally appear in the dashboard: When WP Admin Error Handler is installed, it catches all the errors and warnings and displays them neatly in the admin bar so you can read them at your convenience. Much nicer,…

Read more...

Add Up to 16 Buttons to Your WordPress Visual Editor

Written on:May 10, 2012
Comments
are closed
Add Up to 16 Buttons to Your WordPress Visual Editor

The buttons on the WordPress visual editor are convenient, but perhaps you’d like a few more. You can place the following code into your functions file and add up to sixteen extra buttons. (Appearance > Editor > Theme Functions – functions.php) Of course if you don’t want a particular button, then just delete it from the list. function extra_editor_buttons($ buttons) { $ buttons[] = ‘fontselect’; $ buttons[] = ‘backcolor’; $…

Read more...

Ned Dwyer On His New ThemePivot Service: Save Time and Money While You Customize Your WordPress Site

Written on:May 9, 2012
Comments
are closed
Ned Dwyer On His New ThemePivot Service: Save Time and Money While You Customize Your WordPress Site

Today we get to talk to Ned Dwyer, the mind behind ThemePivot, a super exciting theme customization service that gives your WordPress site the power of multiple developers working together. It’s a new kind of marketplace which makes it easy for people to make minor changes, or tweaks, to their website. 1. What inspired you to create ThemePivot? It was inspired by a couple of things actually. I run a…

Read more...