Description
Video List Manager is the plugin for WordPress, created by Tung Pham (email: tungpham.bh@gmail.com). It helps your site display videos easily from YOUTUBE, VIMEO, DAILYMOTION with lightbox effect. Especially, all your videos will be fitted on all themes.
Features
- Display videos
- Support Youtube, Vimeo, Dailymotion Video
- Using colorbox jquery as a lightbox effect for showing video
- Support 5 colorbox skins
- Fit all layouts
Some shortcodes you need to know
Show a video item
To show a video item, you use this shordcode in your post/page:
[tnt_video id=] (id: video id)
You also can use some following attributes to custom the width and height of video:
+ width : width of video in list
+ height : height of video in list
Ex: [tnt_video id=1 width="600" height="400"]
Show a video list
To Show a videos list by category id you use this shordcode in your post/page:[tnt_video_list id=] (id: category id of videos list)
You also can use some following attributes to custom videos list:
+ col : numbers of column you want to show. Default: 2
+ limit : numbers of video you want show per page. Default: 4
+ width : width of video in list (Unit: px). Default: 480
+ height : height of video in list (Unit: px). Default: 360
+ order : sort the results by: Video ID (keyword: videoid), Adding Date (keyword: addingdate), Editing Date (keyword: editingdate), Alphabet (keyword: alphabet) or Order Number (keyword: ordernumber). Default: Adding Date
+ orderby: ascending or descending (keywords: asc, desc). Default: desc
+ Ex: [tnt_video_list id="1" col="4" limit="10" width="400" height="300" order="alphabet" orderby="asc"]
Note: Need to enable the permalink feature in wordpress. In Dashboard of Wordpress, go to Settings --> Permalinks. In Permalinks windows, select "post name".
Read more at: http://codex.wordpress.org/Using_Permalinks
Tutorial
Installation
- Download, install, and activate the Video List Manager plugin.
- From your WordPress Dashboard, go to Video List Manager > Add Video. To add cateogory, go to Video List Manager > Add Cateogory
- Go to a post/page, use shortcodes.