
內容簡介
在文章、頁面或評論中添加 Slack 風格的表情符號。
功能:
對任何文章或評論使用表情反應。
文章訪問記錄計數器。與所有緩存外掛兼容!易於使用。自動排除機器人。
禁用任何文章類型的評論(頁面、文章、附件)。
最熱門文章小工具。最近反應表情文章小工具。
允許訪客或僅允許登錄的用戶反應。
符合 GDPR 規範。啟用此功能後,所有已登錄的 IP 都被混淆(MD5 哈希)。
文章訪問記錄
編輯 wp-content/themes/<YOUR THEME>/index.php 或 archive.php/single.php/post.php/page.php。
在迴圈 while ( have_posts() ) { 或您想要顯示訪問記錄的任何位置,添加以下代碼:do_action( 'remoji_postview' );。
API
要在主題/外掛中顯示文章訪問記錄,請使用 do_action( 'remoji_postview', $the_post_id_to_inquire );。
快捷代碼 [views] 可用
在您的編輯器中使用 [views] 或 [views id="3"](顯示 ID 為 3 的文章的訪問記錄)。
外掛標籤
開發者團隊
② 後台搜尋「Remoji – Post/Comment Reaction and Enhancement」→ 直接安裝(推薦)
原文外掛簡介
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/
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.
