網頁嵌入騰訊視頻方式


1、插入騰訊視頻的方法

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

<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.html

將上述代碼中的vid=后面的內容替換成上述網址中標紅的部分,然后將上述網址重新復制出來:

<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>

 

個人技術博客:http://www.luoyangwyb.net/ 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM