Περιγραφή
Just add the shortcode [emoji] for your post and display a list of emoji. Your customers can easily vote for your posts.
Features
- Emoji for the posts
Εγκατάσταση
- Upload
emoji
folder to the/wp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
Συχνές Ερωτήσεις
-
How to add emoji to the posts via code
-
if ( function_exists( ‘the_emoji’ ) ) {
the_emoji();
}Or
echo do_shortcode( '[emoji]' ); echo do_shortcode( '[emoji post_id="15"]' );
-
How to print emoji count in the loop
-
if ( function_exists( ‘the_emoji_count’ ) {
the_emoji_count( get_the_ID() );
}
Κριτικές
Συνεισφέροντες & Προγραμματιστές
“Post emoji” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.
ΣυντελεστέςΜεταφράστε το “Post emoji” στην γλώσσα σας.
Ενδιαφέρεστε για την ανάπτυξη;
Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .
Σύνοψη αλλαγών
1.0.6
- Removed unnecessary index
- Added automatically filling the date column
- Added
emoji
function that has given access to the DIC
1.0.5
- Fixed the_content filter
1.0.4
- Removed emoji from feeds
- Minified assets
1.0.3
- Fixed first vote
1.0.2
- Added activation hook
1.0.1
- Initial release
1.0.0
- Initial release