问题描述
我在我的网站上嵌入了一个YouTube视频,其参数为 modestbranding = 1
。不幸的是,我还想使用参数 showinfo = 0
。当我尝试这个时,似乎 modestbranding
不再起作用。
我做过研究并且发现 modestbranding
只有当它是集合中的第一个参数时才有效,我肯定会这样做。
title 参数伪造它(参见),但它似乎对我不起作用。
有什么建议吗?
这两个参数互相排斥 - 抱歉。我们会更新以反映这一点。
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.
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.
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.
Any suggestions?
The two parameters are mutually exclusive--sorry. We'll get https://developers.google.com/youtube/player_parameters#modestbranding updated to reflect that.
这篇关于嵌入式YouTube视频showinfo与modestbranding不兼容?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!