Skip to content
Advertisement

Tag: oembed

Vimeo Thumbnails for private video in PHP

I have tried every single answer on this forum and couldn’t get a proper working code. So I am posting this again. I want to get the thumbnail of private and hidden Videos from Vimeo. I also have an access token generated which I tried to use with the solutions provided for the old questions which also didn’t work. I

Add extra query string to src attribute’s value of an iframe element that has been generated or outputted by wp_oembed_get() function

I want to add an extra query string to the src attribute’s value of the iframe element. I want to achieve this by using PHP or WordPress and not by JavaScript. The thing is that I want to use Youtube iFrame API, which is only possible if the iframe has a query string in which enablejspai=1 src=”https://www.youtube.com/embed/M7lc1UVf-VE?enablejsapi=1″ Currently, the user

Advertisement