该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

BP Activity Share

描述

BuddyPress plugin must be activated for this plugin.

BP Activity Share plugin is useful for sharing an activity locally like we are sharing any post in FaceBook:
1. Share activity site-wide
2. Share activity with custom text
3. Share activity into any group in which user is a member

If you really like this plugin, don’t forget to rate -> https://wordpress.org/support/plugin/bp-activity-share/reviews#new-topic-0

屏幕截图

  • Activity Types selection for Admin
  • Share Activity
  • Shared Activity
  • Shared Updates filter

安装

From your WordPress dashboard

  1. Visit ‘Plugins > Add New’
  2. Search for ‘BP Activity Share’
  3. Activate BP Activity Share from your Plugins page.

From WordPress.org

  1. Download BP Activity Share.
  2. Upload the ‘bp-activity-share.zip’ directory to your ‘/wp-content/plugins/’ directory, using your favorite method (ftp, sftp, scp, etc…)
  3. Activate BP Activity Share from your Plugins page.

常见问题

Installation Instructions

From your WordPress dashboard

  1. Visit ‘Plugins > Add New’
  2. Search for ‘BP Activity Share’
  3. Activate BP Activity Share from your Plugins page.

From WordPress.org

  1. Download BP Activity Share.
  2. Upload the ‘bp-activity-share.zip’ directory to your ‘/wp-content/plugins/’ directory, using your favorite method (ftp, sftp, scp, etc…)
  3. Activate BP Activity Share from your Plugins page.
Can I use my existing WordPress theme?

Yes! BP Activity Share works out-of-the-box with nearly every BuddyPress supported theme.

评价

2023 年 4 月 3 日 1 回复
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.
2019 年 10 月 30 日
This plugin did not work for me. When I clicked Share, nothing happened. I hope the developer updates this plugin some time soon.
2019 年 9 月 4 日
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.
2017 年 8 月 1 日 1 回复
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' );
2017 年 7 月 18 日 1 回复
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.
阅读所有9条评价

贡献者及开发者

「BP Activity Share」是开源软件。 以下人员对此插件做出了贡献。

贡献者

「BP Activity Share」插件已被翻译至 3 种本地化语言。 感谢所有译者为本插件所做的贡献。

帮助将「BP Activity Share」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.5.0 – August 13, 2017

  • New – Register BP Activity Share as a BuddyPress action
  • New – Shared Updates in activity filter
  • Misc – Strict checking for BuddyPress plugin

1.4.0 – July 01, 2017

  • New – Add settings link in the plugins list
  • New – Share an activity with custom text

1.3.0 – January 19, 2017

  • New – Admin option to select Activity Types
  • New – rtMedia support

1.2.0 – December 29, 2016

  • Fix – PHP Notice when sharing shared activity after deleting parent activity

  • New – Decrease share count when deleting shared activity

1.1.0 – November 15, 2016

  • New – Share activity to the BuddyPress groups

1.0.1 – October 19, 2016

  • Fix – sharing an activity which is already shared without page refresh

1.0.0 – September 24, 2016

  • Initial Release
  • Share any existing activity locally