=== Like Posts & Comments === Contributors: Donate link: Tags: like, unlike, like post, unlike post, like comment, unlike comment Requires at least: 3.3 Tested up to: 3.5 Stable tag: 1.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Allows you to add links 'I like / I do not like' to each post and comment. == Description == This plugin provides 4 new template tags to display some informations/actions about posts and comments. This template tags have to be called within the loop : wp_postlike(); : Return a link to like or unlike a post wp_commentlike(); : Return a link to like or unlike a comment wp_nb_postlike(); : Return a text to display the number of like for the current post wp_nb_commentlike(); : Return a text to display the number of like for the current comment == Installation == 1. Upload `likes_posts_comments` folder to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Place the new template tags in your templates (within the loop) == Frequently asked questions == == Screenshots == == Changelog == 1.1 : Correction minor bugs for multisite options == Upgrade notice ==