1、插入騰訊視頻的方法
方法一:將視頻在微信公眾平台中的調用代碼提取出來,如下所示:
<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.html
將上述代碼中的vid=后面的內容替換成上述網址中標紅的部分,然后將上述網址重新復制出來:
<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>
個人技術博客:http://www.luoyangwyb.net/