javascript - Is it possible to only remove the "watch later" and "share" buttons from youtube iframe embed player -


how can remove watch later , share buttons youtube iframe embed player. using following embed code embedding video clips.

<iframe width="854" height="480" src="https://www.youtube.com/embed/cpvgwz5an1o" frameborder="0" allowfullscreen></iframe> 

using showinfo=0 removes full header contains video title.

is possible remove "watch later" , "share" buttons header?

add line after link

https://www.youtube.com/embed/c5chjtspa7m?mode=opaque&amp;rel=0&amp;autohide=1&amp;showinfo=0&amp;wmode=transparent 

it disable share , watch later option


Comments

Popular posts from this blog

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -

java - Android – MapFragment overlay button shadow, just like MyLocation button -