While my commenting system of choice is Disqus, however there are some people I know, who for whatever reason, don’t like Disqus and still use WordPress’ native commenting system to handle their blog’s community. This tip is for all of you.
If you are using WordPress native comments your blog already supports people’s Gravatars by identifying their email address as they comment. Well WordPress is rolling out a new feature for Gravatar called Hovercards, which is a cool feature that allows you to see more of how people are interacting socially. While the official plugin is still in the works, Otto on WordPress came up with a temporary plugin solution for those of you that can’t wait.

Otto actually wrote code that creates and calls in a plugin but since it’s unsupported for now we’re going to skip the plugin code and just edit a line in your functions.php file since that doesn’t require you to even FTP anything.
In your WordPress Dashboard go to Appearance > Editor and choose your theme and then click on the functions.php file in the right. You should see the file show up in the editor and once you do just add this line of code to the bottom of it:
wp_enqueue_script( 'gprofiles', 'http://s.gravatar.com/js/gprofiles.js', array( 'jquery' ), 'e', true );
Once you’re done, hit the Update File button and you’re done. The next time someone leaves a comment connected to their Gravatar account you’ll be able to hover over it and find out a lot more about the people leaving comments on your blog.
Special thanks to Otto and Alex for coming up with this quick fix for those of you who can’t wait until the official plugin is out.
Note: once the official plugin is release and you install it, be sure to go back in to your functions.php file and remove the line of code you added to make sure there aren’t any wires crossed.
I’ve switched the blog comments back to Disqus. They’re track record of innovation cannot be ignored and they are definitely worth a shot if you’re looking to build a solid online community.
Some of you keen observers may have noticed that the look and feel of the comments has changed a bit. After not so much debating I’ve decided to give
In all the time I’ve been blogging, one truth has remained constant. The hardest part of building your site, and your community, is building up an active community of commenters. I’ve had sites that pulled in millions of visitors a month and it was like pulling teeth to keep the comments flowing.
Twitter is a great social media tool and a fantastic way to follow a lot of really smart people, share ideas and instantly monitor real time current events. I plan on adding more Twitter functionality to the site during the year but for right now I’ve added a great little plugin called 









Does the Commenting Service on a Blog Effect Whether or Not You Leave a Comment? [Poll]
[poll id="4"]