Dplayer我认为真的是一个超好用的播放器了,我的wordpress也是用的Dplayer播放器
DPlayer Lite 相当于Dplayer的精简版,很不错的一个wordpress插件
博客目前采用新的HTML5视频播放器,DPlayer Lite。
DPlayer Lite基于DPlayer 1.17.1 5207d26定制,没有弹幕、截图、画质选择、进度条预览、字幕功能,UI和一些代码逻辑也有少许变化,效果可见下图。
直接上使用方法
作者已将函数封装成class类,将class.dplayer.php文件保存在主题根目录,然后在functions.php调用就好了。调用方法如下:
class_exists('DPlayerHandle') or require(get_template_directory() . '/class.dplayer.php');
$dplayer = new DPlayerHandle;
$dplayer->init();
文章调用短代码方法:
[dp autoplay="false" theme="#b7daff" loop="false" preload="auto" src="http://devtest.qiniudn.com/若能绽放光芒.mp4" poster="http://devtest.qiniudn.com/若能绽放光芒.png" type="auto" mutex="true" iconsColor="#ffffff"]
用的时候把上面第一个dp写成dplayer,本站装了插件所以写了会自动jie'xi
以上{dplayer}标签参数出src及poster均为默认值。
支持原生[video]标签,前提是增加dplayer参数,并且视频地址使用src参数。兼容AMP页面。
逻辑与原生[video]标签一致,但没有class和style参数,功能与{dplayer}标签一致。
Video短代码调用方式示例:
[video dplayer="true" src="http://devtest.qiniudn.com/若能绽放光芒.mp4" poster="http://devtest.qiniudn.com/若能绽放光芒.png"]
注意,我定义了默认只在文章页和后台按需加载DPlayer,其他比如首页这些并不会加载,有需求自己改代码第53行。
下载地址:
Github:https://github.com/kn007/DPlayerHandle
蓝奏云:https://ityh.lanzoui.com/i7vT1mwvrwj
百度网盘:https://pan.baidu.com/s/1jXSkMSxZyLiSje-1Le3kiQ 提取码: 8x73
Dplayer-Lite地址:https://github.com/kn007/DPlayer-Lite