从嵌入的 YouTube 视频中删除品牌和标题链接

nar*_*n.L 3 .net youtube youtube-api youtube.net-api youtube-javascript-api

任何人都可以建议一种方法,从嵌入的 YouTube 视频中删除返回 YouTube 的链接和品牌(水印或徽标)。

以下标签删除品牌:

<iframe allowfullscreen="" frameborder="0" height="315" src="http://www.youtube.com/embed/8pjJ-Czqpps?modestbranding=1&amp;rel=0" width="420"></iframe>
Run Code Online (Sandbox Code Playgroud)

下面的标签删除标题链接:

<iframe allowfullscreen="" frameborder="0" height="315" src="http://www.youtube.com/embed  /8pjJ-Czqpps?showinfo=0" width="420"></iframe>
Run Code Online (Sandbox Code Playgroud)

但无法让所有事情一起发生。

请帮忙。

Mek*_*ria 5

是的,YouTube 说:

If you use the Embed-able Player on your website, you may not modify, build upon, or block     
any portion or functionality of the Embed-able Player, including but not limited to links    
back to the YouTube website.
Run Code Online (Sandbox Code Playgroud)

因此,不要尝试使用 CSS 技巧,尤其是当您是 Adsense 发布商时。