Skip to:
Content
Pages
Categories
Search
Top
Bottom

Internal Links in activity stream pulling through iframe

Viewing 1 replies (of 1 total)

  • jesusinica
    Participant

    @jesusinica

    For external links you need to disable oembed discovery:

    add_filter('bp_embed_oembed_discover', '__return_false');
    

    For internal links, you need to prevent oembed from bypassing oembed discovery:

    add_filter('oembed_request_post_id', '__return_false');
    
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar