• I’d love the option to save the thumbnail URL instead of saving the file on my server. A very simple documentation would suffice and I could patch other plugins to retrieve the video thumbnails from their original servers when needed.

    The current retrieval of the thumbnails might even be problematic in regard to copyright, but at the least it uses bloggers’ servers resources needlessly. For example Top 10 supports showing video thumbnails after this patch. When the Top 10 thumbnail is loaded, the whole image is transferred using the blogger’s bandwidth. When the Top 10 link is clicked, the embedded video loads the same file a second time from the video host, eg. Youtube.

    Instead of this it could be just hosted in Youtube and loaded only from there and only once. This would not only also avoid legal issues, it would save disk space as well, making backups easier etc. Not a bad option to have in Video Thumbnails. Should also be easy to make: just save the thumbnail URL to a database field and provide users the information what function to use to return that URL.

    https://www.ads-software.com/extend/plugins/video-thumbnails/

Viewing 1 replies (of 1 total)
  • Thread Starter Daedalon

    (@daedalon)

    Note: If there’d be many videos in a post, URLS for thumbnails of all of them should be saved. The function would accept parameters to define which of them should be returned. For example for the Top 10 list I would currently use only the first image, but for Facebook’s Open Graph tags I’d welcome the option of returning all of them so that the user can decide which to use.

    In another case it might be desirable to return the first five of a video gallery. Or to print five random ones out. This could use a function to return the amount of video thumbnail URLs a post. Otherwise the logic doesn’t need to be in Video Thumbnails: as long as the user can specify which of the thumbnail URLs to return, the user can make the required script for choosing the random ones to query one by one.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Video Thumbnails] Option to save thumbnail URL’ is closed to new replies.