Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #6772, comment 14


Ignore:
Timestamp:
12/17/2015 10:16:16 PM (9 years ago)
Author:
r-a-y
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6772, comment 14

    initial v1  
    1212> I really think we should not try to display an embed in embed, because it's failing when we do an embed in embed in embed
    1313
    14 I think it is useful to display the first embed.  `04.patch` does this.  I've changed the `bp_core_check_content_for_media_type()` function to `bp_core_extract_media_from_content()` to help do this.
     14I think it is useful to display the first embed.  `04.patch` does this.  This only works for registered oEmbed providers, which means that oEmbed-discovered items will not be embedded.  I think this is fine and works similar to Twitter.
    1515
    1616Let me know what you think.