oEmbed (WP response to embed request) (tag)

get_oembed_response_data_for_url()

Gets oEmbed data for the current site's URL.

get_post_embed_html()

Gets the ready HTML code for embedding the specified post using oEmbed. This code is intended to be used for embedding the post on another resource.

get_post_embed_url()

Gets the URL to be used in an iframe for embedding the specified post on another site (oEmbed format).

is_embed()

Checks whether the request is a request for an embed post page.

wp_embed_register_handler()

Registers an Embed handler. This is a handler that turns a link in the content into HTML code.

WP_Embed::delete_oembed_caches()

Deletes all oEmbed cache for the specified post.

wp_get_audio_extensions()

Gets an array of audio formats supported in WordPress. Gets file extensions.

wp_get_video_extensions()

Retrieves an array of supported video formats in WordPress. Retrieves file extensions.

wp_oembed_add_provider()

Adds an oEmbed provider. This is a URL that will be parsed in the content to output HTML code from another site.

wp_oembed_get()

Embeds the object by specified URL. Tries to get the HTML code from the passed URL by using supported WordPress oEmbed providers.