This plugin allows your visitors to simply like/recommend your posts instead of comment on it.
This plugin includes
- A counter to display the number of "like" and to vote.
- A widget and a function to display the X most liked posts.
- A preference pane with some options.
This plugin is based exactly on Benoit "LeBen" Burgener's "I Like This" Plugin and has been modified after getting requests for the changes I had made on my website.
Please report any bugs you find via
http://www.harishchouhan.com/personal-projects/i-recommend-this/
Examples of how the plugin has been used
My Links
If you love the plugin, please consider rating it and clicking on "it works" button.
- Upload the directory
/i-recommend-this/
to the /wp-content/plugins/
directory
- Activate the plugin through the 'Plugins' menu in WordPress
- Click on the Settings link below the plugin name on the plugins page
To display the recomment/like link other than at the bottom of individual post, you would have to add below code in your template
<?php if( function_exists('dot_irecommendthis') ) dot_irecommendthis(); ?>
Shortcode
[dot_recommends]