The Most Simple WordPress Post Like, Dislike & Reaction System with Social Sharing.
This will add powerful social features to your WordPress website. Engage with your website visitors by giving them the opportunity to react with your content. This plugin will all like dislike buttons with like vs dislike bar or you can add emoji reactions like Facebook.
Both visitors and logged-in members can react to your posts. Not only reactions but a social sharing bar as well so no more different plugins.
This plugin also has a widget to show most liked or disliked posts anywhere you like.
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
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"]
Libraries and resources used in this project.
jQuery, FontAwesome, Google WebFonts
/wp-content/plugins/
directory, or install the plugin through the WordPress plugins screen directly.You can switch between like/dislike buttons and reaction system from plugin settings page.
You can post into our Forums
Make sure to deactivate and activate the plugin once.