網頁嵌入騰訊視頻方式

一、插入騰訊視頻的方法html

方法一:將視頻在微信公衆平臺中的調用代碼提取出來,以下所示:微信

<iframe class="video_iframe" style=" z-index:1; " src="http://v.qq.com/iframe/player.html?vid=m0137rrajuc&amp;width=300&amp;height=200&amp;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&amp;width=300&amp;height=200&amp;auto=0" allowfullscreen="" frameborder="0" height="200" width="300"></iframe>.net

 

我的技術博客:http://www.luoyangwyb.net/ 視頻

相關文章
相關標籤/搜索