-
Author
-
June 4, 2018 at 16:52 #199861
jf
ParticipantI don’t know if there’s any specific settings but the only thing I have found is to turn on BB Press ->
Auto-embed links Regardless, if I post a YouTube video it won’t embed on Forum, BuddyPress, Comments, etc.
Any idea how to resolve this?
June 5, 2018 at 03:44 #199933Laura
ModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 5, 2018 at 15:28 #199964jf
ParticipantOk – Thank you Laura. I have added a plugin (share activity +) and it’s mostly resolved except in the activity feeds. it still looks like this: https://www.screencast.com/t/QfAjgorNzTf – In the forum it’s working now, I have no clue why it’s working there suddenly because I didn’t touch the settings (and I am the only admin).
Thanks 🙂
June 6, 2018 at 16:19 #200081Radu
ModeratorHi,
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
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 7, 2018 at 07:57 #200197jf
ParticipantThank you Radu – I will check it out right now – Cheers 🙂
June 7, 2018 at 18:42 #200249Radu
ModeratorNo problem
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 7, 2018 at 18:42 #200250Radu
ModeratorNo problem
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.