Adding Links to Shots (or Groups)

Any way to add links to video Shots? Or even to a group (Shots + Text)?
I’d love to make a portfolio of Shots that each has an own link.
Would that be possible with custom code?

1 Like

SOLVED IT!!! :dancing_women: :partying_face: :tada: :piñata:

<script>
  setTimeout(function() {

  $('[data-id=ENTER ID HERE]').css({"cursor":"pointer"}).on('click', function() {
   window.location.href = "ENTER LINK HERE";
   });
    
     }, 1000);  

</script>
1 Like

Awesome! Where exactly do you enter this code? Having the same exact issue

Hi
you can put the code anywhere on the page
you need to enter ID of your widget (here the instruction on how to find it custom code: widget id: typewriter text animation on Vimeo)
instead of the link you can just enter a page number
Note: it’s not gonna work correctly in the editor, you need to republish and open your page