YouTube iFrame 会自动打开 YouTube 应用程序。我怎样才能阻止这个?

YouTube iFrame automatically opens YouTube app. How can I stop this?

我为我的网站使用了默认的 YouTube iFrame。我的用户说,在进入网络应用程序后,它会将他们重定向到 youtube。我发现这对我和我的用户来说很烦人。

有什么办法可以阻止这种情况发生吗?

以下是导致 YouTube 应用程序打开的代码:

<iframe width="560" height="315" src="https://www.youtube.com/embed/wCtedSNYBLc?rel=0&amp;controls=0&amp;showinfo=0" frameborder="0" allowfullscreen></iframe>

可以找到此站点 here

您可以使用 "playsinline" 参数来代替内联播放视频。