Julien Liabeuf

Get More Reviews of your WordPress Theme or Plugin

July 03, 2016 | 2 Minute Read | No Comments

So you just got this new WordPress theme or plugin approved by the review team. Exciting!

You get your first downloads and you watch the stats all the time. What are you waiting for? We all know it: reviews! Especially 5 stars reviews ;)

Reviews are Everything

WordPress Plugin Reviews

Indeed, reviews are often what convinces the user to use your product... or not. That's why all authors are striving for good reviews.

There is another thing we all know, though: unsatisfied users tend to review more than satisfied users. This means that you can easily end up with some bad reviews even though your product is good and the majority of users are happy.

What can you do about?

It may sound simple (and it is) but you just need to ask your users to review your product.

WP Review Me

This is where this small library I wrote becomes your best marketing tool!

WP Review Me

It does a very simple job: X days (you can configure X) after the theme/plugin was installed, the user will be prompted to leave a review on WordPress.org.

Technically speaking, you can create this prompt with one single line of code:

new WRM_WordPress( array( 'type' => 'plugin', 'slug' => 'my-plugin' ) );

The library also has a number of advanced parameters that will let you customize about anything (notice message, link label, etc). All those are explained on the wiki page of the GitHub repository.

Incentives

Just asking users to review your plugin might not be enough, though. Sometimes, users need to get something back for giving you a helping hand. This is where the various integrations come into play (well, only one for the moment, but more to come).

EDIT: Initially, this library did integrate with Easy Digital Downloads to offer a discount in exchange for a review. Unfortunately, the WordPress review team believes that doing so would lead to biased reviews and asked me to remove this feature. I am definitely not trying to challenge the community so I abode by their request. More details here: https://github.com/julien731/WP-Review-Me/issues/3

Up Next

The library does what I need it to do, so improvements will only come if asked. Feel free to add issues to the GitHub repository or submit your PRs ;) https://github.com/julien731/WP-Review-Me

Leave a Comment