=== Plugin Name === Contributors: hchouhan, dreamsonline, dreamsmedia, Benoit "LeBen" Burgener Donate link: http://www.designerskiosk.com Tags: recommend, like, love, post, rate, rating, heart, dribbble like, tumblr like Requires at least: 3.4 Tested up to: 3.2.2 Stable tag: 2.0 Last Updated: 2012-November-15 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html This plugin allows your visitors to simply like/recommend your posts instead of comment on it. == Description == 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 = * [Harish's blog](http://www.harishchouhan.com/blog/) - Please leave your suggestions here. * [Designers Kiosk](http://www.designerskiosk.com) = My Links = * Twitter @[harishchouhan](https://twitter.com/harishchouhan) * Google+ [Harish Chouhan](https://plus.google.com/u/0/103138475844539274387/) If you love the plugin, please consider rating it and clicking on "it works" button. == Installation == 1. Upload the directory `/i-recommend-this/` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress To display the recomment/like link other than at the bottom of individual post, you would have to add below code in your template == Frequently Asked Questions == Take a look at the [official "I Recommend This" FAQ](http://www.harishchouhan.com/personal-projects/i-recommend-this/). You can also visit the [support center](http://www.harishchouhan.com/personal-projects/i-recommend-this/) and start a discussion if needed. == Changelog == = 2.0 * This is a major revamp. The entire plugin structure is now based on OOP * Settings are now stored using Settings API and Settings page is created based on WordPress standards. * This plugin contains code from "Zilla Like" plugin developed by Orman Clark of www.themezilla.com. * Translation files are finally added. = 1.4.3 * All deprecated functions removed. Plugin might not work on WordPress versions older than 3. = 1.4.1 * Fixed bug that broke update. = 1.4 * Added feature to display custom text when a post is liked. = 1.3 * Removed 2 functions "register_widget_control()" & "register_sidebar_widget()" deprecated in version 2.8 with latest functions = 1.2 * More bugs fixed. = 1.1 * Fixed Bug that did not allow displaying text next to the counter. * Updated code using branch of original plugin on GitHub = 1.0 * Removed JQuery loading style when heart is clicked. * Modified CSS & Images of LeBen's "I Like This" plugin based on what many users requested. * This is the first version