hello all,
first time messaging. been using Jekyll for a good many years, but im running into a weird error & bug with using Vimeo videos from pages
I do have a main page I use as my layout, for well, my pages.
with that page [page] I do use check for videos etc, even links as well. youtube works completely fine, but Vimeo errors out & does not allow the same thing.
this would be the kind of code I would use, the same with youtube as well
<div class="video">
<iframe src="https://player.vimeo.com/video/{{ page.vimeo }}" width="640" height="400" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
then within a page, say for animations or a game. I would use at the top, next to the title etc vimeo: numberOfTheVideo
again, whilst this works perfectly with youtube, Vimeo spits out a 404
im just wondering if anyone else has worked with Vimeo like this & knows of a possible fix?
when I put the number in the iframe, its all fine. but if I have multiple videos & different projects, I just want to keep it tidy
thanks & all the best