Video List - Vimeo API (version 2)
video as $item) {
$id = $item->id;
$title = htmlentities($item->title);
$link = $item->url;
$thumbnail = $item->thumbnail_medium;
$uploaded = $item->upload_date;
$duration = date("i:s",intval($item->duration));
$user = $item->user_name;
$show = $item->user_name;
$showPage = $item->user_url;
$viewCount = $item->stats_number_of_plays;
if ($item->description && $item->description != '') {
$description = $item->description;
} else {
$description = 'No description available.';
}
?>
-