=== 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.2 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 will add beautiful like/dislike or reactions system to your WordPress website. Simple, responsive & lightweight yet powerful social options to engage your audience with your blog. You can choose between reactions or like/dislike buttons to show on your posts automatically or with a shortcode. This plugin is my first project, so feel free to provide feedback via support forums. You can also contribute to help me improve this open-source project. 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") = 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"]` = Credits = Libraries and resources used in this project. [jQuery](https://jquery.com), [FontAwesome](https://fontawesome.com/), [Google WebFonts](https://fonts.google.com/) == 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.2 = * Added new reaction styles (emojis). * Added option to change success and error strings * upgraded database for future updates to features * like and dislike count now updates without page reload * various reported bugs are fixed = 2.0.1 = * Fix for fatal error = 2.0.0 = * Added Reaction System * Added more shortcodes * Fixed some bugs * Added new button layouts = 1.0.0 = * Started the project