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&rel=0&autohide=1&showinfo=0&wmode=transparent
it disable share , watch later option
Comments
Post a Comment