Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 296 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 296 Bytes

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: 'default',
	startIndex: 0,
	maxResults: 10
});