add link to a wordpress video (click redirect)

Norman_drey

Senior Member
Joined
May 8, 2022
Messages
1,156
Reaction score
499
how do i add link to my video on wordpress, i want to redirect users to an external link when they click on a video.
just like pictures, you can add link and redirect users when they click on image.
Screenshot (484).png
 
Put a thumbnail of the video in the image format and insert a link as in the screenshot you have above. Since you don't want it to play when clicked upon, but rather to be redirected to an external resource, just use a thumbnail.
 
Put a thumbnail of the video in an image format and insert a link as in the screenshot you have above. Since you don't want it to play when clicked upon, but rather to be redirected to an external resource, just use a thumbnail.
This is solid advice as the thumbnail will reduce loading latency and you can just click the link button. I alternate between these and embedding a video depending on where it's directed to. Obviously not if its adult
 
Put a thumbnail of the video in the image format and insert a link as in the screenshot you have above.

^ this

Also, use an image editing software to add a play button to the thumbnail so it looks like an actual video.
 
Put a thumbnail of the video in the image format and insert a link as in the screenshot you have above. Since you don't want it to play when clicked upon, but rather to be redirected to an external resource, just use a thumbnail.
This is solid advice as the thumbnail will reduce loading latency and you can just click the link button. I alternate between these and embedding a video depending on where it's directed to. Obviously not if its adult
^ this

Also, use an image editing software to add a play button to the thumbnail so it looks like an actual video.


i want the video to autoplay, i can edit play button but i do not want that
 
i want the video to autoplay, i can edit play button but i do not want that

Wdym? What exactly do you want? When you say you want the video to autoplay—autoplay where? On your own page, or on an external link like you mentioned in your original post? Because the Thumbnail + Playbutton solution suggested above would make the video "autoplay" in the external link.
 
Last edited:
You can place iframe over the video.. and make the video autoplay with html.

This is what i can think of whatever limited knowledge i have of Coding.
 
i want the video to autoplay, i can edit play button but i do not want that
You can make this work with a mix of a custom JS script and a custom field for the link redirect,
Basically, wrapping the video with a specific ID/Class, placing a hidden link element on top of it as a whole,

You can use AI to get the specific script, it shouldn't be as hard,
Just make sure your prompt describes the case specifically as needed, and you'll get it to work in no time,
Otherwise, you can check some ready-made plugins/scripts, I've come across multiple websites doing the same,
Or hire someone to do the work (https://www.blackhatworld.com/forums/hire-a-freelancer.76/)
 
Back
Top