這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Emoji Reactions

描述

Emoji Reactions allows visitors to a WordPress site to rate and react to
content using Emojis.

  • Full set of emoji from EmojiOne
  • Support for range of content – posts, pages, comments.
  • Track user votes – only one of each reaction per user per content item.
  • Shortcode support – add reactions anywhere in content

螢幕截圖

  • Emoji selector widget
  • Click Emoji to share reaction

安裝

  1. Upload ’emoji-reactions’ to ‘/wp-content/plugins’
  2. Activate through the plugins menu in WordPress

Include in template:

// By default reactions will be associated with the current context 
// do_action("emojiemo_render", CONTENT_ID=get_the_ID(), CONTENT_TYPE=get_post_type());
do_action("emojiemo_render");

Use shortcodes:

Add to a post/page:

[emojiemo]

Use type to add custom reactions throughout content

[emojiemo id=1 type=my_reaction]

常見問題

Please ask some questions using support forum

Answers in forum

評價

2016年9月3日
thanks for your cute emojies!:) it would be 5 star plugin if there was an option to add emoji for all posts (automaticly). I need to add shortcut to every single post.
閱讀全部3個評價

貢獻者及開發者

“Emoji Reactions” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Emoji Reactions 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

0.1.2

  • Usage instructions in installation

0.1.1

  • New banner image
  • Fixed scaling with font size

0.1.0

  • Initial release