Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Emoji Reactions

Beschrijving

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

Schermafdrukken

  • Emoji selector widget
  • Click Emoji to share reaction

Installatie

  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

Beoordelingen

3 september 2016
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.
Lees alle 3 beoordelingen

Bijdragers & ontwikkelaars

“Emoji Reactions” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “Emoji Reactions” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

0.1.2

  • Usage instructions in installation

0.1.1

  • New banner image
  • Fixed scaling with font size

0.1.0

  • Initial release