This topic has 6 replies, 3 voices, and was last updated 7 years by Radu.

  • Author
  • #199861
     jf
    Participant

    I 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?

    #199933
     Laura
    Moderator

    Hello, 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 solution
    #199964
     jf
    Participant

    Ok – 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 🙂

    #200081
     Radu
    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
    #200197
     jf
    Participant

    Thank you Radu – I will check it out right now – Cheers 🙂

    #200249
     Radu
    Moderator

    No problem
    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #200250
     Radu
    Moderator

    No problem
    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 7 posts - 1 through 7 (of 7 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?