Mô tả
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.php
orarchive.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.
Ảnh màn hình
Đánh giá
Người đóng góp & Lập trình viên
“Remoji – Post/Comment Reaction and Enhancement” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng góp“Remoji – Post/Comment Reaction and Enhancement” đã được dịch qua 1 ngôn ngữ. Cảm ơn những người tham gia dịch vì đóng góp của họ.
Dịch “Remoji – Post/Comment Reaction and Enhancement” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
Todo:
* Reaction withdraw.
2.1.1
- Translation fix. (@alexclassroom)
2.1
- Bypassed version check to speed up WP v6.
2.0
- Postview column in Posts list. (@inside83)
1.9.1
- Test up to WP v5.8.
1.9
- 🌱 Limit emoji amount per visitor per post.
1.8.1
- More accurate to detect IP.
1.8
- WordPress v5.5 REST compatibility.
1.7
- 🌱 Recent Reacted Emoji Post widget. (@wilcosky)
- 🌱 Most Viewed widget.
1.6
- 🌱 Disable comments on any post type (posts/pages/attachments).
1.5
- 🌱 Post view counter.
1.4
- 🌱 Reaction delete. (@wilcosky)
- 🌱 Guest Reaction Control. (@wilcosky)
- Bugfix Fixed repeated reactions issue when GDPR mode is ON.
1.3
- 🌱 Reaction log.
1.2
- Options to turn emoji ON/OFF on Post/Page/Comment.
1.1
- Reactive emoji for posts.
1.0
- Reactive emoji for comments.