一、插入騰訊視頻的方法html
方法一:將視頻在微信公衆平臺中的調用代碼提取出來,以下所示:微信
<iframe class="video_iframe" style=" z-index:1; " src="http://v.qq.com/iframe/player.html?vid=m0137rrajuc&width=300&height=200&auto=0" allowfullscreen="" frameborder="0" height="200" width="300"></iframe>微信公衆平臺
打開須要添加的騰訊視頻網址,例如:http://v.qq.com/cover/z/zrxyhghf3n8xhxl/k0015trfczz.htmlide
將上述代碼中的vid=後面的內容替換成上述網址中標紅的部分,而後將上述網址從新複製出來:spa
<iframe class="video_iframe" style=" z-index:1; " src="http://v.qq.com/iframe/player.html?vid=k0015trfczz&width=300&height=200&auto=0" allowfullscreen="" frameborder="0" height="200" width="300"></iframe>.net
我的技術博客:http://www.luoyangwyb.net/ 視頻