Tagged Questions
2
votes
2answers
590 views
Featured Image of Video from oembed
For Wordpress, I want to auto generate thumb of the video embedded on a page using oembed? And then save it as a featured image of the post.
Any idea how to do this?
1
vote
1answer
842 views
oEmbed, thumbnails and wordpress
Wordpress has wp_oembed_get, which I use to get rich media content with embed.ly. I've previously used oEmbed api calls such as this. As you can see it provides thumbnail_url, which I like to use ...