How do I add a link to an image that will trigger a skype call? The code for the link looks something like this `````` , which suggests the URL is skype:8885555555?call, but when I just put that snippet of text in the appropriate box to add a link to an image, nothing happens. Is there something I’m missing or another way to do this?
Page 1 / 1
Never mind… figured it out.
For anyone else who is curious, you add this line of JavaScript:
<script> <br />
$("#insert-image-id").click(function() { <br />
window.location.href = 'skype:8885555555?call' <br /> }); <br /> </script>
Reply
Log in to the Unbounce Community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.