How to add a clickable image on a video? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

5th Jun 2019, 2:55 AM
Le Jx Learner
Le Jx Learner - avatar
9 Answers
+ 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?
7th Jun 2019, 10:44 AM
River
River - avatar
+ 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
7th Jun 2019, 10:22 AM
Le Jx Learner
Le Jx Learner - avatar
+ 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
7th Jun 2019, 10:36 AM
Le Jx Learner
Le Jx Learner - avatar
+ 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
7th Jun 2019, 10:49 AM
Le Jx Learner
Le Jx Learner - avatar
+ 4
River , I mean a clickable image that seems to be part of the video
7th Jun 2019, 8:49 AM
Le Jx Learner
Le Jx Learner - avatar
+ 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!
7th Jun 2019, 10:34 AM
River
River - avatar
+ 2
Go for it. Good luck!
7th Jun 2019, 10:55 AM
River
River - avatar
+ 1
For a clickable image, use this <a href="website_"><img src="Image_url"class="image"></a>
5th Jun 2019, 5:03 AM
River
River - avatar
+ 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?
7th Jun 2019, 8:57 AM
River
River - avatar