🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Tubber is a fresh new jQuery plugin for adding Youtube videos & playlist to your webpage using YouTube Data API V3.

Youtube

Documentation

Tubber

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


You May Also Like