WordPress 播放 MP4 和 M3U8 视频多端适配

第一步:在所用主题function.php文件中加入如下代码:

//播放器
function all_dpvideo($atts, $content=null){
return '<p style="text-align: center;"><iframe allowFullscreen="true" scrolling="no"
align="middle" frameborder="0" width="100%" marginwidth="0" marginheight="0"
height="460"src="https://www.tutukiki.com/m3u8/?url='.$content.'"></iframe>
</p>';
}
add_shortcode('dpvideo','all_dpvideo');

 

第二步:发表文章时添加短代码:

[dpvideo][/dpvideo]

例如:

[dpvideo]https://tudou.com-l-tudou.com/20180625/11443_f5190aaa/index.m3u8[/dpvideo]

 

 

提供优质的网站源码大全,小程序、APP、H5、支付、游戏、区块链、商城、直播、影音、小说、公众号等源码下载。
33源码 » WordPress 播放 MP4 和 M3U8 视频多端适配

发表评论

我有资源-我要赚钱

投稿赚钱 了解详情