kylegilman / video-embed-thumbnail-generator

A WordPress plugin that generates thumbnails, HTML5-compliant videos, and embed codes for locally hosted videos. Requires FFMPEG or LIBAV for encoding.
http://wordpress.org/plugins/video-embed-thumbnail-generator/
GNU General Public License v2.0
48 stars 27 forks source link

Featured image is shown only after post published #16

Open rdlmda opened 11 years ago

rdlmda commented 11 years ago

The current workflow for including a video and having its thumbnail set as featured image is as follows (considering the "Set generated video thumbnails as featured images" option is set and thumbs are being attached to posts):

If before clicking "Publish" the user sets a featured image by either uploadig a new one or chosing one from the gallery, then the autogenearated thumbnail won't be set as featured image.

rdlmda commented 11 years ago

Now that I think about it better, it is a non-issue, works as it should. Non-savvy users can just upload the media and publish, and if the user wants to set a different featured image, (s)he is free to do so.

kylegilman commented 11 years ago

The featured image doesn't show up in the post edit window because it's a tricky Ajax call to get it to happen without saving the post. I do want to add that eventually.