![WordPress视频播放器插件 - Video Embed(汉化)[更新至v1.8]](https://img.windsfly.com/cover/Video.Embed.png)
插件参数
插件名称:Video Embed 插件版本:1.8 更新时间:2022年3月18日 兼容版本:Wordpress 5.9.2 汉化程度:98%,由于博主能力有限,所以可能存在神翻译或者错误的情况,请大家谅解!如有不足之处,请大家留言指正,谢谢!插件功能
插件截图
![]() |
![]() |
![]() |
---|---|---|
![]() |
![]() |
![]() |
城通专版修改
修改插件文件夹下app/class-wonderplugin-videoembed-widgetview.php文件的第296行,改为如下代码:
else { $safe_key = "078bfe5499(这里修改为自己的代码)"; $current_time = time(); $allow_seconds = 86400; $expire_time = $current_time + $allow_seconds; $security_key = md5($safe_key . $expire_time);
$content .= '<div class="wpve-videoplayer" style="display:block;position:relative;width:100%;height:100%;" data-mp4="' . $atts['mp4'] . '"';改为
$content .= '<div class="wpve-videoplayer" style="display:block;position:relative;width:100%;height:100%;" data-mp4="' . $atts['mp4'] . '?ct_t='.$expire_time.'&ct_k='.$security_key.'"';
淘宝购买