We tried remove_all_filters() for all of the filters that are being added in iframely.php. To no avail. Also tried disabling caching.
How can we make wp_oembed_get() return standard embed code when the setting for Optional API query-string params is iframe=card and the setting Don’t override default embed providers is not checked?
]]>Do you have any idea why this is working:
echo wp_oembed_get(‘https://www.youtube.com/watch?v=HG7I4oniOyA’);
And, more importantly, why is this NOT working?
echo wp_oembed_get(‘https://twitter.com/PatriceStephens/status/423411521277153280’);
The first outputs a YouTube video, the second doesn’t return anything. The second one was working a few months ago. I use this to get a tweet URL from a post_meta to show in the sidebar and just narrowed it down to Twitter. Maybe something changed in either Twitter or WordPress?
Best,
Patrick Mackaaij
]]>Anyhow… the youtube videos are embbeded correctly, so this should be somekind of WordPress – Vimeo misunderstanding.
I also tried these fixes:
https://gist.github.com/1284826
https://wordpress.stackexchange.com/questions/30959/oembed-not-recognising-vimeo-urls
https://core.trac.www.ads-software.com/ticket/18928
None of those are working for me.
Has anyone else confronted with this problem, and does anyone have a solution for this?
]]>How to add wmode as transparent in wp_oembed_get()?
Thanks
https://www.ads-software.com/extend/plugins/buddypress-activity-plus/
]]>Thanks!
]]>