=== 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 `
  • ` tags sample in default template) == Changelog == = 2.0 = * Added: New Statistics Page with many useful tools ("Line Charts", "Pie Chart", "Summary Stats" ) :) * Added: New Class-based programming :) * Added: Custom text option for BP Add Activity (Posts/Comments). * Added: Custom template setting for the "Users Like Box". * Added: New option to setting the "Number Of Users" in liked box. * Added: "Last Posts Liked By Current User" widget. * Added: "Most liked activities" widget. * Added: Logs menu links in the statistics page. * Added: New option for the "only registered users" with selecting login type. * Modified: Widgets in one packet. * Modified: "Most Liked Users" widget to get data from all the tables (posts/comments/activities). * Removed: Some old functions (Such as wp_ulike_reutrn_userID, get_status functions, get_user_data functions, ...) * Updated: Plugin FAQ page. * Updated: Persian language file. (Thanks Me :)) = 1.9 = * Added: New logging method options. * Added: Option for auto display position. * Added: Most liked comments widget. * Added: Option to return initial like button after unlike. * Added: unlike ability for the guest users. * Added: Comment text column to the comments logs page. * Added: supporting the date (date_i18n) in localized format. (Logs Pages) * Added: New changes in to the logs pages. * Fixed: ToolTip problem with BuddyPress activities in the chrome browser. * Updated: Plugin FAQ page. * Updated: Persian language file. (Thanks Me :)) * Updated: Chinese language file. (Thanks cmhello) * Updated: Dutch language file. (Thanks Joey) = 1.8 = * Added: New setting system with separate tabs. * Added: Option to upload button icon. * Added: Option to upload loading animation. * Added: Dutch (nl_NL) language. (Thanks Joey) * Added: Avatar size option for the users liked box. * Modified: New names for some functions. * Modified: plugin dislike setting to unlike. * Updated: Persian language file. * Updated: Chinese language file. = 1.7 = * Added: Buddypress likes support. * Added: Post likes logs. * Added: Comment likes logs. * Added: Buddypress likes logs. * Added: pagination for the logs pages. * Added: FAQ document on wordpress.org * Added: get post likes function. * Modified: New setting menu. * Updated: language files. = 1.6 = * Added: Comment likes support. * Added: BuddyPress activity support. * Updated: language files. = 1.5 = * Added: Number format option to convert numbers of Likes with string (kilobyte) format. * Updated: Persian language. = 1.4 = * Added: Shortcode support. = 1.3 = * Added: Custom style with color picker setting. (for button and counter box) * Added: Chinese Tradition (zh_TW) language. (Thanks to Arefly) * Updated: Persian language. = 1.2 = * Added: most liked users widget. * Added: Chinese (ZH_CN) language. (Thanks to Changmeng Hu) = 1.1 = * Added: loading spinner. * Added: new database table. * Added: user dislike support. * Added: Simple "user avatar box" at the bottom of every post. * Fixes: plugin security and authentication. * Updated: language files. = 1.0 = * The initial version == Upgrade Notice == = 2.0 = In this version, we have mixed widgets in one packet. So you should upgrade your last widgets with new one. Have fun :) = 1.8 = In this version, we have made many changes on plugin functions and settings. So if you lose your last settings, try to add them again. :) = 1.7 = After plugin update: If the new database table won't fixed, try deactivating the plugin and reactivating that one at a time. = 1.6 = After plugin update: If the new database table won't fixed, try deactivating the plugin and reactivating that one at a time. = 1.0 = The initial version