Reputation: 85
I want to display YouTube video in my android application with the parameter modestbranding=1 and showinfo=0 in webview. When I tried this,then modestbranding doesn't work any more.
if i remove showinfo then modestbranding parameter is working and vice versa.
https://www.youtube.com/embed/ANdeRJF7MWo?modestbranding=1&showinfo=0&rel=0
I search alot but did not find its solution. Please help
Upvotes: 6
Views: 2174
Reputation: 29829
Here are the IFrame player docs with the officially supported parameters along with revision history
modestbranding
- This parameter lets you use a YouTube player that does not show a YouTube logo. Set the parameter value to 1 to prevent the YouTube logo from displaying in the control bar. Note that a small YouTube text label will still display in the upper-right corner of a paused video when the user's mouse pointer hovers over the player.showinfo
- was deprecated in 2018
See Also:
Upvotes: 0