wp博客嵌入解析播放器

源码 · 2023-12-10 · 405 人浏览

调用方式:

[vip]链接[/vip]

在模板文件中打开文件 functions.php 加入以下代码

//解析播放器
function all_vip($atts, $content=null){
return '<p style="text-align: center;"><iframe allowFullscreen="true" scrolling="no"
align="middle" frameborder="0" width="100%" marginwidth="0" marginheight="0"
src="这里修改为解析播放器链接'.$content.'"></iframe>
</p>';
}
add_shortcode('vip','all_vip');
代码 源码
Theme Jasmine by Kent Liao