You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Vimeo have updated their embed functionality to require a "privacy hash" querystring parameter for unlisted videos. More information here
Unlisted Vimeo videos loaded into GLightbox now result in a "Sorry this video does not exist" message as the required querystring is not being added to the iframe src URL.
Are you able to reproduce the bug in the demo site
No
Click on "Workplace decisions: how do we decide what’s best and why?"
See "Sorry this video does not exist" message
Using inspector, dig down to the current GLightbox iframe
Append the &h=d30c95d242 security hash to the iframe src so it now reads https://player.vimeo.com/video/846486260?loop=false&autoplay=false&muted=false&gesture=media&playsinline=false&byline=false&portrait=false&title=false&speed=true&transparent=false&customControls=true&h=d30c95d242
Hit enter - video should now display correctly
Expected behavior
Iframe rendering code should extract the ?h=xxxx param from the Vimeo link href and append it to the iframe src along with the rest of the params
Has anyone found a way around this? I'm struggling
I haven't had time dig any deeper
In the meantime, changing the privacy setting for affected videos from "private" to "hide from Vimeo" fixes the issue.
It's not a perfect solution, but did the job in our case, for now.
Describe the bug
Vimeo have updated their embed functionality to require a "privacy hash" querystring parameter for unlisted videos.
More information here
Unlisted Vimeo videos loaded into GLightbox now result in a "Sorry this video does not exist" message as the required querystring is not being added to the iframe src URL.
Are you able to reproduce the bug in the demo site
No
To Reproduce
Steps to reproduce the behavior:
&h=d30c95d242
security hash to the iframe src so it now readshttps://player.vimeo.com/video/846486260?loop=false&autoplay=false&muted=false&gesture=media&playsinline=false&byline=false&portrait=false&title=false&speed=true&transparent=false&customControls=true&h=d30c95d242
Expected behavior
Iframe rendering code should extract the ?h=xxxx param from the Vimeo link href and append it to the iframe src along with the rest of the params
Post the code you are using
Screenshots
Desktop:
The text was updated successfully, but these errors were encountered: