我需要嵌入没有 Youtube 徽标和任何 Youtube 视频网站链接的 Youtube 视频。
有以下三种选择: -modembranding = 1 删除youtube标志 -controls = 0 删除带有“在 youtube 中查看”链接的底部栏 - showinfo 0 0 删除上面的栏并链接到“在 youtube 中查看”
如果我放置其中一两个,可以使用,但用户仍然可以使用第三个选项访问 YouTube。
如果我加入三个选项,就会自动出现 Youtube 徽标。
我用这样的东西:
src="https://www.youtube.com/embed/videoID??modestbranding=1&showinfo=0&controls=0"
我该如何修复它,或者如何嵌入视频而无法在 YouTube 中找到它。
谢谢!!!
工作演示带沙箱
<div style="border: 1px solid rgb(255, 255, 255); overflow: hidden; height: 800px margin: 50px auto; max-width: 600px;">
<iframe scrolling="yes" src="https://www.youtube.com/embed/snTlMy80c_E?autoplay=1&enablejsapi=1&rel=0;modestbranding=1&showsearch=0" style="border: 0px none; margin-left: 0px; height: 500px; margin-top: -60px; width: 100%;"></div>
<div style="border: 1px solid rgb(255, 255, 255); overflow: hidden; height: 800px margin: 50px auto; max-width: 600px;">
<iframe scrolling="yes" src="https://www.youtube.com/embed/snTlMy80c_E?autoplay=1&enablejsapi=1&rel=0;modestbranding=1&showsearch=0" style="border: 0px none; margin-left: 0px; height: 500px; margin-top: -60px; width: 100%;" sandbox="allow-forms allow-scripts allow-pointer-lock allow-same-origin allow-top-navigation" ></div>
代码效果很好! 任何人都可以将其更改为响应式等。 寻找与 Wordpress 的完美集成
非常感谢!