这样只要贴入支持 oEmbed Discvery 网站的 URL 就会自动嵌入内容。
add_filter( 'embed_oembed_discover', 'viper_enable_oembed_discovery' );
function viper_enable_oembed_discovery() {
return true;
}
Enables the oEmbed discovery ability in WordPress 2.9's embed feature. Only applies to users with the unfiltered_html capability (Administrators and Editors by default). oEmbed discovery allows the embedding of content from unknown sites that support the oEmbed discovery tag. Please be careful not to embed content from any malicious site!
