jQuery Plugin for Showing Complete Youtube Channel - Youmax

File Size: Unknown
Views Total: 11525
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   
jQuery Plugin for Showing Complete Youtube Channel - Youmax

Youmax is a jQuery plugin shows your actual complete youtube channel on your website just like its shown on youtube.

Youmax plugin will display your channel uploads, playlists and a featured playlist that you may choose. Users can browse through your playlists and uploads and watch videos they like. Introducing Youmax 1.0! Check out the demo!

How to use it:

1. Include the latest jQuery library in your web page and the include the youmax.js after jQuery

<script src="http://code.jquery.com/jquery-latest.js"></script>
<script src="./youmax.min.js"></script>

2. Call the plugin

<script type="text/javascript">
	
	var youTubeChannelURL = "http://www.youtube.com/user/apple";
	
	//optional parameters-----------------------------------------------
	var youTubePlaylistURL = "http://www.youtube.com/playlist?list=PLHFlHpPjgk713fMv5O4s4Fv7k6yTkXwkV";
	var youmaxDefaultTab = "featured";
	
	function goClicked() {
		$('#yunero').empty().append(' loading ...');
		youTubeChannelURL=$('#youTubeChannelUrl').val();
		youTubePlaylistURL=$('#youTubePlaylistUrl').val();
		
		prepareYoumax();
	}

</script>

3. Markup

<div id="youmax"> </div>

Change logs:

v5.0 (2015-01-05)

  • YouTube Comments for Videos
  • A Tab to display all playlists for a channel
  • Option to display Videos on a new page with comments
  • Other Options added like - display 1st video on load, auto-play videos etc. 
  • Improved Skins

About Author:

Author: Jake

Website: http://www.codehandling.com

Project Homepage: http://www.codehandling.com/2013/02/youmax-10-show-complete-youtube-channel.html


This awesome jQuery plugin is developed by Jake. For more Advanced Usages, please check the demo page or visit the official website.