=== LikeBtn Like Button ===
Contributors: likebtn
Donate link: http://www.likebtn.com
Tags: like button, like, vote, facebook, i like this
Requires at least: 2.8
Tested up to: 3.6
Stable tag: 1.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Like Button allows visitors to like and dislike pages, posts, custom post types and comments anonymously.
== Description ==
LikeBtn.com - is the service providing a fully customizable like button widget for websites. The Like Button can be installed on any website for FREE. The service also offers a range of plans giving access to additional options and tools - see Plans & Pricing.
This plugin integrates the LikeBtn Like Button into your WordPress website to allow visitors to like and dislike pages, posts, custom post types and comments anonymously.
**Demo:** http://wordpress.likebtn.com
= Features =
* Allows visitors to like and dislike pages, posts, custom post types and comments anonymously.
* Visitors do not have to register or log in to use the Like Button.
* After liking visitors can share a link in social networks: Facebook, Twitter etc.
* Adds "Likes", "Dislikes" and "Likes minus dislikes" Custom Fields to posts and comments (PRO, VIP, ULTRA).
* Statistics on vote results (PRO, VIP, ULTRA).
* Shortcode to place the Like Button inside the post/page content: [likebtn]
* Shortcode to place a list of the most liked content inside the post/page using a shortcode (PRO, VIP, ULTRA): [likebtn_most_liked]
* Widget displaying most liked content (PRO, VIP, ULTRA).
* Customizable position and alignment.
* Can be displayed depending on the post view mode, format, category, ID.
* Appearance is controlled through CSS.
* Built-in styles.
* Built-in support for a number of languages.
* Allows to change all labels texts.
* All LikeBtn.com settings are available.
== Installation ==
1. Upload `likebtn-like-button` to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Configure the plugin in LikeBtn admin panel.
== Frequently Asked Questions ==
See also LikeBtn FAQ.
1. How can I place the Like Button inside the post/page content using a shortcode?
Use the following shortcode: `[likebtn]`
You can pass Like Button settings as parameters in the shortcode:
`[likebtn identifier="my_button_in_post" style="large"]`
If identifier parameter is not specified, post ID is used.
2. How can I display a list of the most liked content inside the post/page using a shortcode? (PRO, VIP, ULTRA)
Use the following shortcode:
`[likebtn_most_liked content_types="post,comment" title="Most liked posts and comments on my website" show_date="1" show_likes="0" show_dislikes="1" number="3"]`
Available content types: `post, page, attachment, revision, nav_menu_item, comment` and custom post types.
3. Identifier structure.
The `identifier` parameter in WordPress LikeBtn plugin has the following structure: **Post type** + **_** + **Post ID**
Examples: