Skip to content

jQuery plugin to retrieve youtube channel videos and display thumbnails

Notifications You must be signed in to change notification settings

andreums/jQuery.youtubeChannel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery.youtubeChannel

jQuery plugin to retrieve and parse the feed for a youtube user's channel, displaying a list of thumbnails with title and number of views which link to the video itself

Usage:

	$('div').youtubeChannel({
		// username -or- query: required, username takes precedence over query
		username: 'default' | query: 'default',
		// startIndex: optional, must be >=1
		startIndex: 1,
		// maxResults: optional, defaults to 50
		maxResults: 10,
		// orderBy: optional, defaults to 'published'
		orderBy: 'relevance|published|viewCount|rating'
	});

About

jQuery plugin to retrieve youtube channel videos and display thumbnails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published