這個外掛並未在最新的 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