Remoji
Reactive emoji. Allow visitors to add emoji reactions to your posts and comments. Disable comment for pages, posts.
The facts
- Rating
- 5★ from 5
- Active installs
- 300+
- Price
- Free
- Last updated
- 7 Jul 2026
- Added
- May 2020
- Requires WP
- 4.4
- Tested up to
- WP 7.0.4
- Downloads
- 13,387
Our analysis
AI-assistedRemoji is a WordPress plugin that allows users to add Slack-style emojis to posts, pages, and comments. It enables reactions to any post or comment and includes a post view counter that works with cache plugins, automatically excluding bots from the count. The plugin also offers features to disable comments on various post types and provides widgets for displaying the most viewed posts and recent reacted emoji posts.
This plugin is suitable for those looking to enhance user interaction on their WordPress site through emoji reactions. It is designed for both guest users and logged-in users, and it complies with GDPR regulations by obfuscating logged IP addresses.
Best for: This plugin suits WordPress site owners who want to enhance user engagement with emoji reactions.
What it does well
- ✓Allows emoji reactions to posts and comments
- ✓Includes a post view counter compatible with cache plugins
- ✓Offers options to disable comments on any post type
- ✓Provides widgets for most viewed and recent reacted posts
- ✓GDPR compliant with IP obfuscation
Where it falls short
- •Limited information on additional features or customisation options
Verdict
Remoji provides a straightforward way to add emoji reactions and view counters to your site. It may appeal to those looking to improve interaction without complex setups.
From the developer
WPDO's own description of Remoji, lightly tidied.
Add the slack style emoji to posts, pages or comments.
Features:
-
React with emojis to any post or comment.
-
Post View counter. Compatible with all cache plugins! Easy to use. Automatically exclude bots.
-
Disable comment on any post type (pages, posts, attachments).
-
Most Viewed widget. Recent Reacted Emoji Post widget.
-
Allow guests reaction or logged-in user reaction only.
-
GDPR compliant. With this feature turned on, all logged IPs get obfuscated (md5-hashed).
Post View
-
Edit
wp-content/themes/<YOUR THEME>/index.phporarchive.php/single.php/post.php/page.php. -
In the loop
while ( have_posts() ) {or anywhere you want to show the views, add the following codes:do_action( 'remoji_postview' );.
API
To show postview in themes/plugins, use do_action( 'remoji_postview', $the_post_id_to_inquire );.
Shortcode [views] available
Use [views] or [views id="3"](To show the views of post ID 3) in your editor.