I Recommend This Plugin WordPress, Download, Install

This plugin allows your visitors to simply like/recommend your posts instead of comment on it.

I Recommend This Download Now

Download Now

(If the link does not work)↓

Originals Link WordPress.org

https://wordpress.org/plugins/i-recommend-this/

How to Install I Recommend This Plugin, Manually

  1. Upload the directory /i-recommend-this/ to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. 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]

To display the most recommended posts you can below code in your template

<?php if( function_exists('dot_irecommendthis') ) echo do_shortcode("[dot_recommended_posts container='div' post_type='post' number='10' year='2013' monthnum='7']"); ?>

Shortcode

[dot_recommended_posts post_type='post' container='div' number='10' year='2013' monthnum='7']

Video

Plugin Not Working?

If any errors or problems with the plug-in then write comments.

Add a Comment

Your email address will not be published. Required fields are marked *