I need to embed a Youtube video without Youtube Logo and any Link to Youtube video site.
There are three options: - modestbranding = 1 To remove the youtube logo - controls = 0 To remove the botton bar with link to "see in youtube" - showinfo 0 0 To remove the upper bar with link to "see in youtube"
If I put one or two of them, works but still users can go to youtube using the third option.
If I join three options, automatically Youtube logo appears.
I use something like this:
src="https://www.youtube.com/embed/videoID??modestbranding=1&showinfo=0&controls=0"
How can I fix it or how can I embed a video without any posibility to find it in youtube.
Thanks!!!