有时写WEB程序时本文主要介绍WordPress模板开发,需要调用优酷视频的图片缩略图,本文向大家分享一下如何自动调用优酷视频图片缩略图。 完整的调用函数,请把这段函数添加到functions.php文件中: function get_youku_thumb($url) { $content = file_get_contents($url); preg_match( ‘/id=”s_msn2″.*?screenshot=(.*?)”.?target=/’, $content, $matchs ); return $matchs[1]; } echo get_youku_thumb(‘http://v.youku.com/v_sho […]
标签:优酷
博客插入优酷视频去广告版
原来是发过这样的文章的,找不到了,今天从谷新那里看到的,就转发过来,方便以后使用。 代码格式(请查看源码获取代码): <object width=”535″ height=”360″ classid=”clsid:d27cdb6e-ae6d-11cf-96b8-444553540000″ codebase=”http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0″ align=”middle”><param name=”src” value=” http://static.youku.com/v1.0. […]