File: bp-core/classes/class-bp-core-oembed-extension.php |
Description |
|---|---|
| bp_embed_content |
Inject BuddyPress embed content on this hook. |
| BP_Core_oEmbed_Extension::add_oembed_discovery_links() |
Adds oEmbed discovery links on single activity pages. |
| BP_Core_oEmbed_Extension::get_oembed_response_data() |
Fetch our oEmbed response data to return. |
| BP_Core_oEmbed_Extension::set_route_args() |
If your oEmbed endpoint requires additional arguments, set them here. |
| BP_Core_oEmbed_Extension::set_iframe_title() |
Set the iframe title. |
| BP_Core_oEmbed_Extension::custom_hooks() |
Do what you need to do here to initialize any custom hooks. |
| BP_Core_oEmbed_Extension::set_permalink() |
Set permalink for oEmbed link discovery. |
| BP_Core_oEmbed_Extension::get_item_id() |
Get the item ID when filtering the oEmbed HTML. |
| BP_Core_oEmbed_Extension::setup_properties() |
Set up properties. |
| BP_Core_oEmbed_Extension::setup_hooks() |
Hooks! We do the dirty work here, so you don’t have to! 🙂 |