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 与谦虚品牌不兼容?


基础教程推荐
- 什么是不使用 jQuery 的经验技术原因? 2022-01-01
- Javascript 在多个元素上单击事件侦听器并获取目标 2022-01-01
- WatchKit 支持 html 吗?有没有像 UIWebview 这样的控制器? 2022-01-01
- 如何使用 CSS 显示和隐藏 div? 2022-01-01
- 如何使用sencha Touch2在单页中显示列表和其他标签 2022-01-01
- 如何在特定日期之前获取消息? 2022-01-01
- jQuery File Upload - 如何识别所有文件何时上传 2022-01-01
- 每次设置弹出窗口的焦点 2022-01-01
- 为什么我在 Vue.js 中得到 ERR_CONNECTION_TIMED_OUT? 2022-01-01
- Node.js 有没有好的索引/搜索引擎? 2022-01-01