このプラグインは 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]

FAQ

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