-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
55 lines (33 loc) · 1.32 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
=== Emojized ===
Contributors: theode
Tags: reactions, emoji, voting, poll
Requires at least: 4.5
Tested up to: 4.9
Stable tag: trunk
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl.html
Emojized allows visitors to a WordPress site to rate and react to content using Emojis. Because text without them is 🅱🅾®ℹ️🆖
== Description ==
With the use of shortcodes it is possible to react to the content by emojis.
So you install the plugin and create new emoji with a title an emoji itself, a count field and an initial count, to fake the initial value of the clicked emoji.
The shortcake is [emojized id=“8” count=“true”] (or false or empty)
In the new version you can limit votes to one per user.
This plugin demands WP REST API plugin.
It has the same approach as the plugin “Emoji Reactions”
https://wordpress.org/plugins/emoji-reactions/
but that seems to be discontinued.
https://www.youtube.com/watch?v=VaNw_Xh35NM
So have fun with emojis.
== Installation ==
See <http://codex.wordpress.org/Managing_Plugins#Installing_Plugins>
== Frequently Asked Questions ==
= I can’t see emojis, whats wrong? =
Please update your Macintosh to the latest OS 😜
== Screenshots ==
1 Emojized Post Type
2 Emojized Admin list
== Changelog ==
= 0.1 =
* initial release
= 0.2 =
* Vote once update