How To Remove Link From Embedded Video
-
I have a site on which I embed a lot of videos. They almost always have a big play button centered on the video, which, if clicked once, plays the video.
If I click that same spot to pause the video, instead of pausing, it just sends me to the page where I got the video. It’s like the pause/play button becomes a hyperlink after the first click.
Is there any way to disable this? I don’t want embedded videos linking back to their sources, especially since they don’t do so in a new window.
And yes, I know this is probably shady. I’ve come to terms with that.
Here’s an example embed code
<iframe width=”560″ height=”315″ src=”https://example.com/ctf7/embed/” frameborder=”0″ scrolling=”no” allowfullscreen></iframe>
(it’s an adult video, so I changed the name of the site to “example.” The rest of the code is accurate).
Any help would be much appreciated. Cheers!
- The topic ‘How To Remove Link From Embedded Video’ is closed to new replies.