Hi there!
Going crazy over here. Trying to add a Vimeo iframe to my article by API.
When it’s youtube, it works fine, but with Vimeo - no matter the URL I choose I always get “video src not supported”.
The article creation works well and I am just trying to add a vimeo iframe to it.
here is a fake video I created an uploaded
This will not pass API validation “video src not supported” (but will work if I add it from the UI):
<iframe src="https://player.vimeo.com/video/956950834?h=adfcdc69e8"></iframe>
This will pass API validation but the URL is missing the h parameter and Vimeo cannot read:
<iframe src="https://player.vimeo.com/video/956950834"></iframe>
What can I do? I also tried multiple version of the vimeo URL - no luck.
Let me know!