Hi;
I have a webpart for embedded youtube which is a simple script like below but I found that when I hover to the video in site, I can right click on Video and some function show up like "Copy Video URL...", I want to disable the right click function
on this video. I did some rearch and found that I can use JavaScript on website to disable the right click but most of the research I found from internet which is to show me to do it on a new webpart. Is it possible to append the JavaScript onto
the same file which hosting the original embedded video below?
<iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/<my video link here>?modestbranding=1&showinfo=0&controls=0&rel=0" frameborder="0" allowfullscreen></iframe>
The reason I need to add Javascript is try to disable the right click function on video clip.