实现方法:
1.下载 flvplayer.swf 播放器:http://www.hzlzh.com/up/flvplayer.swf
2.把播放器放到 当前使用主题目录? 即 wp-content/theme/****;
3.在主题的 functions.php 中添加如下代码即可;
/**FLV player */
function flvplayer($atts, $content=null){
extract(shortcode_atts(array("width"=>'460',"height"=>'330'),$atts));
return '<embed width="'.$width.'" height=".$height." type="application/...
WP相关, 短代码, 视频阅读全文