jQuery Plugin For Displaying YouTube Video Feed - Yunero
File Size: | 3.69Kb |
---|---|
Views Total: | 3795 |
Last Update: | |
Publish Date: | |
Official Website: | Go to website |
License: | MIT |
Yunero is a jQuery plugin that creates a widget on your website to display a video feed for YouTube channel uploads or custom playlist with subscription box.
How to use it:
1. Include the latest jQuery library on your page
<script src="http://code.jquery.com/jquery-latest.js"></script>
2. Specify your youtube URL
<script type="text/javascript"> var youTubeURL = "http://www.youtube.com/user/googlechrome"; //optiona var yuneroWidgetHeight = 400; var yuneroWidgetWidth = 280; function goClicked() { $('#yunero').empty().append(' loading ...'); youTubeURL=$('#youTubeUrl').val(); loadYunero(); } </script>
3. Markup
<div id="yunero"> </div>
4. Inlcude Yunero.js
<script src="yunero.min.js"></script>
About Author
Author: Jake
Website: http://www.codehandling.com/
This awesome jQuery plugin is developed by unknown. For more Advanced Usages, please check the demo page or visit the official website.