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 与谦虚品牌不兼容?
基础教程推荐
- 如何使用JIT在顺风css中使用布局变体? 2022-01-01
- 我可以在浏览器中与Babel一起使用ES模块,而不捆绑我的代码吗? 2022-01-01
- 自定义 XMLHttpRequest.prototype.open 2022-01-01
- 如何使用TypeScrip将固定承诺数组中的项设置为可选 2022-01-01
- html表格如何通过更改悬停边框来突出显示列? 2022-01-01
- Chart.js 在线性图表上拖动点 2022-01-01
- 直接将值设置为滑块 2022-01-01
- 用于 Twitter 小部件宽度的 HTML/CSS 2022-01-01
- Electron 将 Node.js 和 Chromium 上下文结合起来意味着 2022-01-01
- Vue 3 – <过渡>渲染不能动画的非元素根节点 2022-01-01