<?php
/*
PluginName:Smartideo
PluginURI:http://www.fengziliu.com/
Description:Smartideo是为WordPress添加对在线视频支持的一款插件(支持手机、平板等设备HTML5播放)。目前支持优酷、搜狐视频、土豆、56、腾讯视频、新浪视频、酷6、华数、乐视等网站。
Version:1.2
Author:FensLiu
AuthorURI:http://www.fengziliu.com/smartideo-for-wordpress.html
*/
define('SMARTIDEO_VERSION','1.0');
define('SMARTIDEO_URL',plugins_url('',__FILE__));
define('SMARTIDEO_PATH',dirname(__FILE__));
$smartideo=newsmartideo();
classsmartideo{
private$width='100%';
private$height='500';
private$mobile_width='100%';
private$mobile_height='250';
publicfunction__construct(){
if(is_admin()){
add_action('admin_menu',array($this,'admin_menu'));
}
$option=get_option('smartideo_option');
if(!empty($option)){
$option=json_decode($option,true);
}else{
$option=array();
}
extract($option);
if(!empty($width)){
$this->width=$width;
}
if(!empty($height)){
$this->height=$height;
}
if(!empty($mobile_width)){
$this->mobile_width=$mobile_width;
}
if(!empty($mobile_height)){
$this->mobile_height=$mobile_height;
}
wp_embed_register_handler('smartideo_tudou',
'#https?://(?:www.)?tudou.com/(?:programs/view|listplay/(?<list_id>[a-z0-9_=-]+))/(?<video_id>[a-z0-9_=-]+)#i',
array($this,'smartideo_embed_handler_tudou'));
wp_embed_register_handler('smartideo_56',
'#https?://(?:www.)?56.com/[a-z0-9]+/(?:play_album-aid-[0-9]+_vid-(?<video_id1>[a-z0-9_=-]+)|v_(?<video_id2>[a-z0-9_=-]+))#i',
array($this,'smartideo_embed_handler_56'));
wp_embed_register_handler('smartideo_youku',
'#https?://v.youku.com/v_show/id_(?<video_id>[a-z0-9_=-]+)#i',
array($this,'smartideo_embed_handler_youku'));
wp_embed_register_handler('smartideo_qq',
'#https?://v.qq.com/(?:cover/g/[a-z0-9_.]+?vid=(?<video_id1>[a-z0-9_=-]+)|(?:[a-z0-9/]+)/(?<video_id2>[a-z0-9_=-]+))#i',
array($this,'smartideo_embed_handler_qq'));
wp_embed_register_handler('smartideo_sohu',
'#https?://my.tv.sohu.com/us/(?:d+)/(?<video_id>d+)#i',
array($this,'smartideo_embed_handler_sohu'));
wp_embed_register_handler('smartideo_wasu',
'#https?://www.wasu.cn/play/show/id/(?<video_id>d+)#i',
array($this,'smartideo_embed_handler_wasu'));
wp_embed_register_handler('smartideo_yinyuetai',
'#https?://v.yinyuetai.com/video/(?<video_id>d+)#i',
array($this,'smartideo_embed_handler_yinyuetai'));
wp_embed_register_handler('smartideo_ku6',
'#https?://v.ku6.com/show/(?<video_id>[a-z0-9-_.]+).html#i',
array($this,'smartideo_embed_handler_ku6'));
wp_embed_register_handler('smartideo_letv',
'#https?://www.letv.com/ptv/vplay/(?<video_id>d+)#i',
array($this,'smartideo_embed_handler_letv'));
}
publicfunctionsmartideo_embed_handler_tudou($matches,$attr,$url,$rawattr){
if(wp_is_mobile()){
$embed=$this->get_iframe("http://www.tudou.com/programs/view/html5embed.action?type=0&code={$matches['video_id']}");
}else{
$embed=$this->get_embed("http://www.tudou.com/v/{$matches['video_id']}/&resourceId=0_05_05_99&bid=05/v.swf");
}
returnapply_filters('embed_tudou',$embed,$matches,$attr,$url,$rawattr);
}
publicfunctionsmartideo_embed_handler_56($matches,$attr,$url,$rawattr){
$matches['video_id']=$matches['video_id1']==''?$matches['video_id2']:$matches['video_id1'];
if(wp_is_mobile()){
$embed=$this->get_iframe("http://www.56.com/iframe/{$matches['video_id']}");
}else{
$embed=$this->get_embed("http://player.56.com/v_{$matches['video_id']}.swf");
}
returnapply_filters('embed_56',$embed,$matches,$attr,$url,$rawattr);
}
publicfunctionsmartideo_embed_handler_youku($matches,$attr,$url,$rawattr){
if(wp_is_mobile()){
$embed=$this->get_iframe("http://player.youku.com/embed/{$matches['video_id']}");
}else{
$embed=$this->get_embed("http://player.youku.com/player.php/sid/{$matches['video_id']}/v.swf");
}
returnapply_filters('embed_youku',$embed,$matches,$attr,$url,$rawattr);
}
publicfunctionsmartideo_embed_handler_qq($matches,$attr,$url,$rawattr){
$matches['video_id']=$matches['video_id1']==''?$matches['video_id2']:$matches['video_id1'];
if(wp_is_mobile()){
$embed=$this->get_iframe("http://v.qq.com/iframe/player.html?vid={$matches['video_id']}");
}else{
$embed=$this->get_embed("http://static.video.qq.com/TPout.swf?vid={$matches['video_id']}");
}
returnapply_filters('embed_qq',$embed,$matches,$attr,$url,$rawattr);
}
publicfunctionsmartideo_embed_handler_sohu($matches,$attr,$url,$rawattr){
if(wp_is_mobile()){
$embed=$this->get_iframe("http://tv.sohu.com/upload/static/share/share_play.html#{$matches['video_id']}_0_0_9001_0");
}else{
$embed=$this->get_embed("http://share.vrs.sohu.com/my/v.swf&topBar=1&id={$matches['video_id']}&autoplay=false&xuid=&from=page");
}
returnapply_filters('embed_sohu',$embed,$matches,$attr,$url,$rawattr);
}
publicfunctionsmartideo_embed_handler_wasu($matches,$attr,$url,$rawattr){
if(wp_is_mobile()){
$embed=$this->get_iframe("http://www.wasu.cn/Play/iframe/id/{$matches['video_id']}");
}else{
$embed=$this->get_embed("http://s.wasu.cn/portal/player/20141216/WsPlayer.swf?mode=3&vid={$matches['video_id']}&auto=0&ad=4228");
}
returnapply_filters('embed_wasu',$embed,$matches,$attr,$url,$rawattr);
}
publicfunctionsmartideo_embed_handler_yinyuetai($matches,$attr,$url,$rawattr){
$embed=$this->get_embed("http://player.yinyuetai.com/video/player/{$matches['video_id']}/v_0.swf");
returnapply_filters('embed_yinyuetai',$embed,$matches,$attr,$url,$rawattr);
}
publicfunctionsmartideo_embed_handler_ku6($matches,$attr,$url,$rawattr){
$embed=$this->get_embed("http://player.ku6.com/refer/{$matches['video_id']}/v.swf");
returnapply_filters('embed_ku6',$embed,$matches,$attr,$url,$rawattr);
}
publicfunctionsmartideo_embed_handler_letv($matches,$attr,$url,$rawattr){
$embed=$this->get_embed("http://i7.imgs.letv.com/player/swfPlayer.swf?id={$matches['video_id']}&autoplay=0");
returnapply_filters('embed_letv',$embed,$matches,$attr,$url,$rawattr);
}
privatefunctionget_embed($url){
$embed=sprintf(
'<embedsrc="%1$s"allowFullScreen="true"quality="high"width="%2$s"height="%3$s"allowScriptAccess="always"type="application/x-shockwave-flash"></embed>',
$url,$this->width,$this->height);
return$embed;
}
privatefunctionget_iframe($url){
$iframe=sprintf(
'<iframesrc="%1$s"width="%2$s"height="%3$s"frameborder="0"allowfullscreen="true"></iframe>',
$url,$this->mobile_width,$this->mobile_height);
return$iframe;
}
publicfunctionadmin_menu(){
add_plugins_page('Smartideo设置','Smartideo设置','manage_options','smartideo_settings',array($this,'admin_settings'));
}
publicfunctionadmin_settings(){
if($_POST['smartideo_submit']=='保存'){
$param=array('width','height','mobile_width','mobile_height');
$json=array();
foreach($_POSTas$key=>$val){
if(in_array($key,$param)){
$json[$key]=$val;
}
}
$json=json_encode($json);
update_option('smartideo_option',$json);
}
$option=get_option('smartideo_option');
if(!empty($option)){
$option=json_decode($option,true);
}
if(empty($option['width'])){
$option['width']='100%';
}
if(empty($option['height'])){
$option['height']='500';
}
if(empty($option['mobile_width'])){
$option['mobile_width']='100%';
}
if(empty($option['mobile_height'])){
$option['mobile_height']='250';
}
echo'<h2>Smartideo设置</h2>';
echo'<formaction=""method="post">
<tableclass="form-table">
<trvalign="top">
<thscope="row">播放器宽度</th>
<td>
<label><inputtype="text"class="regular-textcode"name="width"value="'.$option['width'].'"></label>
<br/>
<pclass="description">默认宽度为100%</p>
</td>
</tr>
<trvalign="top">
<thscope="row">播放器高度</th>
<td>
<label><inputtype="text"class="regular-textcode"name="height"value="'.$option['height'].'"></label>
<br/>
<pclass="description">默认高度为500px</p>
</td>
</tr>
<trvalign="top">
<thscope="row">移动设备播放器宽度</th>
<td>
<label><inputtype="text"class="regular-textcode"name="mobile_width"value="'.$option['mobile_width'].'"></label>
<br/>
<pclass="description">手机、平板等设备访问时,默认宽度为100%</p>
</td>
</tr>
<trvalign="top">
<thscope="row">移动设备播放器高度</th>
<td>
<label><inputtype="text"class="regular-textcode"name="mobile_height"value="'.$option['mobile_height'].'"></label>
<br/>
<pclass="description">手机、平板等设备访问时,默认高度为250px</p>
</td>
</tr>
</table>
<pclass="submit"><inputtype="submit"name="smartideo_submit"id="submit"class="button-primary"value="保存"></p>
</form>';
}
}
Smartideo插件使用方法
你可以直接粘贴视频播放也完整的URL到编辑器(单独一行),就可以加载视频播放器。
URL地址格式如下
http://v.youku.com/v_show/id_XMTYzNTgxNTMy.html
http://www.tudou.com/programs/view/YBdHhxJqrLY/
http://www.56.com/u35/v_MTEwMjM5NDcy.html
http://v.qq.com/page/o/9/f/o0142tt1m9f.html
http://v.qq.com/cover/t/tyeqdw6rof7t5ow/p0015kjlai9.html
http://my.tv.sohu.com/us/94469256/77228432.shtml
http://www.wasu.cn/Play/show/id/5079941
http://v.yinyuetai.com/video/2207109
http://v.ku6.com/show/P0Ib_pTne6-FBSa1AbtKUQ...html
http://www.letv.com/ptv/vplay/20932037.html
[WordPress插件怎样安装WordPress插件安装方法]LOLCDK装B神器下载-LOL CDK兑换皮肤成功装逼神器1.0绿色免费版
在wordpress上播放在线视频要怎么设置呢?有了这款Smartideo视频插件就简单多了,它可以帮助你快速在wordpress添加在线视频,支持手机、平板的HTML5播放,它支持优酷、搜狐视频、土豆、56、腾讯视频、新浪视频、酷6、华数、乐视等热门网站的视频。
WordPress视频播放插件(Smartideo)安装方法
你可以在后台插件管理页面中直接搜索Smartideo并安装.

