=== WP ULike ===
Contributors: alimir
Donate link: http://alimir.ir
Author: Ali Mirzaei
Tags: wp ulike, wordpress youlike plugin, like button, rating, vote, voting, most liked posts, wordpress like page, wordpress like post, wordpress vote page, wordpress vote post, wp like page, wp like post, wp like plugin, buddypress like system, buddypress votes, comment like system, voting button, wordpress, statistics, stats likes
Requires at least: 3.5
Tested up to: 4.1
Stable tag: 2.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
WP ULike enables you to add Ajax Like button into your WordPress and allowing your visitors to like and unlike posts,comments AND BP activities.
== Description ==
WP ULike plugin allows to integrate a beautiful Ajax Like Button into your wordPress website to allow your visitors to like and unlike pages, posts, comments AND buddypress activities. Its very simple to use and supports many options and full Statistics tools. And all of these are free :)
= Demo =
Click Here
= Features =
* Clean Design.
* Support full Statistics tools.
* Ajax feature to update the data without reloading.
* Visitors do not have to register or log in to use the Like Button.
* Compatible with WP version 3.5 & above.
* Added automatically with filtering options (no Code required).
* Different logging method options.
* Shortcode support.
* Support custom templates with separate variables.
* Comment likes support.
* Full likes logs support.
* BuddyPress activity support.
* Simple user like box with avatar support.
* Custom Like-UnLike Texts fields.
* Simple custom style with color picker settings.
* Widget to show 'Most Liked Posts'.
* Widget to show 'Most Liked Comments'.
* Widget to show 'Most Liked Activities'.
* Widget to show 'Most Liked Users' with avatar.
* Widget to show 'Last Posts Liked By Current User'.
* Powerful configuration panel.
* Support RTL & language file.
* And so on...
= How To Use? =
Just install the plugin and activate the "automatic display" in plugin configuration panel. (WP ULike has three auto options for the post, comments and buddypress activities.)
Also you can use this function and shortcode for the post likes:
* Function:
``
* Shortcode:
`[wp_ulike]`
= Translations =
* English
* Persian
* France
* Chinese (Thanks Changmeng Hu & cmhello)
* Chinese Tradition (Thanks Arefly)
* Dutch (Thanks Joey)
= Plugin Author =
Website: Ali Mirzaei
Novelty: All Abilities That Coming With WP ULike 2.0
Follow on Facebook
You can catch me on twitter as @alimirir
== Installation ==
1. Open `wp-content/plugins` Folder
2. Put: `Folder: wp-ulike`
3. Activate `WP ULike` Plugin
4. Go to `WP-Admin -> WP ULike`
== Screenshots ==
Screenshots are available in here
== Frequently Asked Questions ==
= How To Use this plugin? =
Just install the plugin and activate the "automatic display" in plugin configuration panel. (WP ULike has three auto options for the post, comments and buddypress activities.)
Also you can use this function and shortcode for the post likes:
* Function:
``
* Shortcode:
`[wp_ulike]`
= How To Change Format Number Function? =
* You can adding your changes on `wp_ulike_format_number` function with a simple filter. for example, if you want to remove the "+" character you can use this filter:
= 1000 && get_option('wp_ulike_format_number') == '1'):
$value = round($num/1000, 2) . 'K';
else:
$value = $num;
endif;
return $value;
}
?>
= How To Get Posts Likes Number? =
* Use this function on WP Loop:
= How To Sort Most Liked Posts? =
* Use this query on your theme:
'published',
'post_type' =>'post',
'orderby' => 'meta_value_num',
'meta_key' => '_liked',
'paged' => (get_query_var('paged')) ? get_query_var('paged') : 1
));
?>
= How Can I Create Custom Template In Users Liked Box? =
* We have provided some variables in setting panel. You can use them in textarea and then save the new options.
* Attention: `%START_WHILE%` And `%END_WHILE%` variables are very important and you should use them out of the frequent string. (Such as `