Linux 软件免费装
Banner图

MyTube PlayList

开发者 tes-india
更新时间 2015年8月7日 19:33
捐献地址: 去捐款
PHP版本: 3.0 及以上
WordPress版本: 4.2.4
版权: GPLv2 or later
版权网址: 版权信息

标签

youtube playlist Wordpress YouTube plugin mytube videolist

下载

1.0.1 1.0.2 2.0.1 2.0.2 2.0.3

详情介绍:

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. Override Method Short Code List
  1. [mytube] //get default videos based on youtube playlist id from backend global settings.
  2. [mytube playlistid="xxxxxxxxxx"] //get videos from selected youtube playlist id.
  3. [mytube playlistid="xxxxxxxxxx" maxrecord="3"] //get maximum 3( here 1 to 50) videos from selected youtube playlist id.
  4. [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.
  5. [mytube playlistid="xxxxxxxxxx" latestvideos="3"] //get latest 3( here 1 to 50) videos from selected youtube playlist id. latestvideos will work with only playlistid.
  6. [mytube channelid="xxxxxxxxxx"] // get playlist from channel id
  7. [mytube channelid="xxxxxxxxxx" pageid="001"] // get playlist from channel id and set playlist video display page id using pageid.
  8. [myvimeo] //get vimeo videos based on vimeo channel id from backend global settings
  9. [myvimeo channelid="xxxxxxxxx"] //set channel id and get videos
  10. [myvimeo channelid="xxxxxxxxx" columns="3"] //set channel id and 3( here 2 or 3 or 4 only) columns.

安装:

Step-by-step installation documents After downloading the plugin, you will find MyTube PlayList under Plugins. Activate your plugin in Wordpress by clicking on "Activate". Override MyTube plugin 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. Configuring Plugin
  1. After activating the MyTube PlayList plugin, you'll notice a menu located on the Admin menu called MyTube. Click on it to open the plugin Global Settings.
  2. Enter Your Google API KEY on this text box. And if you wish to set Global Playlist Set YouTube PlayList ID on your Global Setting Page.
  3. Click on Save Changes.
  4. Use Shortcode in POST and PAGE and using do_shortcode in files for listing your PlayList.
  5. [mytube playlistid="Enter Your PlayListID" maxrecord="Set 0-50 for display number of record. This is optional." columns="Set 2,3 or 4 for display videos in a row."]
NOTE : Click on "Restore to Default" for set all settings to default exclude Google Api Key? Short Code List
  1. [mytube] //get default videos based on youtube playlist id from backend global settings.
  2. [mytube playlistid="xxxxxxxxxx"] //get videos from selected youtube playlist id.
  3. [mytube playlistid="xxxxxxxxxx" maxrecord="3"] //get maximum 3( here 1 to 50) videos from selected youtube playlist id.
  4. [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.
  5. [mytube playlistid="xxxxxxxxxx" latestvideos="3"] //get latest 3( here 1 to 50) videos from selected youtube playlist id. latestvideos will work with only playlistid.
  6. [mytube channelid="xxxxxxxxxx"] // get playlist from channel id
  7. [mytube channelid="xxxxxxxxxx" pageid="001"] // get playlist from channel id and set playlist video display page id using pageid.
  8. [myvimeo] //get vimeo videos based on vimeo channel id from backend global settings
  9. [myvimeo channelid="xxxxxxxxx"] //set channel id and get videos
  10. [myvimeo channelid="xxxxxxxxx" columns="3"] //set channel id and 3( here 2 or 3 or 4 only) columns.

屏幕截图:

  • This screen shot description corresponds to Global Settings.
  • This screen shot description corresponds to Create Playlist by channel ID or video ID.
  • This screen shot description corresponds to List of Playlist created by you.
  • This screen shot description corresponds to Edit your playlist.
  • This screen shot description corresponds to user view with 2 colums.

升级注意事项:

1.0.1 This version is initial version. 1.0.2 Updated version with pagination issue. 2.0.1 Updated version with more functionality. 2.0.2 Update activation and deactivation code. 2.0.3 Add Functionality for overriding MyTube front end listing data.
  • Initial release

更新日志:

1.0.1 Initial Version 1.0.2 Resolve Pagination Issue 2.0.1 Major Changes. Add More Functionality 2.0.2 Changes on activation and deactivation data 2.0.3 Add Functionality for overriding