I like commenting on blogs. Unfortunately, plain vanilla WordPress blogs don’t make it easy to join and stay in the conversation. You can use two plugins to fix that problem on your blog.
Filosofo Comments Preview. Nothing’s worse than typing an intelligent and articulate comment on a blog, complete with HTML codes for links and formatting, and then having all that work stripped out. Well, that’s not entirely true. It’s worse when I make a mistake and some HTML codes appear in the comment as text. Even “worser” still is that with most WordPress blogs it’s a crap shoot: I have no idea what will happen before I click “Post” and then it’s too late — the comment is now live and I can’t edit it.
Filosofo Comments Preview allows your commenters to preview their comments before posting. They can write their comments, preview them, and then edit them before clicking the “Post” button. I don’t understand why this capability isn’t part of the WordPress core.
Subscribe to Comments. Once I leave a comment, I like to see how others respond. But I read blogs in an RSS reader and wouldn’t see anyone else’s comments. Sure, I could grab the post’s comment feed, but I often forget.
Subscribe to Comments makes it easy for your commenters. A check box by the comment form lets commenter choose to be e-mailed whenever another comment is posted. Who knows — they might come back and post again.
I’m sure there are other plugins that provide essentially the same features, but these are two plugins I know work because I use them. Do you?
Update. I received a question how to make the”Post” and “Preview” buttons sit next to each other. I use the following CSS with the K2 theme:
#commentform #submit, #commentform #preview {
display:inline;
float:right;
font-weight:bold;
}
Update 2. I had three (!) mistakes in the first selector for my sample style; it is now correct. I should have used Firebug to inspect my “Post” and “Preview” buttons before posting the first update…
4 responses to “WordPress Comments Done Right”
Nice! That preview plugin was the one I was asking about. Just installed it. And I’ve been running Subscribe to Comments for a long time (I think I learned about that one from you, too).
Thanks! :-)
Hope this comment makes it through the moderation bug/maze! ;-)
@Josh – Glad it’s working for you. Check out the update above.
And no, your comment didn’t make it through my spam filters. I think Spam Karma 2 is continuing to blacklist your IP (I’m not even using WP-OpenID), so I cleaned out its tables, recovered your comment, and (crossing fingers while knocking on wood) I’m sure it’s going to work just fine, now… ;-)
Uh, I added that CSS to my custom style, and it didn’t work… :-(
Don’t forget to clear your cache when you change CSS. I went to your site and it looks great. Maybe you changed something since you left this comment.
Btw, I didn’t need to recover your comment from the spam filter. :-)