或者上传文件夹smartideo至/wp-content/plugins/目录.
在插件管理页面中激活Smartideo.

展开内容
零操作学校音乐铃声软件免费版
慕思健康睡眠app-慕思睡眠顾问(慕思健康睡眠顾问app)1.5 安卓手机版
尚合教育app下载-尚合教育app1.0.8 安卓版
神秘视线:月光宝石免安装绿色版
钉钉大作战游戏下载-钉钉大作战1.2.0 完整版
密码管理工具(KeePass Password )2.27 中文绿色版
斗鱼tv刷关注工具下载-斗鱼全自动刷关注工具1.0 绿色版【全自动打码】
正奥立康app下载-正奥立康网上药店app0.0.1 安卓版
妖趣小剧场下载-妖趣小剧场app3.2.1 安卓最新版
医美易拍app下载-医美易拍官方版1.0.1 最新版
zoom苹果版下载官方免费-Zoom苹果最新版6.4.1 ios最新版
北海职业学院app下载-北海职业学院appBHZY_3.2.0 安卓最新版
千年之旅官方下载最新版-千年之旅手游1.0.7 安卓正版
匠客街app官方下载-匠客街app2.0.0 最新安卓版
云帆优行司机端下载安装-云帆优行司机端app1.22.15 安卓手机版
九龙珠大学软件下载-九龙珠大学app2.19.0 ios版
美人风华领红包版下载-美人风华红包版1.0.7福利版
少年仙界传手游下载最新版-少年仙界传1.3.0 官方版
八荒战纪同名小说游戏下载-八荒战纪手游1.1.1安卓版
坦克射击生存大战(tank shooting)1.1 安卓版
模拟定位神器安卓版下载-瑜兮模拟定位神器免费版3.0.27 安卓版
不简单修仙游戏下载安装-不简单修仙游戏正版1.0.1 最新版
溶液配制计算助手-酒精溶液配制计算助手1.1 简体中文绿色版
69李逵劈鱼安卓版下载-69游戏李逵劈鱼1.0官方版
基于PHP和MySQL的Blog程序下载-基于PHP和MySQL的Blog程序(Wordpress)V4.1 Beta 1官方正式版
9.7/887.8M
以侏罗纪世界为背景,在丛林中影藏着各种恐龙,终极恐龙猎人游戏,面对各种凶残的恐龙不要退缩,直接拿上武器疯狂射击。终极恐龙猎人游戏玩法1、拿好你的猎枪,遇到恐龙不...
8.3/1,733.7M
金吉鸟健身是一款金吉鸟健身vip专用软件,通过这款应用会员可以完成门店会籍卡的购买、私教课程的购买、私教课程的预约、门店团课课表的查看等。通过与门店设备的数据连...
成都市安全教育平台app下载-成都市安全教育平台app1.9.2 安卓版
9.1/156.4M
成都市安全教育平台(https://chengdu.xueanquan.com/cdlogin.html)是一个专业的安全教育服务平台,为广大学生朋友提供了丰富...
9.5/1,141.7M
昆仑剑是一款非常好玩的修仙手机游戏,这款游戏中玩家可以一人一剑闯荡天下,还可以聚集好友建立帮派成为一方大佬,并且这款游戏中还有许多的福利。游戏特色多样的玩法,超...
8.9/730.3M
一款综合性的建材服务平台,超级供货建材商城app集合建材、建筑、装饰于一体,随时随地浏览商机资讯,打造一站式的服务体系。功能介绍1、装饰企门户网超级供货建材商城...
9.6/464.2M
缓存视频合并app是一款十分强大的手机视频缓存合并软件,支持爱奇艺、优酷、腾讯等视频缓存合并等功能,欢迎对此有需要的用户前来东坡下载使用!缓存视频合并app简介...
9.9/859.5M
这是一款超50W玩家期待的手机模拟游戏,具体是模拟+经营+养成等丰富玩法于一体,超萌的3D卡通人物形象设计,还有丰富的社交玩法,如果你也喜欢这一类游戏的话不妨也...
Range Shooter靶场射击运动员安卓版1.41 安卓最新版
8.9/639.3M
靶场射击运动员是一款第一人称射击类型游戏,多个关卡可以挑战,你需要快速射击那些靶子,十分考验玩家的手速和反应能力,画风简单,非常好玩!游戏介绍一款高画质第一人称...
7.5/1,035.2M
魔游记感觉挺不错的,竖屏有点复古风格,装备词缀随机属性,能挂机,解放双手,非常不错!数值合理性,能挂机,装备属性也随机,不过好的词缀不容易出。游戏简介词缀随机,...
Word语音朗读校对助手下载-Word语音朗读校对助手2018 官方版
8.3/53.1M
Word语音朗读校对助手是一款Word小插件,它支持以语音朗读的形式来帮助用户校对语音文本,方便轻松。word语音朗读软件能够在Word中调用语音朗读文本,并能...
win7电脑闹钟提醒起床-电脑闹钟提醒起床软件2015(ant time plue)7.02 免费最新版 【提醒查看股票】
9.7/323.5M
现在的人总是有很多事情要忙,特别需要电脑闹钟提醒起床软件2015,这个不但具备了基本的响铃时间设置、铃声类型的设定,而且特别拥有提示查看股价、提示你要上班、提醒...
9.6/1,669.1M
这是一个优惠购物平台,这里提供先领券再购物的软件,通过粘贴淘宝的商品标题直接复制搜索,可以找到更加便宜的价格,还能领取大额优惠卷!软件介绍一品惠app是一款省钱...
LIP动态正音app下载-LIP动态正音app1.2.3 安卓版
9.4/1,325.6M
LIP动态正音app是一款帮助你矫正英语发音的学习软件,拥有丰富的课程,知名大学教授为您展示英语的正确发音,帮你纠正发音错误!LIP动态正音app介绍您还在为英...
8.8/1,549.9M
快翻新app是一个全面、专业、便捷的家装、企业翻新服务平台,通过一站式服务和高品质的产品,为用户提供更加省心、放心、安心的家居生活和企业形象升级体验。快翻新ap...
8.7/1,591.1M
那一剑江湖亚服是一款顶级仙侠IP正版授权3DMMO东方绝美仙恋手游,海量的社交活动玩法,带你享受群嗨轰趴,与你暖心的挚友一起闯荡江湖。那一剑江湖亚服玩法仙魔战场...
蜂鸟跑腿骑手app下载-蜂鸟跑腿手机版6.20.0 安卓最新版
8.4/1,902.9M
蜂鸟跑腿手机版专业的跑腿配送服务平台,满足不同商家的配送需求,一键下单快速为你送达,非常的省时方便,如果你也对此有所需求的话,那就一定记得来这里看看哟!蜂鸟跑腿...
香山旅游语音导游软件-香山旅游攻略大全6.1.6 安卓最新免费版
8.6/1,775.2M
秋天去哪里旅游呢,肯定首选北京的香山了,里面的枫叶都开了,红彤彤的一片,给人如诗如画的美感,香山旅游攻略大全欢迎有需要的朋友前来东坡下载使用。香山旅游攻略大全特...
代号龙微端下载-代号龙Project Dragon游戏1.0 正式版
8.1/504.9M
代号龙ProjectDragon是一款微端吃鸡的游戏,采用的是完全的写实比例,但场景中的物品、地形和细节非常精致,障碍物的布局像是为激烈战斗而特意配置。完全免费...
8.3/1,266.0M
潜标打印是一款excel文件打印软件,支持批量打印,自助标签,可以设置字体,行数,并且进行编辑,让你的可以打印出需要的格式。潜标打印使用方法1、设置好EXCEL...
网卡信息检测工具官方下载-网卡信息检测工具1.0 绿色免费版
9.5/697.4M
不知道有没有朋友是需要自己的网卡信息的,有需要的话,现在就可以试试下面的这款不错的网卡信息检测工具,可以帮助你快速的检测你的网卡信息!网卡信息检测工具使用注意如...
耳鼠变声器app下载安装最新版本-耳鼠变声器下载9.6.3 最新版
9.0/1,773.3M
耳鼠变声器提供实时语音处理和录音功能,内置多种人气语音包(如萝莉、大叔等),支持自定义音效调整(音色/语速/背景音),适用于游戏、聊天、直播等场景,操作简单智能...
3d人偶模型软件-3D人偶打印app(3D美客)1.1.4 安卓版
8.6/752.2M
作为一款3D打印软件,3D美客可以自己有搭配人偶的道具和表情等。新增了舞蹈动作,还不快来体验。用户可根据自己的喜好,将不同类的卡通部件组合在一起,再利用3D打印...
王座争霸手游ios下载-王座争霸手游官网版1.0.17 IOS苹果版
9.2/928.8M
王座争霸是一款十分好玩的手机策略类游戏,游戏的操作并不难,但是十分的考虑策略性,王座争霸的画风也是十分的不错的,喜欢这类游戏的朋友可以试玩下!王座争霸怎么玩玩法...
合金装备5幻痛静静mod-合金装备5幻痛静静和DDog存档绿色免费版
8.7/514.2M
合金装备5幻痛静静是游戏中非常人们的人物,东坡小编这里给大家分享合金装备5幻痛静静和DDog存档,喜欢的朋友就拿走吧。合金装备5幻痛静静和DDog存档怎么用1....
你竟然打我文物表情包大全下载-你竟然打我文物系列表情包完整无水印版
8.1/660.2M
最近一张“文物表情包”在网上疯传,就是一个文物用手捂着脸,非常的搞笑,像是在表示你为什么打我?这里为大家带来了你竟然打我文物系列表情包,各种好玩的文物表情包,你...