Wordpress plugins
MyTube PlayList

MyTube PlayList

Version : 2.0.3
Tested up to : 4.2.16
Number of download : 1776
Author : Raghu Goriya
Average rating : 5 / 5 on 1 votes 1 votes, 5 avg.rating

Screenshots

MyTube PlayList
MyTube PlayList
MyTube PlayList
MyTube PlayList

Displays awesome YouTube Videos in your posts, pages, and widgets. YouTube Embed plugin is an convenient tool for adding video to your website. Create your own playlist on MyTube PlayList using channel id and also video id. You can apply your style like font-color, font-size, view-count background color and font color, border color, pagination color, etc. Light weight Plugin for displaying your PlayList Video Responsive design Using Shortcode display data in POST, PAGE, Widget, and also in your php file. Override facilty Override Method To override MyTube plugin, Copy “mytube override” folder from mytube plugin folder and Paste it your theme folder and then change on it with your requirement. Short Code List [mytube] //get default videos based on youtube playlist id from backend global settings. [mytube playlistid=”xxxxxxxxxx”] //get videos from selected youtube playlist id. [mytube playlistid=”xxxxxxxxxx” maxrecord=”3″] //get maximum 3( here 1 to 50) videos from selected youtube playlist id. [mytube playlistid=”xxxxxxxxxx” maxrecord=”3″ columns=”3″] //get maximum 3( here 1 to 50) videos from selected youtube playlist id and displayed with 3( here 2 or 3 or 4 only) columns. [mytube playlistid=”xxxxxxxxxx” latestvideos=”3″] //get latest 3( here 1 to 50) videos from selected youtube playlist id. latestvideos will work with only playlistid. [mytube channelid=”xxxxxxxxxx”] // get playlist from channel id [mytube channelid=”xxxxxxxxxx” pageid=”001″] // get playlist from channel id and set playlist video display page id using pageid. [myvimeo] //get vimeo videos based on vimeo channel id from backend global settings [myvimeo channelid=”xxxxxxxxx”] //set channel id and get videos [myvimeo channelid=”xxxxxxxxx” columns=”3″] //set channel id and 3( here 2 or 3 or 4 only) columns. Features Light weight Plugin for displaying your PlayList Video Responsive design Using Shortcode display data in POST, PAGE, Widget, and also in your php file. Override facilty Example Using Page or Post :: a. [mytube playlistid=”PLOJrc9IhPiwUWT8hH1Kjn-WEnDg3zfu-A”] b. [mytube playlistid=”PLOJrc9IhPiwUWT8hH1Kjn-WEnDg3zfu-A” maxrecord=”3″] // maxrecord is optional, default is 18, you can set 1 to 50 c. [mytube playlistid=”PLOJrc9IhPiwUWT8hH1Kjn-WEnDg3zfu-A” maxrecord=”3″ columns=”4″] // columns is optional, default is 3, you can set 2, 3 and 4. Using do_shortcode :: a. echo do_shortcode(‘[mytube playlistid=”PLOJrc9IhPiwUWT8hH1Kjn-WEnDg3zfu-A”]’); b. echo do_shortcode(‘[mytube playlistid=”PLOJrc9IhPiwUWT8hH1Kjn-WEnDg3zfu-A” maxrecord=”3″]’); // maxrecord is optional, default is 18, you can set 1 to 50 c. echo do_shortcode(‘[mytube playlistid=”PLOJrc9IhPiwUWT8hH1Kjn-WEnDg3zfu-A” maxrecord=”3″ columns=”4″]’); // columns is optional, default is 3, you can set 2, 3 and 4. Using Widget :: You can use this shortcode in your Widget text field, But you have permission to use shortcode on Widget if you have not, please add ” add_filter(‘widget_text’, ‘do_shortcode’); ” into functions.php of your theme. and then do same like step 1.

Download now