I’m having trouble getting an Unlisted vimeo video to play in the Bubble video element. Per the 2016 linked thread below, I’ve tried every combination of the video ID I can think of, but none of them result in a playable video. I know the video SHOULD be playable, because it works in an html element…but for several reasons I’d like the bubble video element instead.
Got some help from Bubble support! The answer was:
take the video ID e.g., “809624512/58c391f530”
replace the “/” with “?h=”
add “#” to the end
so it becomes “809624512?h=58c391f530#”.
–Here’s the explanation they provided, which is a bit over my head.–
It looks like to embed private videos, you will have to add a # to the end of the ID. For example, the Video ID will be 809624512?h=58c391f530#. This will work but will negate some of the automated settings we normally pass in like background color, etc.
The reason it works is that we just template this in the url for the video, but usually our url keeps going with other ? query parameters after the id - you can “cancel” this invalid second interrogation mark and query parameters with a hash instead.