Remoji – Post/Comment Reaction and Enhancement

plugin banner

Reactive emoji. Allow visitors to add emoji reactions to your posts and comments. Disable comment…

Author:PHP Fan (profile at wordpress.org)
WordPress version required:4.0
WordPress version tested:6.0.1
Plugin version:2.1.1
Added to WordPress repository:05-05-2020
Last updated:25-08-2022
Rating, %:100
Rated by:5
Plugin URI:
Total downloads:9 781
Active installs:400+
plugin download
Click to start download

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

  1. Edit wp-content/themes/<YOUR THEME>/index.php or archive.php/single.php/post.php/page.php.

  2. 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.


Screenshots
ChangeLog