You can use postTube in three ways:
To display the full player:
<?php echo get_thePlayer(400, 300, 80, false, 'most', true); ?>
To display the popup player (requires Post-Thumb and highslide activated):
<?php echo get_thePopupPlayer(400, 250, 80, 'Videos & mp3'); ?>
To display the player and the playlist separately (standalone):
<?php echo get_theMedia(400, 300); ?>
<?php echo get_thePlaylist(250, 200, 80); ?>
Parameters are:
If you're using the full player or the popup player, height of the play screen is set to 3/4 of width.
Display format can be fully customized in posttube.css.




