Embedded YouTube video showinfo incompatible with modestbranding?(嵌入式 YouTube 视频 showinfo 与谦虚品牌不兼容?)
问题描述
我正在使用参数 modestbranding=1
在我的网站上嵌入一个 YouTube 视频.不幸的是,我还想使用参数showinfo=0
.当我尝试这个时,似乎 modestbranding
不再起作用了.
I'm embedding a YouTube video on my site with the parameter modestbranding=1
. Unfortunately, I also want to use the parameter showinfo=0
. When I tried this, it seems like the modestbranding
doesn't work any more.
我进行了研究,发现 modestbranding
仅在它是集合中的第一个参数时才有效,我确保这样做.
I've done research and found that modestbranding
only works when it's the first parameter in the set, which I'm making sure to do.
我还了解到我可以使用未记录的 title
参数来伪造它(请参阅 http://www.reelseo.com/remove-youtube-logo/),但它似乎对我不起作用.
I've also read that I can fake it by using the undocumented title
parameter (see http://www.reelseo.com/remove-youtube-logo/), but it doesn't seem to be working for me.
有什么建议吗?
推荐答案
这两个参数互斥--sorry.我们将更新 https://developers.google.com/youtube/player_parameters#modestbranding 以反映这一点.
The two parameters are mutually exclusive--sorry. We'll get https://developers.google.com/youtube/player_parameters#modestbranding updated to reflect that.
这篇关于嵌入式 YouTube 视频 showinfo 与谦虚品牌不兼容?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:嵌入式 YouTube 视频 showinfo 与谦虚品牌不兼容?


基础教程推荐
- fetch 是否支持原生多文件上传? 2022-01-01
- Bokeh Div文本对齐 2022-01-01
- 如何添加到目前为止的天数? 2022-01-01
- 检查 HTML5 拖放文件类型 2022-01-01
- npm start 错误与 create-react-app 2022-01-01
- Fabric JS绘制具有活动形状的多边形 2022-01-01
- Bootstrap 模态出现在背景下 2022-01-01
- 即使用户允许,Gmail 也会隐藏外部电子邮件图片 2022-01-01
- 在 contenteditable 中精确拖放 2022-01-01
- 原生拖动事件后如何获取 mouseup 事件? 2022-01-01