现在的位置: 首页 > 互联网络 > WP相关 > 互联网络 > 正文

wordpress 插入视频短代码 | 分享外链视频方法

2010-04-21 22:12 WP相关, 互联网络 ⁄ 共 727字 ⁄ 字号 评论 1 条

实现方法:

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/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high" allowfullscreen="true" src="'.get_bloginfo("template_url").'/flvplayer.swf?IsAutoPlay=0&IsContinue=1&BarPosition=1&IsShowBar=1&vcastr_file='.$content.'">
';}
add_shortcode('mv','flvplayer');?

以后写文章的时候,调用使用[m v] [/m v]标签,当然可以传出尺寸的参数? 即 [m v width="600" height="300"]? url [/m v]

?http://www.hzlzh.com/wordpress-insert-video-flvplayer/

目前有 1 条留言    访客:0 条, 博主:1 条


  1. 管理员
    管理员 2010年04月21日 10:23 下午  @回复  Δ1楼 回复

    fckeditor for wordpress plugin 编辑器效果

给我留言

留言无头像?