- Author: Marc Loehe (boundaryfunctions)
- Based on jQuery.youtubeChannel by Miguel Guerreiro (dharyk)
- Licensed under the MIT license (see MIT-LICENSE.txt)
You can find a demo here: http://boundaryfunctions.github.com/jQuery-Youtube-Channel-Player/
$('#ytChanPlayer').ytChanPlayer({
username: 'youtube',
});
username
- username to show channel forquery
- query to limit which channel videos should be playedstartIndex: 1
- index of the first matching result that should be included in the result setmaxResults: 10
- maximum number of results that should be included in the result setorderBy: published
- method that will be used to order entries (valid for this parameter: published, relevance, viewCount, rating)sticky
- Youtube ID for a video always shown firstplayerOpts
- an object with options for the embedded playerautohide: 1
- whether the video controls will automatically hide after a video begins playingautoplay: 0
- whether or not the initial video will autoplay when the player loadsegm: 1
- whether the the genie menu (if present) will appear when the user's mouse enters the video display area, as opposed to only appearing when the menu button is pressedfs: 1
- whether the fullscreen button in the embedded player is enabledshowinfo: 0
- whether information like the video title and uploader should be displayed before the video starts playing- Additionally all documented API options will work.
- Fixed JSON-Request to work with Internet Explorer
- Updated demo to work with jQuery 1.8.1
- Fixed video-time output
- Added sticky option
- Initial commit