June 6, 2018 at 16:19
#200081
Moderator
Hi,
IT was auto-embeded automatically without adding any plugin in activity
Check this page : https://codex.buddypress.org/activity-embeds/
There says if you want to disable the activity embeds you can use their provided code
add_filter( ‘bp_is_activity_embeds_active’, ‘__return_false’ );
So you want to activate it and you willhave touse this one instead
add_filter( ‘bp_is_activity_embeds_active’, ‘__return_true’ );
The function will have to be added in wp-content/themes/kleo-child/functions.php
Let me know
If it’s the same try to switch off all plugins excepting the buddypress and that plugin and check maybe a plugin conflict in some way
Cheers
R
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution