Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 11th, 2012  |  syntax: PHP  |  size: 0.21 KB  |  hits: 25  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <?php
  2. $imgid = get_field('vimeo_id');
  3. $hash = unserialize(file_get_contents("http://vimeo.com/api/v2/video/$imgid.php"));
  4. ?>
  5.  
  6. <img src="<?php echo $hash[0]['thumbnail_large'];  ?>" alt="video" class="banner"/>