A non-JavaScript badge generator for videos in one's vimeo account. This behaves similarly to the flickrrss plugin.
/wp-content/plugins/ directory<?php if (function_exists("vimeorss")) { vimeorss(); } ?> in your templates.You can change the badge by giving values within the plugin call. These are the options: vimeorss( User name, "Feed type",Number of thumbnails, "Before image", "After image",Cache time length in seconds, "thumbnail size", "XML file cache location" ).
Feed types: videos, subscriptions, contacts_like, contacts_videos, appears_in.
Thumbnail sizes: small = 100x75, medium = 150x120, large = 640 by video height.
Defaults: videos, 4, "<li>", "</li>", 600, "small" /tmp/vimeoxml.username.600.cache
Your username is what follows "http://vimeo.com/" on your profile page. Unless you've changed it, it will be "user" plus a number. Thumbnail amount is limited to 20.
Channel, groups, and albums can be accessed now. In the place of the user name variable, you must use "group/XXX", "channel/XXX", or "album/XXX", where XXX is the group/channel URL name or group/channel/album ID (number).
Requires: 2.1 or higher
Compatible up to: 3.0.5
Last Updated: 2011-1-14
Downloads: 2,182
Got something to say? Need help?