<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/YouTube</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 19 May 2013 14:22:08 GMT</pubDate>
<item>
<title>(HTML) Youtube Video in Fancy Box pop up with Thumbnail - i-am-andy</title>
<link>http://snipplr.com/view/70129/youtube-video-in-fancy-box-pop-up-with-thumbnail/</link>
<description><![CDATA[ <p>Add a Youtube video to a page with a dynamically generated thumbnail, when the thumbnail is clicked open the Youtube video in a jQuery Fancybox modal window. Auto play the video and hide related videos at the end</p> ]]></description>
<pubDate>Wed, 27 Feb 2013 23:21:16 GMT</pubDate>
<guid>http://snipplr.com/view/70129/youtube-video-in-fancy-box-pop-up-with-thumbnail/</guid>
</item>
<item>
<title>(JavaScript) Youtube ID from URL - slimITTN</title>
<link>http://snipplr.com/view/69877/youtube-id-from-url/</link>
<description><![CDATA[ <p>This snippets show how to extract the video id of a youtube video from its URL</p> ]]></description>
<pubDate>Mon, 11 Feb 2013 07:31:14 GMT</pubDate>
<guid>http://snipplr.com/view/69877/youtube-id-from-url/</guid>
</item>
<item>
<title>(jQuery) Dynamically Load Youtube Video Iframe embed Code inside a DIV - vijayrajesh</title>
<link>http://snipplr.com/view/69463/dynamically-load-youtube-video-iframe-embed-code-inside-a-div/</link>
<description><![CDATA[ <p>By storing or by having the Iframe embed code as a variable, You can play the Youtube video on a click of a button or any other event.  I have used “append” function of jQuery to append the IFrame code dynamically inside a DIV tag.</p> ]]></description>
<pubDate>Tue, 15 Jan 2013 01:59:25 GMT</pubDate>
<guid>http://snipplr.com/view/69463/dynamically-load-youtube-video-iframe-embed-code-inside-a-div/</guid>
</item>
<item>
<title>(jQuery) Autoplay youtube video while clicking on a custom thumbnail image - vijayrajesh</title>
<link>http://snipplr.com/view/69437/autoplay-youtube-video-while-clicking-on-a-custom-thumbnail-image/</link>
<description><![CDATA[ <p>The thumbnails of Youtube videos are generally low in quality.  Sometimes, the thumbnail is not enough to get the people attention.  Here is a small code I have written that works as follows.

A custom thumbnail is displayed at the size of 560px width and 615px height.  When the user clicks on it, the image fade outs.  Yes it will get animated as fade out.  We use jQuery fadeout function for it.  After that the video gets displayed.</p> ]]></description>
<pubDate>Sat, 12 Jan 2013 06:57:29 GMT</pubDate>
<guid>http://snipplr.com/view/69437/autoplay-youtube-video-while-clicking-on-a-custom-thumbnail-image/</guid>
</item>
<item>
<title>(Java) YouTubePlayer.java - bcmoney</title>
<link>http://snipplr.com/view/68983/youtubeplayerjava/</link>
<description><![CDATA[ <p>Requires "[Guava lib](http://code.google.com/p/guava-libraries/ "Google core Java API aka. Guava libraries")", as well as the main dependencies listed in the above link:

*   gdata-youtube-2.0.jar
*   gdata-core-2.0.jar
*   gdata-media-2.0.jar
*   gdata-client-2.0.jar 
*   mail.jar

Then configure your API_KEY and APP configs:
https://code.google.com/apis/youtube/dashboard/gwt/index.html#product/

Then you should be able to search YouTube from a Native cross-platform JAVA desktop app; after this, next steps are to:

0.  Test searches and ensure its working well.
1.  Integrate Tidy HTML parsing and generate YouTuve  tags.
2.  Setup lightweight HTML file to accept video IDs as parameter and render a player: http://jsfiddle.net/bcmoney/yBP4J/
3.  Integrate WebRenderer: http://webrenderer.com/ (or other embedded J2EE broswer)
4.  Test playback of video in Embedded Browser, Mobile support, (see BB demos) etc..
5.  Integrate with BlogOfBug's JCarousel: 
http://web.archive.org/web/20070203112659/http://www.blogofbug.com/page3/page3.html
6.  Find inspiration to finish OpenRecommender!!!!!!!</p> ]]></description>
<pubDate>Thu, 06 Dec 2012 08:20:21 GMT</pubDate>
<guid>http://snipplr.com/view/68983/youtubeplayerjava/</guid>
</item>
<item>
<title>(Python) tubeNick - Download youtube videos - pantuts</title>
<link>http://snipplr.com/view/67788/tubenick--download-youtube-videos/</link>
<description><![CDATA[ <p>Tool to download youtube videos with STDIN (PIPE) support for playlist parsers like umph or youParse

(PYTHON3+)</p> ]]></description>
<pubDate>Thu, 18 Oct 2012 05:47:15 GMT</pubDate>
<guid>http://snipplr.com/view/67788/tubenick--download-youtube-videos/</guid>
</item>
<item>
<title>(JavaScript) Ultimo video favorito Youtube JSON - alexdw</title>
<link>http://snipplr.com/view/67383/ultimo-video-favorito-youtube-json/</link>
<description><![CDATA[ <p>Obtener el último video favorito de un usuario de youtube</p> ]]></description>
<pubDate>Wed, 26 Sep 2012 21:50:22 GMT</pubDate>
<guid>http://snipplr.com/view/67383/ultimo-video-favorito-youtube-json/</guid>
</item>
<item>
<title>(PHP) Youtube Video Download Script - codespartan</title>
<link>http://snipplr.com/view/65681/youtube-video-download-script/</link>
<description><![CDATA[ <p>Extracts the video title &amp; download URL from a youtube page and starts a download.</p> ]]></description>
<pubDate>Mon, 18 Jun 2012 00:43:40 GMT</pubDate>
<guid>http://snipplr.com/view/65681/youtube-video-download-script/</guid>
</item>
<item>
<title>(jQuery) Get the Youtube ID from a Youtube URL (Shortened URL support too) - Morg</title>
<link>http://snipplr.com/view/65541/get-the-youtube-id-from-a-youtube-url-shortened-url-support-too/</link>
<description><![CDATA[ <p>Use this snippet to check if user supplied URL is a valid Youtube URL. Has support for youtu.be shortened URL's too.</p> ]]></description>
<pubDate>Mon, 11 Jun 2012 20:41:23 GMT</pubDate>
<guid>http://snipplr.com/view/65541/get-the-youtube-id-from-a-youtube-url-shortened-url-support-too/</guid>
</item>
<item>
<title>(Bash) youtube rtsp CLI request - AUDIO TRACK only P2 - rowntreerob</title>
<link>http://snipplr.com/view/63341/youtube-rtsp-cli-request--audio-track-only-p2/</link>
<description><![CDATA[ <p>From a std page containing youtube video, how could you drill down to the youtube rtsp for that specific video and then get just the audio track?</p> ]]></description>
<pubDate>Wed, 15 Feb 2012 04:47:15 GMT</pubDate>
<guid>http://snipplr.com/view/63341/youtube-rtsp-cli-request--audio-track-only-p2/</guid>
</item>
<item>
<title>(jQuery) Make all YouTube videos display underneath content with higher z-index layers - phiqle</title>
<link>http://snipplr.com/view/63215/make-all-youtube-videos-display-underneath-content-with-higher-zindex-layers/</link>
<description><![CDATA[ <p>Make all YouTube videos display underneath content with higher z-index layers.</p> ]]></description>
<pubDate>Fri, 10 Feb 2012 02:30:21 GMT</pubDate>
<guid>http://snipplr.com/view/63215/make-all-youtube-videos-display-underneath-content-with-higher-zindex-layers/</guid>
</item>
<item>
<title>(PHP) Simple class to retrieve an ID using a URL of the Youtube - leandroperes</title>
<link>http://snipplr.com/view/62315/simple-class-to-retrieve-an-id-using-a-url-of-the-youtube/</link>
<description><![CDATA[ <p>Simple class to retrieve an ID using a URL of the Youtube</p> ]]></description>
<pubDate>Thu, 05 Jan 2012 08:42:49 GMT</pubDate>
<guid>http://snipplr.com/view/62315/simple-class-to-retrieve-an-id-using-a-url-of-the-youtube/</guid>
</item>
<item>
<title>(PHP) Get YouTube Video ID [Very robust] - jmiller</title>
<link>http://snipplr.com/view/62238/get-youtube-video-id-very-robust/</link>
<description><![CDATA[ <p>This will get the 11-character YouTube video ID from any valid YouTube URL.

Based on http://snipplr.com/view/57065/get-youtube-video-id/ but made more robust to handle additional URL inputs</p> ]]></description>
<pubDate>Tue, 03 Jan 2012 17:17:29 GMT</pubDate>
<guid>http://snipplr.com/view/62238/get-youtube-video-id-very-robust/</guid>
</item>
<item>
<title>(PHP) how to display a thumbnail from a youtube using a shortcode - florent</title>
<link>http://snipplr.com/view/60025/how-to-display-a-thumbnail-from-a-youtube-using-a-shortcode/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 21 Oct 2011 02:28:19 GMT</pubDate>
<guid>http://snipplr.com/view/60025/how-to-display-a-thumbnail-from-a-youtube-using-a-shortcode/</guid>
</item>
<item>
<title>(JavaScript) Rip Youtube Playlists (Unfinished) - bionickid</title>
<link>http://snipplr.com/view/59161/rip-youtube-playlists-unfinished/</link>
<description><![CDATA[ <p>http://www.youtube.com/playlist?list=PL7AB74822FE7D03E8&amp;feature=plcp</p> ]]></description>
<pubDate>Tue, 27 Sep 2011 21:36:28 GMT</pubDate>
<guid>http://snipplr.com/view/59161/rip-youtube-playlists-unfinished/</guid>
</item>
<item>
<title>(HAML) Youtube iframe z-index issues - barky159</title>
<link>http://snipplr.com/view/58947/youtube-iframe-zindex-issues/</link>
<description><![CDATA[ <p>Out of the box youtube videos embedded with the iframe option don't layer very well with other elements. Add '?wmode=transparent' to the embed to fix it.</p> ]]></description>
<pubDate>Thu, 22 Sep 2011 00:41:41 GMT</pubDate>
<guid>http://snipplr.com/view/58947/youtube-iframe-zindex-issues/</guid>
</item>
<item>
<title>(PHP) Get All information from youtube video - TimoZachi</title>
<link>http://snipplr.com/view/58573/get-all-information-from-youtube-video/</link>
<description><![CDATA[ <p>This code snippet gets all information from a YouTube video (title, description, duration, thumbnail url, thumbnail width, thumbnail height, etc..) using the video id and YouTube API.</p> ]]></description>
<pubDate>Sat, 10 Sep 2011 03:51:42 GMT</pubDate>
<guid>http://snipplr.com/view/58573/get-all-information-from-youtube-video/</guid>
</item>
<item>
<title>(Other) Wordpress - YouTube Custom Post Meta - silentpro</title>
<link>http://snipplr.com/view/58043/wordpress--youtube-custom-post-meta/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 19 Aug 2011 23:30:49 GMT</pubDate>
<guid>http://snipplr.com/view/58043/wordpress--youtube-custom-post-meta/</guid>
</item>
<item>
<title>(PHP) WordPress YouTube Z-Index Fix - paulgrenwood</title>
<link>http://snipplr.com/view/57789/wordpress-youtube-zindex-fix/</link>
<description><![CDATA[ <p>WordPress allows you to embed videos so easily using oEmbed. You can easily add videos to your post just pasting their URL to your post. WordPress handles all the object and embed HTML for you. But this code is missing wmode parameter which is necessary for CSS z-index to work.


Here I will show you how to filter the HTML for the embedded video and add this parameter so easily. For this we will use the oembed_dataparse filter which is run when a user adds a video to the post. Place the following code in your theme's functions.php file:</p> ]]></description>
<pubDate>Fri, 12 Aug 2011 19:38:19 GMT</pubDate>
<guid>http://snipplr.com/view/57789/wordpress-youtube-zindex-fix/</guid>
</item>
<item>
<title>(PHP) Embed Youtube - mladoux</title>
<link>http://snipplr.com/view/57491/embed-youtube/</link>
<description><![CDATA[ <p>Simple script to embed YouTube videos.</p> ]]></description>
<pubDate>Tue, 02 Aug 2011 06:05:59 GMT</pubDate>
<guid>http://snipplr.com/view/57491/embed-youtube/</guid>
</item>
</channel>
</rss>