Plugin Pulse
← Pulse

BP Activity Share

by Sanket Parmar · Social

Also makes 3 other plugins · 150+ installs across the portfolio →

Using BP Activity Share plugin you can share any activity locally like we share any post in FaceBook.

⚠ Stale⚠ Likely abandoned⚠ Few reviews
How scoring works →
44 Health · D
Maintenance 3/100
Rating quality 73/100
Support 70/100

44 health vs 55 average across 1,135 Social plugins

High removal-risk signals

63/100

Maintenance and integrity signals that tend to precede a WordPress.org removal. Not an official status, a heads-up to act.

  • Long abandoned. No update in 9+ years — the top precursor to removal once a vulnerability is found.
  • Compatibility drift. Tested only up to WordPress 4.8.30, well behind 6.8.

Directory ranking optimization

How it's scored →

How well this listing is tuned to rank in WordPress.org search, on the factors an owner controls. Not popularity, optimization.

38 / 100

Under-optimized

Biggest win: Update recency

Update recency 0/100
WP compatibility 9/100
Rating quality 61/100
Listing tuning 92/100

To rank higher: Last updated 3305 days ago — ship an update; wp.org decays a listing's search weight after ~180 days.

Get the full rank-higher report →

Daily downloads

Since 2022-10-05 · 1,426 days · wp.org + Plugin Pulse archive

+3% vs prior 30d
0Downloads · Aug 26

30-day downloads

Rolling 30-day volume · peaks are release surges

34

now · peak 105

3430d downloads · Aug 26

Directory rank vs rivals

wp.org popularity rank over time · higher is better · when a rival's line climbs above yours, they've overtaken you

BP Activity Share · #25163 you BuddyPress Group Ema · #6233 BuddyPress Edit Acti · #7653 Wbcom Designs · #8350

Rating trend

Star average over time · dips mark rough releases

4Stars · Aug 26

Update activity

How busy the existing users are, measured as downloads in the last 30 days for every 1,000 active sites. A spike means a new release everyone's pulling; a long, slow decline means an aging user base that updates less.

1.7Kper 1k installs · Aug 26

Release cadence

No release in a year
from wp.org release tags

How often this plugin actually ships. A steady rhythm is the maintenance signal a single "last updated" date can't show.

0

releases in the last 12 months

9.1y ago

latest release · v1.5.0

7

tagged releases on record

Recent releases

1.5.0 · 9.1y ago1.4.0 · 9.2y ago1.3.0 · 9.6y ago1.2.0 · 9.7y ago1.1.0 · 9.8y ago1.0.1 · 9.9y ago1.0.0 · 9.9y ago

What its installed base runs

via wordpress.org

Share of active installs on each version of this plugin · 100% run the current release. Green is the current release; a big slice on older versions is a user base that has stopped updating.

v1.5 100%

Estimated active installs

The public count shows “20+”. Our estimate pins where the real number sits.

tracked estimate
20–30 ≈27

Refined from the date this plugin crossed into its current band.

Install history · since 2017-07-24 · 1,384 observations

20Installs · Aug 26

Estimated value

What this plugin might earn a year, and what it might sell for. Modeled from public signals; we don't see anyone's books.

Est. annual revenue

N/A

Est. acquisition value

N/A

No paid tier is visible, so we don't put a figure on revenue or sale value: that would be guessing. The install base is a real asset to an acquirer, just not one public data lets us price. A small install base leaves thin data to model from.

Details

Version
1.5.0
Last updated
9.1y ago
Added
2016-09-24 · 9 yrs old
Requires WP
4.0
Tested up to
4.8.30
Requires PHP

Recent reviews

