Please update the plugin to make it compatible with latest version of buddypress and wordpress
]]>hello, it is working well, how to make the share-button smaller?
and do you make updates – like share to a friend?
I wonder why this is in the repository? It doesn’t work and it seems the author isn’t answering questions or feedback.
It’s a great idea for a plugin though – anyone capable fancy picking it up and branching off with something inspired by the code, something that actually works? I think there would be a lot of takers, because it’s really useful.
(I know of BP Re-share, but there’s no facility to add a comment in that plugin when you share)
This author is demonstrating a clear lack of interest, so….
]]>Sharing post is not working, it displays the same page after sharing the post.
https://prnt.sc/ncm5i6
Thanks in advance!
]]>Hello, I activated your plugin, but it is giving a display error on the “Share” and “Cancel” buttons as print:
Can someone help me?
]]>Still supported?
Was working but seems like it has broken for me come BP 3.1.0. Everything loads and displays as expected but the sharing action does nothing. The share count stays 0 and activity doesn’t show up where shared.
]]>Hi support i’m facing problem in daylight theme when i click share activity button 404 page open how to solve this issue please tell me
]]>Hi Sanket,
It’s a great plugin but the shared posts are trimmed to 122 characters plus the featured image. THERE IS NO LINK TO THE ORIGINAL POST.
Is there a way that the shared post can be linked to the original post so that the users can go the original post to read the full article?
Regards,
Khalid Mian
]]>Hi,
1) Please update option: share to my wall only
2) Share to my wall with custom text
3) Style messed up, please update with pop-up similar facebook for better look.
https://www.mediafire.com/view/b3cxdh161n1qy3e/buddy_share_issue.PNG
]]>Hello,
please, can we add the share button to the Blog Posts?
We want users to be able to share only Blog Posts, so, we don’t need the button in activity (we can remove that via CSS).
Thank you very much
]]>https://codex.buddypress.org/plugindev/post-types-activities/
Hi, I’m using code similar to the above link to post timeline activities
from several of my registered custom post types.
If I share one of these custom post type activities, the header text is missing the name of the original poster.
Instead it just appears as “shared ‘s update”
It should be “shared [NAME HERE]‘s update”
I have found the function bp_activity_action_bp_share_activity() in class-bp-activity-share-public-ajax.php
I have attempted to debug the function as below:
It appears that the $action variable is wrong in this particular instance:
// Prepare activity arguments.
$activity_args = array(
'user_id' => $current_user_id,
'action' => $action,
'component' => $component,
'content' => $content,
'type' => 'bp_activity_share',
'primary_link' => $current_profile_link,
'secondary_item_id' => $secondary_item_id,
'item_id' => $item_id,
);
$activity_id = bp_activity_add( $activity_args );
$action uses sprintf (in various places in that function) to replace $parent_profile_link.
// Parent activity user's profile link.
$parent_profile_link = bp_core_get_userlink( $user_id );
It would appear that $user_id is wrong when sharing a custom post type activity.
Any help?
]]>Hi,
very useful plugin !
Suggestion: add feature for sharing only to groups in which you are an admin or mod.
In some cases that helps to prevent spam or unrelated stuff and to keep the control in the activity stream.
Thanks
@sanketparmar @pranalipatel
Hi
Just a consideration for a possible UX improvements: the custom text option should be moved at the top of the dropdown list and should look different (i.e. different background color) because now is confused with ather option in the list that refer to a different thing (place where to share the post)
Thanks for the plugin!
Hi,
I have try to use plugin, but seems like it not work together with BP Magic theme from Buddydev (https://buddydev.com/themes/bp-magic/).
Is there anyway to get this working together?
Best regards,
]]>hi,
i sue this function to filter my activities update
function my_yoostart_activity_types( $retval ) {
$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', 'my_yoostart_activity_types' );
but when i use it All shared activities disappear.
What filter is used by your plugin?
Hi guys, great plugin, as above, it would be great if there could be a little ‘share’ button on a post, custom post and page where could you share to activity, I’ve come across loads of people trying to hunt out this feature. Kind regards, K
]]>Hello,
I installed the plugin it appears as a button but when you click it to share it redirects me every time to a 404 error
Can you help me thanks
Hello, I installed your plugin but that we click the share button. It loads and then redirects me to a page 404 error can you help me thanks
]]>Is it legal to use this plugin because it is looked like copy of facebook share functionality.
]]>Sharing is working fine on the https://naspire.com/. My issue is that when I have shared activity then content and image is not displayed instead of logo and wrong page title is display.
Basically, I need preview image if available and content of the activity.
Buddypress Version: 2.6.2
BbPressVersion: 2.5.10
Please let me know.
Site have two different home page i.e. 1st one with login and 2 one after login.
]]>Hi,
Is there a way to set user capabilities with this plugin? I want the share option only available to Admin users.
]]>You Guys have made an excellent plugin but a little thing is needed to be removed or get fixed.
When an activity which has some mentions is shared everyone who is mentioned in that activity get a notification that he is mentioned by the person who shared that activity. It means whenever an activity with mentions is being shared the mentioned ones get that notification. It is better when an activity is shared no notification should be generated. Either it should be shared Silently without any notification or should be shared with notification to the person whom actually have made this activity.
Every time an activity is shared the notification to the actual owner of the activity should be like ” ‘Name’ Shared your activity ”
I know all the above changes will take some time but at this point please give me a quick solution to share an activity silently without any notification to the mentioned members.
]]>Hello,
I started to receive the following :
Notice: Undefined variable: item_id in /wp-content/plugins/bp-activity-share/public/class-bp-activity-share-public.php on line 256
I replaced the line in question from :
$share_count = bp_activity_get_meta( $item_id, ‘bp_share_activity_count’, true );
To
$share_count = isset($item_id) ? bp_activity_get_meta( $item_id, ‘bp_share_activity_count’, true ):0;
Since the previous IF block was leaving from time to time the $item_id uninitialized .
Would it be possible to please merge this into a future update ?
Thank you,
Adrian.
Hi,
Thanks for this plugin- good idea!
I tried it on my site but it doesn’t seem to work. The share button shows up, but when I click the checkmark to share nothing happens. The page does refresh, but the number of shares doesn’t change and the share activity doesn’t show up on the activity stream.
I’m using the latest versions of everything.
Thanks for your help with this issue.
Regards,
Cathy
]]>Hello, @sanketparmar
It seems that there is a filter for activity type. I use RTMedia’s plugin which makes your wonderful plugin less useful because the share button doesn’t support their activity type ‘rtmedia_update’.
Is there a reason that this filter exists ? (rhetorical question of course there is) I found it in bp-activity-share/public/class-bp-activity-share-public.php in function bp_activity_share_can_share()
If I override it , would it break something ?
I am at the very beginning of my PHP career, but if I write a settings page that would allow selection of the activities, would you consider incorporating it in the plugin ?
]]>Hello, @sanketparmar
please add a feature that allows for user share activities on a page of his friends
Thank you ??
hi
first of all , thanks for your great plugin. i want share post with some custom text. it is possible to add custom text with your plugin. please help me.
thanks
]]>Hello,
thanks you for this idea. this was missing…
However, I have got a 404 page after sharing.
Unable to test anything more.
can you advise ?
Thanks,
HM
Hello, nice update share to group… But the style didn’t work properly on my site.. Can you make it so that users get to include the settings to share in group instead? So that share to group feature can be turned off from front end. I preferred the previous plugin without update. So if there is a setting I can make it like that? Or a pop up that ask if u want to share in group
]]>Hello, nice plugin, but i discovered a little error, when the plugin is active it creates a double line on buddypress replies… wish i could send you an image to get what i mean, or wait i just sent one on your facebook as a message. also it will be nice if after an activity is shared a pop up notification informs ythe person that the activity was shared. just like facebook. Great work man, awesome plugin
]]>