Vimeo Thumbnails


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. $imgid = 6271487;
  2.  
  3. $hash = unserialize(file_get_contents("http://vimeo.com/api/v2/video/$imgid.php"));
  4.  
  5. echo $hash[0]['thumbnail_medium'];

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.