Skip to content

wyllyan/tubber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple plugin that's able to show YouTube videos on your page. It's compatible with YouTube Data API (v3).

You can use it how you want. Feel free to let your feedback through the issues section. Of course, your code contribution too.

Getting started

Basic usage

$('#example1-container').tubber({
	apiKey: 'YOURDEVELOPERKEY',
	username: 'youtube',
	itemsPerPage: 1
});

If you have to use Tubber many times in a page (to show several galleries, for example), you can define the API key once for all calls:

$.fn.tubber.defaults.apiKey = 'YOURDEVELOPERKEY';

Examples

Documentation

About

A simple jQuery plugin to show YouTube videos on your page.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages