Plugin Directory

ProPlayer

It's pretty simple to install. Just follow the common intention:

  1. Unzip the plugin file, it will create a directory named proplayer
  2. Upload the directory to the /wp-content/plugins/ directory
  3. Activate the plugin through the 'Plugins' menu in WordPress

That's it. The usage is like this:

    [pro-player]http://www.youtube.com/watch?v=2YAvfxA6a94[/pro-player] 
    [pro-player width="500" height="500"]http://vimeo.com/1473498[/pro-player]
    [pro-player type="mp4"]http://www.mydomain.com/media/awesome.mp4[/pro-player]

If you're a template developer or you want to show a video in a fixed position in the site:

    <?php 
        print insert_proplayer(
             array(
                "width" => "530",
                "height" => "213",
                "playlist" => "bottom"
             ),
             "http://www.youtube.com/watch?v=2YAvfxA6a94"
        ); 
    ?>

For more information about video sources and their addresses syntax, just visit my blog. You'll see a page that explains it. Please go visit

Download

FYI

Compatibility beta

Your Setup

Log in to vote.

The Consensus (4 reporting)

50%
80,5,4 100,1,1
0,1,0 0,1,0 0,1,0 43,7,3 0,1,0 0,1,0
0,1,0 0,1,0 0,1,0 0,1,0 17,6,1 50,4,2

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(33 ratings)