隐藏 YouTube 嵌入标题和 'More videos'(更新)

Hiding YouTube embed title and 'More videos' (Updated)

是否有官方方法可以从 YouTube 嵌入中隐藏标题和 More videos 部分(截至 2018 年 7 月 2 日的最新版本),并且只显示YouTube 徽标 bottom-right?我知道前一段时间embed有这个功能。

我基本上想要的是嵌入自动播放,除了强制性 YouTube 徽标外没有其他元素,并且能够暂停它,但这样做时没有 More videos 出现。

对于 showinfo 选项,文档当前说:

Setting the parameter's value to 0 causes the player to not display information like the video title and uploader before the video starts playing.

所以before明确表示这个在视频播放过程中不生效

但是有什么方法可以隐藏嵌入顶部的上传器、标题、稍后观看和共享按钮吗?

这是视频暂停时的当前外观:

<iframe src="https://www.youtube.com/embed/dnmJLVWetQM?autoplay=1&controls=0&modestbranding=1&showinfo=0&iv_load_policy=3" frameborder="0" allowfullscreen="1" allow="autoplay; encrypted-media" title="YouTube video player" width="720" height="405">

的评论也不再是最新的了。

对于 rel 选项,文档目前说:

This parameter indicates whether the player should show related videos when playback of the initial video ends.

所以这在视频暂停时也不适用。

YouTube 弃用了参数 showinfo(不能再隐藏标题)并更改了参数 rel 行为(将显示相关视频)。

详情见https://developers.google.com/youtube/player_parameters#release_notes_08_23_2018

Note: This is a deprecation announcement for the showinfo parameter. In addition, the behavior for the rel parameter is changing. Titles, channel information, and related videos are an important part of YouTube’s core user experience, and these changes help to make the YouTube viewing experience consistent across different platforms.