Introduction to the code for YouTube video thumbnails and Vimeo video thumbnails

Source: Internet
Author: User
Tags hash

  This article mainly introduces the code that displays the YouTube video thumbnail and the Vimeo video thumbnail, you need friends can refer to the following

    Code as follows: function Video_image ($url) {    $image _url = Parse_url ($url);      if ($image _ url[' host '] = = ' www.youtube.com ' | |           $image _url[' host '] = = ' youtube.com '] {          $array = Explod E ("&", $image _url[' query '));          return "http://img.youtube.com/vi/". substr ($array [0], 2). " /0.jpg ";      }else if ($image _url[' host '] = = ' www.youtu.be ' | |                 $image _url[' host '] = = ' youtu.be ') {        &NB SP; $array = explode ("/", $image _url[' path '));          return "0.jpg";      }else if ($image _url[' host '] = = ' Www.vimeo.com ' | |             $image _url[' host '] = = ' vimeo.com ') {          $hash = uns Erialize (file_get_contents ("http://vimeo.com/api/v2/video/")          SUBSTR ($image _url[' path '], 1. ". PHP "));          return $hash [0]["Thumbnail_medium"];     &NBSP}   <img src= "<?php Echo video_image (' YouTube URL ');?>"/>    

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.