SEARCH
Show the world your favorite videos.
tools & plugins

WordPress Plugins


Vodpod Videos Widget - add one of our standard video widgets to your self-hosted WordPress blog.


Xondie Video Gallery - add a full featured video gallery to your self-hosted WordPress blog.



Drupal Plugins


Xondie Gallery for Drupal - adds a video gallery to your Drupal-based site.



Vodpod API


Build your own video widget


The Vodpod API allows you to build custom video player widgets. By using the API you have complete control over all styling and video playback behavior. A custom widget provides a seamless mechanism for incorporating video into your site, while still using Vodpod for back-end management (tagging, thumbnailing, view tracking, broken video replacement and more). To help you get started, we've open sourced the code for our two of Gallery widgets.

Download the widget code


Power a complete video community right on your site


The Vodpod API allows you to programmatically add videos to any collection. This means you can power a complete video-collecting community on your site, using your existing user accounts.


Requirements

Our only requirement is that you display a Vodpod badge on pages that use the Vodpod API. You may choose from a number of different badges here: http://groups.google.com/group/vodpod-api/web/vodpod-attribution


Get Help

Visit the Vodpod API Google Group for documentation and discussion around the API.



Add the Vodpod Button to Your Site


Just add this code to your page:

    <script type="text/javascript"
    src="http://assetscdn.vodpod.com/javascripts/share_video.js"></script> 
  
to create this button to allow users to share your videos on Vodpod:



Please see the notes at embedcode.org for instructions on making your video easily sharable by your users.

Visit the Vodpod API Google Group


Sample Service List


  • /pod/videos
    Get details for a set of videos contained in a pod.
  • /pod/details
    Get information about a pod, including description, tags, owner and followers.
  • /pod/search
    Search for videos by keywords within a pod.
  • /video/details
    Get complete details for a video, including title, description, tags, thumbnail, and embed code.
  • /video/search
    Searches for videos by keywords. Returns title, description, thumbnail and embed code for each video.
  • /video/post
    Add a new video to a pod, by specifying the embed code for page URL for the video.