=== WPAC Like & Reaction System === Contributors: mianshahzadraza Tags: like, dislike, reactions, post like Requires at least: 4.0 Tested up to: 5.2 Stable tag: 2.0.0 Requires PHP: 5.6.0 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.en.html The Most Simple WordPress Post Like, Dislike & Reaction System. == Description == This plugin was created during basic course of [Plugin Development in Urdu](https://wpacademy.pk/course/wordpress-plugin-development-for-beginners-in-urdu-hindi/ "Plugin Development in Urdu"). Later we decided to distribute this code so the students can use it and try to improve it for educational purpose on github. After some contributions and improvements, we thought it might be useful for many WordPress lovers out there in WordPress plugins repository or it will be easier for our students to access it through WordPress plugins repository. Not only like and dislike system, this plugin now has a Reaction system. Give your users more ways to interact with your blog and make an entertaining environment on your website. Github repository: If yu want to contribute to this project you can fork this [Github Repository](https://github.com/wpacademy/wpac-like-system/ "Github Repository for WPAC Like System") = Credits = Libraries and resources used in this project. [jQuery](https://jquery.com), [FontAwesome](https://fontawesome.com/), [Google WebFonts](https://fonts.google.com/) = Shortcodes = Display Like & Dislike buttons in post or page. `[WPAC_LIKE_SYSTEM]` Return Like/Dislike count for current post being viewed. `[WPAC_LIKE_COUNT] [WPAC_DISLIKE_COUNT]` Return Like/Dislike count for given post ID. `[WPAC_LIKE_COUNT id="123"] [WPAC_DISLIKE_COUNT id="123"]` Return Like/Dislike count wrapped in a string, use `%` where you want to display count value. `[WPAC_LIKE_COUNT string="Liked % times"] [WPAC_DISLIKE_COUNT string="Disliked % times"]` Use String with post id `[WPAC_LIKE_COUNT id="123" string="Liked % times"] [WPAC_DISLIKE_COUNT id="123" string="Disiked % times"]` == Frequently Asked Questions == = How to Install the Plugin = 1. Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or install the plugin through the WordPress plugins screen directly. 2. Activate the plugin through the 'Plugins' screen in WordPress 3. Use the WPAC Settings screen to configure the plugin = How to use reaction system = You can switch between like/dislike buttons and reaction system from plugin settings page. = How to get help = You can post into our [Forums]( https://wpacademy.pk/forum/plugins/wpac-like-system/ "WPAC Plugin Help Forum") = Upgrade Notice = Make sure to deactivate and activate the plugin once. == Screenshots == 1. Plugin Configuration Screen 2. Plugin Configuration Screen 2 3. Shortcode Example in Post 4. Reactions Layout 5. Like/Dislike Buttons Layout == Changelog == = 2.0.0 = * Added Reaction System * Added more shortcodes * Fixed some bugs * Added new button layouts = 1.0.0 = * Started the project