+ 7
How to add a clickable image on a video?
I see many clickable links on youtube videos... I'd like to know how this work and how to make it myself
9 Respostas
+ 2
Let me get this straight. You want a video, with a link to your website to pop up at any given time.
You want that video both in your web code AND on youtube.
It seems to me, that if you make the youtube video as instructed above, the simply attach the video using the 'embed' code which is found under any youtube video, you would have your problem solved.
That better?
+ 5
When watching a video online, for example on youtube, you can hear: hit the smiley and go to our official website...
When you click on the image, it really do it...
There's many website that have animated image link on the video
for example, on Lama faché channel
Do you undersatand River
+ 5
The problem is that i want to make it pop up in my own web code River ...
As well as it's done on Youtube
+ 5
I'd like to do it, without having to host the video on youtube and make this image pop up on my own
But that's a great idea to use the embed code provided by youtube...
Ok, i'll do that .. thanks ..
Maybe after, i'll try to make it myself
+ 4
River , I mean a clickable image that seems to be part of the video
+ 2
Well, I do understand. To add a link to an image, use:
<a href="website_link"><img src="image_link"class="image"></a>
However, making it pop up, I have no experience in. I have, however, found a handy little website with instructions.
https://www.google.com/amp/s/www.warriorforum.com/main-internet-marketing-discussion-forum/802948-how-add-clickable-image-your-youtube-videos.html%3Famp%3Dtrue
Hope it's useful!
+ 2
Go for it. Good luck!
+ 1
For a clickable image, use this
<a href="website_"><img src="Image_url"class="image"></a>
+ 1
As in, you watch a video, and a clickable line pops up? I have seen links that appear on videos throughout a video. Elaborate or provide an example?