该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的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