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.
44 health vs 55 average across 1,135 Social plugins
High removal-risk signals
63/100Maintenance 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.
Under-optimized
Biggest win: Update recency
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
30-day downloads
Rolling 30-day volume · peaks are release surges
34
now · peak 105
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
Rating trend
Star average over time · dips mark rough releases
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.
Release cadence
No release in a yearHow 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
What its installed base runs
via wordpress.orgShare 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.
Estimated active installs
The public count shows “20+”. Our estimate pins where the real number sits.
Refined from the date this plugin crossed into its current band.
Install history · since 2017-07-24 · 1,384 observations
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
Est. acquisition value
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
Recent reviews
All reviews on wp.org ↗- ★★★★★ Bigue Nique3.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 ↗ - ★★★★★ jcfromkc6.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 ↗ - ★★★★★ Kir 20127.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 ↗ - ★★★★★ ositive9.0y ago
Simply do what it says.. And well
Read on wp.org ↗ - ★★★★★ Anonymous User 154846609.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 ↗ - ★★★★★ RJB9.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 ↗ - ★★★★★ wpcarl9.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 ↗ - ★★★★★ vicky00079.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 HiveAutomated install-time checks, tested on PHP 7.2.16 · WP 5.2.4
Languages
via translate.wordpress.orgTranslated into 3 languages, 3 at 90% or more
Growth timeline
Install-tier crossings we have observed, and how long each tier took to outgrow
- 2026-06-10 30+ → 20+ down after 3 days in tier
- 2026-06-07 20+ → 30+ up after 7 days in tier
- 2026-05-31 30+ → 20+ down after 114 days in tier
- 2026-02-06 40+ → 30+ down after 1 days in tier
- 2026-02-05 30+ → 40+ up after 7 days in tier
- 2026-01-29 40+ → 30+ down after 1 days in tier
- 2026-01-28 30+ → 40+ up after 4 days in tier
- 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).
- B BuddyPress Group Email Subscription 1K+ installs · 4.0★ · 2 shared tags C
-
BuddyPress Edit Activity 800+ installs · 4.3★ · 2 shared tags D -
Wbcom Designs – Shortcodes & Elementor Widgets For BuddyPress 600+ installs · 4.2★ · 2 shared tags A -
Wbcom Designs – BuddyPress Activity Social Share 400+ installs · 4.1★ · 2 shared tags C -
BuddyPress Favorite Notification 100+ installs · 4.2★ · 2 shared tags A -
Activity Link Preview For BuddyPress 100+ installs · 3.9★ · 2 shared tags B
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> 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