Re: Youtube Thumbnail vs. Post Thumbnail

Is it possible in the automatic YouTube plugin to use php to display the youtube thumbnail ONLY if there is one available for that post, and otherwise display the post thumbnail?

2

Re: Youtube Thumbnail vs. Post Thumbnail

Yes. When an image is not available YouTube sends the default image with a 404 error. You may want to use cURL to check the image ahead of time to see whether or not that status returned is a 404.