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.

Vodpod Shortcode - expands Vodpod and Youtube shortcodes from Wordpress.com blog posts on self-hosted blogs.

Vodpod API

The Vodpod API gives you powerful access to your videos, collections, and account. You can write your own widgets, search for videos, or build your own video site around our JSON and XML interfaces.

Add the Vodpod Button to Your Site

Just add this code to your page:

    <script>
      var vp_embed_share = ...element id or embed tag...
    </script>

    <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:

You should set the vp_embed_share variable to one of:

  • ID of an element on the page which contains the sharable embed code (input field or a container element like p, span, or div)
  • The sharable embed code value

Note that you can optionally set the vp_embed_title variable to the title of the video.