I am developing a wordpress plugin VIDEO LIST MANAGER: http://wordpress.org/extend/plugins/video-list-manager/
I don’t know if veoh supports us to get a veoh video thumbnail. I want to add VEOH to my plugin and what i need are:
1. embed link (yes)
2. thumbnail image (no)
Please help me!
Thanks
If you have the link to the video, e.g.
http://www.veoh.com/watch/abcdef123456
you first need to use the API method veoh.video.findByPermalink to get the video ID:You will get an XML of this structure:
With that video ID you can then use the API method veoh.video.getVideoThumbnails to get thumbnails of that video:
You will get an XML of this structure:
The API is really easy to use, for a complete list of methods see the documentation.