Changes between Initial Version and Version 1 of Ticket #6772, comment 14
- Timestamp:
- 12/17/2015 10:16:16 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6772, comment 14
initial v1 12 12 > 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 13 13 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.14 I 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. 15 15 16 16 Let me know what you think.