How can I remove the Title, watch later and share buttons from YouTube iframe embed player.
Asked
Active
Viewed 5,924 times
0
-
One way to hide related videos **and other controls for that matter* is by disabling the css of YouTube (*like, remove this line from the generated YouTube video:* ``). as how you can do that, you have to investigate further. – Mauricio Arias Olave Jun 24 '19 at 17:32
-
Does this answer your question? [Is it possible to only remove the "watch later" and "share" buttons from youtube iframe embed player](https://stackoverflow.com/questions/33373880/is-it-possible-to-only-remove-the-watch-later-and-share-buttons-from-youtube) – Kermit Feb 19 '23 at 18:18
1 Answers
1
You can't remove that buttons from original youtube embed player, but you can get rid of it by using https://plyr.io/

Artem Shevtsov
- 496
- 5
- 13