Enable your visitors to easily like or recommend your posts with a single click, enhancing engagement without the need for comments.
“I Recommend This” allows your visitors to effortlessly like or recommend your posts with a single click, making it easier for them to show their appreciation without leaving a comment. Enhance your site’s engagement by providing a simple, user-friendly way for readers to interact with your content.
[irecommendthis]
– Add the voting link to any page.[irecommendthis_top_posts post_type='post' container='div' number='10' year='2023' monthnum='7']
– Display most recommended posts.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.
If you love the plugin, please consider rating it and clicking on “it works” button.
This plugin is being developed on GitHub.. If you want to collaborate, please look at I Recommend This plugin on GitHub.
You can help translate this plugin into your language using your WordPress.org account.
Upload the Plugin Files
i-recommend-this
plugin zip file from the WordPress plugin repository.i-recommend-this
folder to the /wp-content/plugins/
directory on your WordPress server.Activate the Plugin
Plugins
> Installed Plugins
.I Recommend This
in the list and click the Activate
link.Configure Plugin Settings
Settings
under the I Recommend This
plugin name on the plugins page or navigate to Settings
> I Recommend This
.Display the Recommend/Like Button
single.php
): Use Shortcodes
[irecommendthis]
shortcode.[irecommendthis_top_posts]
shortcode with customizable attributes. Example:Display the Most Recommended Posts
<?php if ( function_exists( 'irecommendthis' ) ) echo do_shortcode( "[irecommendthis_top_posts container='div' post_type='post' number='10' year='2023' monthnum='7']" ); ?>
Add the Most Recommended Posts Widget
Appearance
> Widgets
in the WordPress admin dashboard.Most Recommended Posts
widget in the list of available widgets.Save
to add the widget to your site.You can customize the look of the recommend button via the plugin settings. Navigate to Settings
> I Recommend This
in your WordPress dashboard to choose from different heart or thumbs-up icon. You can also disable the plugin’s default CSS and use your own custom styles.
The plugin uses cookies and IP address tracking to prevent multiple recommendations from the same user. These settings can be configured in the plugin’s settings panel.
Yes, you can choose to hide the counter if the count is zero. This option can be found in the plugin’s settings.
You can display the most recommended posts using the [irecommendthis_top_posts]
shortcode or the included widget. Customize the attributes of the shortcode to fit your needs.
Yes, the plugin includes an option to disable IP address saving to comply with GDPR regulations. You can enable this option in the plugin settings.
Yes, the recommend button can be added to any post type. You can use the [irecommendthis]
shortcode to place the button on custom post types.
Yes, “I Recommend This” is compatible with most caching plugins. However, you may need to exclude the recommendation button from being cached to ensure it updates correctly in real-time.
Yes, you can integrate the recommend button directly into your theme by adding the following code to your theme template files:<?php if ( function_exists( 'irecommendthis' ) ) irecommendthis(); ?>
Take a look at the official “I Recommend This” FAQ.
You can also visit the support center and start a discussion if needed.
Please report security bugs found in the source code through the Patchstack Vulnerability Disclosure Program. The Patchstack team will assist you with verification, CVE assignment and take care of notifying the developers of this plugin.
Fixes multiple security issues