How to Only Remove the "Watch Later" and "Share" Buttons from Youtube Iframe Embed Player

how to remove watch later, share and subscribe options from youtube video embedded in html

When we using YouTube embed's privacy-enhanced mode, it will hide share and watch later button. check below embed's code and image.

<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/KjKE4hD6e_Y" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

Sample Image

YouTube can't remove share, watch later and channel

Youtube revision history states that showinfo parameter is deprecated as of September 25, 2018. It was used to hide video title and uploader info.

Following the change, the channel avatar and video title will always display before playback begins, when playback is paused, and when playback ends. The avatar being displayed is new behavior that will be consistent across all embedded players.

Unfortunately it seems that "Watch Later" and "Share" buttons are part of this feature and they can't be removed.

Youtube : Remove only "Watch later" & "Share" icon button on video

We can use flash version of YouTube player and disable external links property.



Related Topics



Leave a reply



Submit