This plugin hasn’t been tested with the latest three 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 Follow

Description

Follow members on your BuddyPress site with this nifty plugin.

The plugin works similar to the friends component, however the connection does not need to be accepted by the person being followed. Just like Twitter!

This plugin adds:

  • Following / Followers tabs to user profile pages
  • Follow / Unfollow buttons on user profile pages and in the members directory
  • A new “Following” activity directory tab
  • An “Activity > Following” subnav tab to a user’s profile page
  • Menu items to the WP Toolbar

Translations

BP Follow has been translated into the following languages by these awesome people:

For bug reports or to add patches or translation files, visit the BP Follow Github page.

Installation

  1. Download, install and activate the plugin.
  2. To follow a user, simply visit their profile and hit the follow button under their name.

FAQ

Check out the BP Follow wiki.

Installation Instructions
  1. Download, install and activate the plugin.
  2. To follow a user, simply visit their profile and hit the follow button under their name.

Reviews

3 August 2022 1 reply
There has been a critical error on this website. Please check your site admin email inbox for instructions. Learn more about troubleshooting WordPress.
Read all 14 reviews

Contributors and Developers

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

Contributors

Translate “BuddyPress Follow” into your language.

Interested in development?

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

Change Log

1.2.2

  • Fix deprecated notice in widget for those using WordPress 4.3+.
  • Fix member filtering when custom follow slugs are in use.
  • Increase selector scope in javascript so AJAX button works with pagination in member loops.
  • Fix issue with bp_follow_stop_following() when relationship doesn’t exist.
  • Fix issue with member loop existence and follow user button defaults.
  • Only show “Following” tab if user is logged in on member directory.
  • Do not query for follow button if a user is on their own profile.
  • Decode special characters in email subject and content.
  • Do not an email notification to yourself.
  • Allow plugins to bail out of saving a follow relationship into the database.

1.2.1

  • Add “Mark as read” support for the Notifications component (only available on BP 1.9+)
  • Add “Activity > Following” RSS feed support (only available on BP 1.8+)
  • Allow users to immediately unfollow / follow a user after clicking on the “Follow” button
  • Dynamically update follow count on profile navigation tabs after clicking on the “Follow” button
  • Change follow button text to remove the username by popular request
  • Add Brazilian Portuguese translation (props espellcaste)
  • Add German translation (props solhuebner)
  • Streamline javascript to use event delegation
  • Fix various PHP warnings

1.2

  • Add BuddyPress 1.7 theme compatibility
  • Add AJAX filtering to a user’s “Following” and “Followers” pages
  • Refactor plugin to use BP 1.5’s component API
  • Bump version requirements to use at least BP 1.5 (BP 1.2 is no longer supported)
  • Deprecate older templates and use newer format (/buddypress/members/single/follow.php)
  • Add ability to change the widget title
  • Thanks to the Hamilton-Wentworth District School Board for sponsoring this release

1.1.1

  • Show the following / followers tabs even when empty.
  • Add better support for WP Toolbar.
  • Add better support for parent / child themes.
  • Fix issues with following buttons when javascript is disabled.
  • Fix issues with following activity overriding other member activity pages.
  • Fix issue when a user has already been notified of their new follower.
  • Fix issue when a user has disabled new follow notifications.
  • Adjust some hooks so 3rd-party plugins can properly run their code.

1.1

  • Add BuddyPress 1.5 compatibility.
  • Add WP Admin Bar support.
  • Add localization support.
  • Add AJAX functionality to all follow buttons.
  • Add follow button to group members page.
  • Fix following count when a user is deleted.
  • Fix dropdown activity filter for following tabs.
  • Fix member profile following pagination
  • Fix BuddyBar issues when a logged-in user is on another member’s page.
  • Thanks to mrjarbenne for sponsoring this release.

1.0

  • Initial release.