Disconnect HTML5 content from embedded YouTube video
I have a YouTube video embedded in my page. I want to disable the option for my users to right click on the video and grab the url.
<?php
echo '<iframe width="100%" height="100%" src="//www.youtube.com/embed/DZGINaRUEkU'
. '?&rel=0&autoplay=0&showinfo=0&controls=0" frameborder="0" allowfullscreen>';
?>
How can i do this? I've already disabled as many options as Google could. Please, help
+3
J_Strauton
source
to share
No one has answered this question yet
See similar questions:
0
or similar:
2263
53
25
12
7
2
1
0
0
0