rockstarmind
Active member
Hey guys,
Vimeo changed their Hide from Vimeo option and now my video embeds say "Sorry video doesn't exist".
The URL now has an extra string of numbers and I'm wondering how I might be able to modify the BB code to make the new URL work.
Here's my old code that works perfectly (and still works on video embeds from before the Vimeo update yesterday):
<div class="bbMediaWrapper">
<div class="bbMediaWrapper-inner">
<iframe src="https://player.vimeo.com/video/{$id}{{ $start ? "#t={$start}" : '' }}"
width="560" height="315"
frameborder="0" allowfullscreen="true"></iframe>
</div>
</div>
This is an example of a new Vimeo URL: https://vimeo.com/VIDEOID/0fcc2b1c1b?share=copy
Any ideas would be greatly appreciated.
Thanks and talk soon,
Steve
Vimeo changed their Hide from Vimeo option and now my video embeds say "Sorry video doesn't exist".
The URL now has an extra string of numbers and I'm wondering how I might be able to modify the BB code to make the new URL work.
Here's my old code that works perfectly (and still works on video embeds from before the Vimeo update yesterday):
<div class="bbMediaWrapper">
<div class="bbMediaWrapper-inner">
<iframe src="https://player.vimeo.com/video/{$id}{{ $start ? "#t={$start}" : '' }}"
width="560" height="315"
frameborder="0" allowfullscreen="true"></iframe>
</div>
</div>
This is an example of a new Vimeo URL: https://vimeo.com/VIDEOID/0fcc2b1c1b?share=copy
Any ideas would be greatly appreciated.
Thanks and talk soon,
Steve