I have the following html whichs host a IFrame vimeo video on my Wordpress site.
<div>
<iframe src="https://player.vimeo.com/video/123456789" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>
<div>
I would like to call a webhook when someone clicks to play the video.
Is this possible or would I have to have an image/link that is clicked then would load the IFrame first?
Thanks,
Steve