Hey all anyone who face this similiar problem, made a core change in buddypress to delete the activity comment as an admin.Which i know its not correct way deal with, but just a quick hack.
File name : ajax.php
Path: plugins\buddypress\bp-themes\bp-default\_inc\ajax.php
Line number: 405
Description: To give the capability to promoted admin of community, for deleting the activity comment.
Original code
——————
// Check access
if ( ! bp_current_user_can( ‘bp_moderate’ ) && $comment->user_id != bp_loggedin_user_id() )
exit( ‘-1’ );
Hi @modemlooper thanks for the reply, bp-bookmarklet does not meet my need, how can we share my friend activity inside my buddypress as similiar to facebook share inside facebook activity.I dont want to share from external or i dont want share activity outside my buddypress. Please let me know how it can be done, any pointer for this will be helpful.Thanks in advance.