标签: php wordpress oembed
函数每次都返回false,可能是什么原因?
<?php require_once("wp-load.php"); $embed_code = wp_oembed_get('http://vimeo.com/XXXXX'); print($embed_code); ?>
这对我来说有点新鲜。我还需要其他任何东西来测试这个wp_oembed_get函数吗?我尝试过https和youtube视频。
谢谢