提问人:hlibchik 提问时间:11/18/2023 更新时间:11/19/2023 访问量:33
iFrame 不显示视频
iFrame not showing video
问:
我想嵌入 YouTube 视频并从 YouTube 复制嵌入代码。在这里:<iframe width="560" height="315" src="https://www.youtube.com/embed/sru9ydoxe88?si=cbzk_yu6ybklsogf" title="youtube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
我尝试嵌入另一个视频,但它也不起作用。我尝试在 Ark、Little Ark 和 Safari 中打开它,但它在所有这些中都不起作用。
答:
-1赞
Akshit
11/18/2023
#1
如果您的 YouTube 视频未使用提供的代码显示,您可以尝试以下简化版本:
<iframe width="560" height="315" src="https://www.youtube.com/embed/sru9ydoxe88" title="YouTube Video" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
确保从 URL 中删除任何其他参数,例如 。如果问题仍然存在,请考虑前面提到的因素,例如检查浏览器兼容性、网站规则和查找 JavaScript 错误。?si=cbzk_yu6ybklsogf
评论