【问题标题】:why <iframe> in html links to youtube not working为什么 html 中的 <iframe> 链接到 youtube 不起作用
【发布时间】:2022-01-10 18:49:15
【问题描述】:

<div class="bodyhead">
  <h2>Challenge #1 - Fraction</h2>
  <iframe src="https://www.youtube.com/embed/c33go2I&t=23s"></iframe>
</div>

然后 youtube 视频给了我这个错误消息“发生错误。请稍后再试。(播放 ID:z6zBQ2dNPXoAhtDy) 了解更多”

【问题讨论】:

  • 很难说。它无论如何都不会在 SO 沙箱中运行

标签: html youtube


【解决方案1】:

我用另一个嵌入的 URL 替换了地址,它对我来说非常好:

<iframe width="885" height="498" 
src="https://www.youtube.com/embed/c8VHzEFVmLA" title="YouTube video player" 
frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted- 
media; gyroscope; picture-in-picture" allowfullscreen></iframe>

确保您右键单击视频并准确复制嵌入的地址。

【讨论】:

    猜你喜欢
    • 2017-04-23
    • 2020-05-31
    • 1970-01-01
    • 1970-01-01
    • 2023-04-08
    • 1970-01-01
    • 2013-06-29
    • 2011-07-08
    • 2011-10-26
    相关资源
    最近更新 更多