alex sysoef
expert wordpress

Get Personal With Your Commenters – Boost Your Subscribers (Video Guide)

Best way to boost your blog popularity is by converting your visitors into readers. Nothing can beat loyalty of repeat visitors because they actually like what you have to say. But how do you accomplish such a difficult task?

Many people don’t necessary arrive to your blog on your front page and might have landed on page that interested them but wasn’t the best example of your work. How do you draw people deeper into your blog and present them with your best work. Well, if they commented – you have an excellent option!

I want to present to you a WordPress plugin I have found to be incredibly useful on my own blog and I will actually show you step-by-step how to install and configure it. Plugin called Comments Relish and it will email each First Time commenter with your personal message – there is your chance to draw the person in. Watch the video for details.

Relevant resources:

Update: Unfortunately original plugin has a resource utilization issues and can cause problems on shared hosting. But fear not. Here is a link to a blog post where all those issues have been addressed and plugin works quite nicely.

NOTE: If your blog sends email to every comment made by a persona on your blog you need to take a look at database and determine if cr_emailed table was created. It supposed to do it during activation but failed to work for me. Here is SQL code you can use to create a table (special thanks to Patchlog for pointing it out):

[mysql]CREATE TABLE wp_cr_emailed (
emailed_ID mediumint(9) NOT NULL AUTO_INCREMENT,
time bigint(11) DEFAULT ’0′ NOT NULL,
email varchar(255) NOT NULL,
UNIQUE KEY emailed_ID (emailed_ID),
INDEX ( email )
);[/mysql]

Tags: , , , , ,

About The Blog Author

Alex Sysoef is an IT Consultant, Internet Marketer and ProBlogger who shares his passion and knowledge of WordPress, SEO, Social Media and traffic strategies on his blog WordPress Howto Spotter. Connect on Twitter or Facebook

45 Responses to “Get Personal With Your Commenters – Boost Your Subscribers (Video Guide)”

  1. another brilliant article Alex.

    Im on a vps server but still had a bit of trouble and had to manually create the db table but all is good. will test it out and when its set up I will put it on my live site.

  2. Patchlog says:

    Here is the correct “create table” statement you have to use in case the plugin doesn’t create the table:

    CREATE TABLE wp_cr_emailed (
    emailed_ID mediumint(9) NOT NULL AUTO_INCREMENT,
    time bigint(11) DEFAULT ’0′ NOT NULL,
    email varchar(255) NOT NULL,
    UNIQUE KEY emailed_ID (emailed_ID),
    INDEX ( email )
    );

    Note the extra index for the email field that will help a lot when you have a lot of comments on your site.

    Patchlogs last blog post..Scour: The socially search engine

  3. Forgive me, but I think that I have the comments + post confused – so we can use the plugin AND the http://patchlog.com/wordpress/more-optimization-for-comment-relish-plugin/ addition to get it to work? Gosh, after all of that, will it still be compatible with 2.6?

    Erikas last blog post..Miami Web Design

  4. That’s a pretty good plugin – It sure seems to work with your blog. I see many people comment and many, including myself return to your blog for the latest updates!

    Keep up the good work

  5. Dwayne says:

    Nice article. Great video too. I have it set up and am patiently waiting for a comment. : )

  6. Dwayne says:

    After a comment was posted, I checked to see if the table was created, and it was not, so I tried the SQL statement.
    Not sure if anyone else has had issues with the SQL posted here, but I did. I ended up creating everything manually. It was a little daunting but I got the tables set up correctly ( I hope : ) ). I kept getting an error when using the supplied SQL. It kept telling me I had bad syntax with the unique key line.

    Setting it up manually with PHPmyadmin, I didn’t know what: UNIQUE KEY emailed_ID (emailed_ID), or INDEX ( email ) were, but I finally figured out how to accomplish it.

    Is there a way to tell if it is working correctly? I am not 100% positive my tables are correct.

  7. Kim Dion says:

    Alex that was a great email just in time because I got a comment today. That is a nice feature sort of like an autoresponder and people will like to see that ther comment was read. I have never gotten a thank you for a comment other than from you.

    Hey, Alex how do we get the photos to show on our comments. Adds a nice personal touch.

    You are the Blog King…

    Kim Dion

    Kim Dions last blog post..Eliminate Google CPC High Keyword Cost!

    • TheSpotter says:

      Thanks for the compliment Kim,

      On picture – just go create an account with http://en.gravatar.com/. Every time you comment using email address registered with them – it will place your picture with comment on those blgos that support it. It has to be integrated into theme. Your EWP theme has it. I left one comment for you today and once you approve – you will see my mug on your blog.

  8. Paunchiness says:

    Alex-
    looks like a great plug-in. I am going to give it a whirl over at my blog.

    Paunchinesss last blog post..Vitamin C and Weight Loss

  9. Dave Ovenden says:

    Hi Alex,

    Thanks for the video – very useeful.

    I have found anothef plugin that seems to do a very similar thing called Thank Me Later which you can download here:

    http://wordpress.org/extend/plugins/thank-me-later/

    Have you used this plugin? If so, how does it compare in terms of features?

    Thanks
    Dave Ovenden

    Dave Ovendens last blog post..Dave Nicholson Launches ‘Your Software Website’

  10. Hey Alex

    Thanks you so much, what a great plugin. I agree with you it is a nice ‘customer service’ touch.

    Lorrette – DailyScrew-Upss last blog post..Bulk and Spam Mail: Mail A Brick To A Junk Mailer

  11. Thanks for the video is really amazing. However something is happening with the download link:

    Comments Relish plugin download page/

    It takes you to some kind of directory where I could not find the plugging.
    Even the post about it from Patchlog / has the same problem.
    What do you suggest? Could you have some way to fix this?

    I think this is a serious issue you should know about it since you are recommending a plugging through a post that doesn’t work properly.

    As always Thanks

    Queen007

  12. Gordon says:

    Hi Alex,

    Thanks for letting us know about this plugin. I will be installing it shortly.

    Cheers,

    Gordon.
    .-= Gordon´s last blog ..Setting Your Weight Loss Goals =-.

  13. Ben Huebner says:

    This is a very nice feature, so you can offer an incentive for your readers to comment, and you can spread your brand and name much faster than with blogging alone!

    I will try to install it on my blog, thanks!
    .-= Ben Huebner´s last blog ..Massive PPV Traffic, is it a good deal? =-.

Trackbacks/Pingbacks

Leave a Reply

Comment Guidelines: All your links are DoFollow links. No Keywords In Name. No inappropriate or offensive comments. No links to inappropriate or offensive sites. Comments must contribute to the discussion. ALL SPAM DELETED!

Comments Manually Approved prior to appearing!

CommentLuv badge

Notify me of followup comments via e-mail. You can also subscribe without commenting.