forked from remi/pubwich
-
Notifications
You must be signed in to change notification settings - Fork 27
ServiceVimeo
haschek edited this page Nov 13, 2011
·
1 revision
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.
-
username: username of the Vimeo account, as in
http://vimeo.com/username
-
list: either
videos
orlikes
... and the basic configuration for all services.
$vimeo_likes = array(
'Vimeo', 'vimeo_likes', array(
'username' => 'haschek',
'list' => 'likes',
'total' => 5,
'title' => 'Vimeo',
'description' => 'what I liked'
)
);
As the Vimeo sevice extending the Feed service, you can use all Feed service keys.