All reviews on wp.org ↗
  1. Bigue Nique
    3.4y ago

    This plugin doesn’t work anymore.This is an essential feature, and it looks like it was well made, but this plugin is 6 years-old and unfortunately outdated. Since the developer is not available, a fork would be needed (there’s none yet on GitHub) to fix current issues. Any volunteers out there? I only tried it out with BuddyBoss Platform, and couldn’t make it work. Here’s what I observed:– The main problem is that the reshare form leads to an URL that yields a 404 (Page Not Found). I suspect that it has to do with the way BuddyPress routes internal URLs (if I remember well, the routing component underwent extensive refactor in the last few updates of BuddyPress, that might explain why it stopped working at some point).– With BuddyBoss Platform on a multisite installation, the settings are only available network-wide (in network admin > BuddyBoss > Integrations > BuddyPress) and only take effect if the plugin is activated network-wide. Then the “Share” button (and form) effectively shows up on selected activity types. This topic was modified 3 years, 3 months ago by Bigue Nique.

    Read on wp.org ↗
  2. jcfromkc
    6.8y ago

    This plugin did not work for me. When I clicked Share, nothing happened. I hope the developer updates this plugin some time soon. This topic was modified 6 years, 8 months ago by jcfromkc.

    Read on wp.org ↗
  3. Kir 2012
    7.0y ago

    Hi please don’t waste your time, this plugin hasn’t been updated in a long time and doesn’t work. The sharing process doesn’t work, info supplied at support forum – no replies, to me or anyone else who has asked, waste of your time trying to use, or trying to post at the plugin forum for the author. Shame, as it looks like it was / could be a great plugin. The author just doesn’t answer though it seems. If anyone feels like picking it up…. Edit, whoops I accidentally pressed 5 it was supposed to be a 1 star, to save others wasting their time also. This topic was modified 6 years, 10 months ago by Kir 2012. Reason: OOps mistakenly posted with wrong rating

    Read on wp.org ↗
  4. ositive
    9.0y ago

    Simply do what it says.. And well

    Read on wp.org ↗
  5. Anonymous User 15484660
    9.1y ago

    Hi, Thanks for you’re plugin, I use this function to remove some activities update function bpfr_activity_types( $retval ) { // comment line to disable optiopns $retval['action'] = array( 'activity_comment', 'activity_update', 'created_group', 'friendship_created', 'joined_group', 'last_activity', //'new_avatar', 'new_blog_comment', 'new_blog_post', //'new_member', 'updated_profile' ); return $retval; } add_filter( 'bp_after_has_activities_parse_args', 'bpfr_activity_types' ); but all shared activities disappears, to show shared activities it’s necessary to add ‘bp_activity_share’ to the function, it’s the plugin option. like that function bpfr_activity_types( $retval ) { // comment line to disable optiopns $retval['action'] = array( 'activity_comment', 'activity_update', 'created_group', 'friendship_created', 'joined_group', 'last_activity', //'new_avatar', 'new_blog_comment', 'new_blog_post', //'new_member', 'updated_profile' 'bp_activity_share' ); return $retval; } add_filter( 'bp_after_has_activities_parse_args', 'bpfr_activity_types' );

    Read on wp.org ↗
  6. RJB
    9.1y ago

    Gee, people like myself have only been needing something like this for years for sharing internal content on our buddypress streams. A lot of us have private community sites that have nothing to do with facebook and sharing to that platform is not what we’re after. It’s almost been a “who’s on first” situation with even trying to search for a plugin like this. Typing “wordpress sharing plugin” into anything anywhere returns nothing but plugins to share TO facebook, twitter, etc., everything but you’re own site. Very glad the two developers teamed up to get this out there for the community. Thanks! If I could suggest a feature that seems to be missing/working incorrectly, embeds. Embedded content such as YouTube link shares, certain media (another user pointed out mediapress content only showing links), etc. is not working as it should currently. Add that feature plus shares from Site Posts, Pages, and I know it would be a lot to ask but in a woocommerce vendor situation, sharing of stores and products would be amazing! This plugin is on the way to being an MVP for buddypress users wanting a real social network with all the bells and whistles which means sharing internal content internally.

    Read on wp.org ↗
  7. wpcarl
    9.3y ago

    Hi! Thank you for that great plugin! But when I’m sharing an activity having a Mediapress media in, only the text is shared and not the media… Would it be possible to make it compatible with Mediapress like you did with RT Media? Thx!

    Read on wp.org ↗
  8. vicky0007
    9.7y ago

    thanks for great plugin. but i want some customize like share post with custom text. it is possible? please help thanks

    Read on wp.org ↗

Behavioral tests

via WP Hive

Automated install-time checks, tested on PHP 7.2.16 · WP 5.2.4

Low memory footprint
Low page-speed impact
Runs on latest PHP + WP
No PHP errors
No JS errors
Activates cleanly
No resource errors
No external HTTP errors
Optimized database use
Frequently updated

Languages

via translate.wordpress.org

Translated into 3 languages, 3 at 90% or more

Spanish (Chile) 100%
Spanish (Colombia) 100%
Spanish (Spain) 100%

Growth timeline

Install-tier crossings we have observed, and how long each tier took to outgrow

  1. 2026-06-10 30+ → 20+ down after 3 days in tier
  2. 2026-06-07 20+ → 30+ up after 7 days in tier
  3. 2026-05-31 30+ → 20+ down after 114 days in tier
  4. 2026-02-06 40+ → 30+ down after 1 days in tier
  5. 2026-02-05 30+ → 40+ up after 7 days in tier
  6. 2026-01-29 40+ → 30+ down after 1 days in tier
  7. 2026-01-28 30+ → 40+ up after 4 days in tier
  8. 2026-01-24 40+ → 30+ down after 7 days in tier

Competes with

The plugins that solve the same job, ranked by shared tags then reach, closest match first. The letter on the right is each plugin's health grade (A best, F worst).

Compare head to head →

Embed this report card

Drop a live Pulse card for BP Activity Share into a readme, a review or a deck. It updates itself.

<iframe src="https://plugins.wpmayor.com/embed/bp-activity-share" width="480" height="300" style="border:0" loading="lazy" title="BP Activity Share — Plugin Pulse"></iframe>
Preview card ↗

BP Activity Share: 20+ active installs, 4.0★ (9 reviews). Plugin Pulse (WP Mayor), as of 2026-08-31. https://plugins.wpmayor.com/plugin/bp-activity-share