WPAC Social Tools
The Most Simple WordPress Post Like, Dislike & Reaction System with Social Sharing.
The facts
- Rating
- 5★ from 3
- Active installs
- 200+
- Price
- Free
- Last updated
- 14 May 2020
- Added
- Oct 2018
- Requires WP
- 4.0
- Tested up to
- WP 5.4.21
- Requires PHP
- 5.6.0
- Downloads
- 11,754
Our analysis
AI-assistedWPAC Social Tools – Like, React & Share is a WordPress plugin designed to enhance user engagement on your website by allowing visitors to react to content. It provides features such as like and dislike buttons, a reaction system with emoji options, and a social sharing bar. Users can also display the most liked or disliked posts using a widget.
The plugin supports both visitors and logged-in members, enabling interaction with posts through various reactions. It includes handy shortcodes for displaying like and dislike counts, making it suitable for those looking to add social features without needing multiple plugins.
Best for: This plugin is suitable for WordPress site owners wanting to boost visitor interaction through social features.
What it does well
- ✓Includes like and dislike buttons
- ✓Offers emoji reactions similar to Facebook
- ✓Displays most liked or disliked posts
- ✓Provides handy shortcodes for easy integration
- ✓Free to use from the WordPress.org directory
Where it falls short
- •Limited information on support and updates
- •Directory score indicates potential issues
Verdict
WPAC Social Tools – Like, React & Share offers a straightforward way to add social engagement features to your site. While it has useful functionalities, the directory score suggests some limitations may exist.
From the developer
Mian Shahzad Raza's own description of WPAC Social Tools, lightly tidied.
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
Features
- Like & Dislike Buttons
- Like vs Dislike bar
- Most Liked or Disliked Posts
- Handy shortcodes
- Reaction system with 2 styles of emojis
- Social Sharing
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"]