Skip to content
haschek edited this page Nov 13, 2011 · 1 revision

Vimeo service class

The Vimeo service shows liked and uploaded videos from a Vimeo account. It is a child class of the Feed service, used to simplify configuration.

Configuration values

  • username: username of the Vimeo account, as in http://vimeo.com/username
  • list: either videos or likes

... and the basic configuration for all services.

Example configuration

$vimeo_likes = array(
    'Vimeo', 'vimeo_likes', array(
        'username' => 'haschek',
        'list' => 'likes',
        'total' => 5,
        'title' => 'Vimeo',
        'description' => 'what I liked'
    )
);

Template keys

As the Vimeo sevice extending the Feed service, you can use all Feed service keys.