我正在尝试在我的php页面中嵌入YouTube频道网址。但是它给出了以下错误:
拒绝在a中显示“https://www.youtube.com/channel/fakecode” 因为它将'X-Frame-Options'设置为'SAMEORIGIN'。
<div id="bgvideo" >
<div class="container" >
<div class="row" >
<div class="col-sm-8 col-sm-offset-2">
<div class="responsive-video">
<iframe width="420" height="315" src="https://www.youtube.com/channel/fakecode" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>
答案 0 :(得分:0)
试试这个
<iframe width="420" height="315" src="https://www.youtube.com/embed/A6XUVjK9W4o" frameborder="0" allowfullscreen></iframe>