This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

BuddyPress Like

Descripcion

Gives users the ability to ‘like’ content across your BuddyPress enabled site.

Installacion

Automatic Installation

  1. Ensure BuddyPress is enabled
  2. From inside your WordPress administration panel, visit ‘Plugins -> Add New’
  3. Search for BuddyPress Like and find this plugin in the results
  4. Click ‘Install’
  5. Once installed, activate via the ‘Plugins -> Installed’ page

Manual Installation

  1. Upload buddypress-like to the /wp-content/plugins/ directory
  2. Activatz-la via lo menú Extensions dins l’admin WordPress

Reviews

12 Agost 2019
Hello, plugin doesnt work with new WP, apparently. System showing this Warning: Warning: array_keys() expects parameter 1 to be array, string given in /data/www/rockandpop.eu/www.rockandpop.eu/wp-content/plugins/buddypress-like/includes/templates/activity-update.php on line 24 Warning: count(): Parameter must be an array or an object that implements Countable in /data/www/rockandpop.eu/www.rockandpop.eu/wp-content/plugins/buddypress-like/includes/templates/activity-update.php on line 25 Warning: array_key_exists() expects parameter 2 to be array, string given in /data/www/rockandpop.eu/www.rockandpop.eu/wp-content/plugins/buddypress-like/includes/like-functions.php on line 35 Is possible fix it somehow from your side? Thank you.
24 mai 2018
Doesn't work with the latest version of WordPress. Broken.
Read all 26 reviews

Contributors & Developers

“BuddyPress Like” is open source software. The following people have contributed to this plugin.

Contributors

“BuddyPress Like” has been translated into 1 locale. Thank you to the translators for their contributions.

Translate “BuddyPress Like” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

0.3

  • Improved privacy when liking in groups
  • Improved usage of text strings in move to help translation
  • Moved bp_like_remove_favourites() from scripts.php to settings.php
  • Implemented Like button is different templates
  • Changed Option: Post to activity stream default setting is now off
  • No longer posting update when someone likes a comment
  • Now enqeueing scripts through recommended wp_enqueue_scripts
  • Removed jQuery UI as themes should include this if needed
  • Add around like count – similar to comment count in BuddyPress
  • Added around display of who likes updates
  • Fixes applied to AJAX
  • Tested with WordPress 4.4 and BuddyPress 2.4

0.2.2

  • Fixed output for when three people like an activity
  • removed inline comment at top of bplike.js
  • added term variables to array bplikeTerms. Thanks to vasikgreif (https://wordpress.org/support/profile/vasikgreif)

0.2.1

  • Added changelog.txt
  • Added LICENCE.txt
  • Added check for BuddyPress 1.5 to bplike_init() in bp-like-loader.php
  • moved admin.php to /admin folder
  • renamed bp-like.dev.js to bp-like.js
  • implemented bp_get_activity_type() in button-functions.php
  • tidied up scripts.php. Thanks to vasikgreif (https://wordpress.org/support/profile/vasikgreif)

0.2.0

  • Added jQuery UI again.

0.1.9

  • Renamed bp-like.dev.js to bp-like.js
  • Fixed parameters for wp_register_script(). Thanks to https://profiles.wordpress.org/ryanhellyer
  • Fixed PHP notice when a comment is liked. Thanks to https://profiles.wordpress.org/jasonthoele

0.1.8

  • Various fixes, thanks to BronsonQuick (https://github.com/BronsonQuick)

0.1.7

  • No longer posts to activity feed when user likes post in a group.

0.1.6

  • Fixed bug when displaying number of people who liked.
  • Fixed bug with jQuery not working after loading more statuses.

0.1.5

  • Removed favorite/unfavorite button on activity items using jQuery.
  • Added function: view_who_likes().
  • Added hook: view_who_likes, will be adding more.
  • Added function bp_like_get_num_likes() to return number of likes of an item.
  • Tidied up jQuery, now properly using no conflict mode, functions split up.
  • Fixed activity filter bug where custom text for ‘Blog Post Likes’ was not called.
  • Moved Settings Page to under « Settings » tab in Admin, previously was under legacy BuddyPress tab.
  • New donate link.
  • Organised functions into different files, no more having one massive file!
  • Function added: bp_like_post_to_stream() with some code clean up inside
  • Tidied up bp_like_list_scripts() function, properly registering and enqueuing the scripts.
  • Removed like visibility, more changes on this to come.

0.1.1

  • Fixed errors in readme.txt
  • Started formating code to meet WordPress code Standards
  • Add in View Likes, until some bugs are fixed.
  • View Likes should now be working in comments.
  • Minified JavaScript.
  • Several other small fixes.

0.1.0

  • Tidied up Admin Panel.
  • Removed bp_like_insert_head() as it’s not needed anymore thanks to BuddyPress’ theme compatibility.
  • Added bp_like_users_who_like() function to output the users who liked an item.
  • Removed « View Likes » button, instead showing who liked each post.

0.0.9

  • Bug fixed: updates deprecated WordPress functions.

0.0.8

  • New feature: blog posts can now be liked.
  • New feature: you can no show an excerpt of the liked content.
  • Option added: disable posting likes to the activity stream.
  • Option added: show avatars of likers instead of names.
  • Bug fixed: activity updates of likes are now deleted when the item is unliked.
  • Bug fixed: plugin would break if the Friends component was disabled.

0.0.7

  • Fixes a couple of major bugs
  • Bug fixed: Posts, drafts etc would not be saved, giving error « You do not have permission to do that. »
  • Bug fixed: Could not save ‘Likers Visibility’ options from the BuddyPress Like settings screen.

0.0.6

  • Fully localised.
  • Adds options to customise the messages displayed to users.

0.0.5

  • Fixes a bug when a user tries to view likes when they have no friends.
  • Inserts the ‘View likes’ button if the user is the first to like an item.

0.0.4

  • Adds options for the visibility of ‘likers’ via the admin panel.

0.0.3

  • Fixed a bug affecting installs where WP isn’t in the root of the site.

0.0.1

  • Initial release.