Video Posts with Auto Thumbnail(Like in Facebook) in Tumblr.com

前端 未结 3 653
野性不改
野性不改 2020-12-12 03:45

I\'d like to find out how Tumblr retrieves video thumbnails.

Normal video posts (not using API) when viewed from the dashboard or /tagged/ filters,

3条回答
  •  醉梦人生
    2020-12-12 04:21

    Tumblr Video Thumbnails

    My understanding of {VideoThumbnailURL} is as follows:

    This variable will include any related thumbnails to a video, served directly from the provider of the video.

    Tumblr itself isn't generating the thumbnails. Below is the returned URL from a test, using {VideoThumbnailURL} and the video: http://www.youtube.com/watch?v=i0y4G1tNb1M

    http://img.youtube.com/vi/i0y4G1tNb1M/hqdefault.jpg
    

    To answer your question, the provider of the video would have to generate the thumbnails and Tumblr would need to support / integrate these on the Dashboard.

    Easy way to test if a provider is supported, create a video post and add your embed code. If the message preview not available appears, the provider doesn't support thumbnails and / or Tumblr doesn't support this provider.

    Providers with Thumbnail Support

    http://blip.tv/

    http://www.dailymotion.com/

    http://www.metacafe.com/

    http://www.youtube.com

    http://www.vimeo.com

    Providers without Thumbnail Support

    https://vine.co

    http://www.ted.com

    http://www.slideshare.net

    http://www.veoh.com/

    http://www.twitch.tv/

提交回复
热议问题