https://github.com/apphero2/tube-play
https://github.com/apphero2/tube-play
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/apphero2/tube-play
- Owner: AppHero2
- Created: 2018-05-10T16:28:03.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-10T16:29:38.000Z (about 8 years ago)
- Last Synced: 2025-03-23T10:46:04.986Z (about 1 year ago)
- Language: JavaScript
- Size: 379 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
- Call me gordie
- Bad scooting
- Good scooting
- Knitting
- More music
- YUI Roundtable
- Sporting moments
- Tango!
```
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 : )