我正在使用你的管嵌入
<iframe id="ytplayer" style="box-shadow:0px 0px 5px black;" type="text/html" width="100%" height="350" src="https://www.youtube.com/embed/<?php echo$youtube_video_id;?>?autoplay=1&showinfo=0&loop=0&modestbranding=1&rel=0" frameborder="0" allowfullscreen></iframe>
我想删除youtube徽标。 那么有什么方法可以阻止这个图像吗?
https://s.ytimg.com/yts/img/watermark_ringo-vflPWbiPS.png
这是玩家的形象 enter image description here
答案 0 :(得分:0)
您应该在网址中添加?modestbranding = 1以删除此徽标。
示例:
<iframe width="560" height="315" src="https://www.youtube.com/embed/_K2cH74f8MU?modestbranding=1" frameborder="0" allowfullscreen></iframe>