An open API service indexing awesome lists of open source software.

https://github.com/apphero2/tube-play


https://github.com/apphero2/tube-play

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Youtube video gallery

See http://clanceyp.github.io/youtube-video-gallery for more info.

This is a very simple plugin to display a group of youtube video links as a gallery.

If you are using the colorbox or fancybox plugins, this extension will use it and display the videos in a light box.

## Usage

You can load Youtube videos from a json, or directly from an unordered list e.g...
```xml


```
To convert the above into a gallery use

```javascript
$(document).ready(function(){
$("ul.youtube-videogallery").youtubeVideoGallery( );
});
```

For more information see the examples in the 'about' folder

### License

Link Audit is released under the MIT license.

www.opensource.org/licenses/MIT

Thank you : )