Display videos from various online sources (YouTube, Vimeo, Veoh, etc) in one single player, 27 different skins, playlist system, rating system, etc.
It's pretty simple to install. Just follow the common intention:
proplayer/wp-content/plugins/ directoryThat'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
Requires: 2.7 or higher
Compatible up to: 3.2.1
Last Updated: 2011-11-8
Downloads: 170,296
0 of 3 support threads in the last two months have been resolved.
Got something to say? Need help?