Remoji – Post/Comment Reaction and Enhancement

Remoji – Post/Comment Reaction and Enhancement Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 9,629 downloads
Remoji – Post/Comment Reaction and Enhancement Icon

Try plugin: Remoji – Post/Comment Reaction and Enhancement

We'll create fresh WordPress site with Remoji – Post/Comment Reaction and Enhancement installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Remoji – Post/Comment Reaction and Enhancement

Reactive emoji. Allow visitors to add emoji reactions to your posts and comments. Disable comment for pages, posts.

5


0


0


0


0

updated: 2 years ago
since: 4 years ago
author: PHP Fan

Description

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.