<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: High performance YouTube embeds</title>
	<atom:link href="http://blog.futtta.be/2010/04/23/high-performance-youtube-embeds/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.futtta.be/2010/04/23/high-performance-youtube-embeds/</link>
	<description>Frank Goossens&#039; Twitterless twaddle</description>
	<lastBuildDate>Tue, 07 Feb 2012 18:48:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: frank</title>
		<link>http://blog.futtta.be/2010/04/23/high-performance-youtube-embeds/#comment-5705</link>
		<dc:creator>frank</dc:creator>
		<pubDate>Sun, 05 Sep 2010 15:18:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.futtta.be/?p=2979#comment-5705</guid>
		<description>the new youtube code is already integrated (and activated when a user actually clicks the play-button), but (wp-youtube-)lyte is still not more efficient, as it does not load flash (or html5 video) before the play-button is actually clicked, cfr. the stats in http://blog.futtta.be/2010/08/30/the-state-of-wp-youtube-lyte/ :-)</description>
		<content:encoded><![CDATA[<p>the new youtube code is already integrated (and activated when a user actually clicks the play-button), but (wp-youtube-)lyte is still not more efficient, as it does not load flash (or html5 video) before the play-button is actually clicked, cfr. the stats in <a href="http://blog.futtta.be/2010/08/30/the-state-of-wp-youtube-lyte/" rel="nofollow">http://blog.futtta.be/2010/08/30/the-state-of-wp-youtube-lyte/</a> <img src='http://blog.futtta.be/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maxwell</title>
		<link>http://blog.futtta.be/2010/04/23/high-performance-youtube-embeds/#comment-5704</link>
		<dc:creator>maxwell</dc:creator>
		<pubDate>Sun, 05 Sep 2010 15:08:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.futtta.be/?p=2979#comment-5704</guid>
		<description>Nice but I think youtube went ahead of you. they&#039;re trying a new embed method with a new  tag that seems to be the new standard for embeding video. Google a bit on it. It&#039;s quite interesting and, as it turns out, the code is a lot smaller.</description>
		<content:encoded><![CDATA[<p>Nice but I think youtube went ahead of you. they&#8217;re trying a new embed method with a new  tag that seems to be the new standard for embeding video. Google a bit on it. It&#8217;s quite interesting and, as it turns out, the code is a lot smaller.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: frank</title>
		<link>http://blog.futtta.be/2010/04/23/high-performance-youtube-embeds/#comment-5702</link>
		<dc:creator>frank</dc:creator>
		<pubDate>Sun, 05 Sep 2010 05:18:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.futtta.be/?p=2979#comment-5702</guid>
		<description>hi maxwell; i&#039;ve rolled lyte into &lt;a href=&quot;http://blog.futtta.be/tag/wp-youtube-lyte&quot; rel=&quot;nofollow&quot;&gt;a wordpress-plugin&lt;/a&gt;. the most recent version of the code to be copy/pasted does allow to set the player size.

&lt;code&gt;
&lt;div class=&quot;lyte&quot; id=&quot;YUzoE-Bzy0w&quot; style=&quot;width:640px;height:385px;&quot;&gt;&lt;noscript&gt;&lt;a href=&quot;http://youtu.be/YUzoE-Bzy0w&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://img.youtube.com/vi/YUzoE-Bzy0w/default.jpg&quot;/&gt;&lt;/a&gt;&lt;/noscript&gt;&lt;script type=&quot;text/javascript&quot;&gt;/*&lt; ![CDATA[*/var bU=&#039;http://blog.futtta.be/wp-content/plugins/wp-youtube-lyte/lyte/&#039;;pW=&#039;640&#039;;pH=&#039;385&#039;;var d=document;if(d.addEventListener){d.addEventListener(&#039;DOMContentLoaded&#039;, insert, false)}else{window.onload=insert} function insert(){if(!d.getElementById(&#039;lytescr&#039;)){lytescr=d.createElement(&#039;script&#039;);lytescr.async=true;lytescr.id=&#039;lytescr&#039;;lytescr.src=&#039;http://blog.futtta.be/wp-content/plugins/wp-youtube-lyte/lyte/lyte-newtube-min.js&#039;;h=d.getElementsByTagName(&#039;script&#039;)[0];h.parentNode.insertBefore(lytescr, h)}};/*]]&gt;*/&lt;/script&gt;&lt;div class=&quot;lL&quot;&gt;Watch this video &lt;a href=&quot;http://youtu.be/YUzoE-Bzy0w&quot; rel=&quot;nofollow&quot;&gt;on YouTube&lt;/a&gt; or on &lt;a href=&quot;http://icant.co.uk/easy-youtube/?http://www.youtube.com/watch?v=YUzoE-Bzy0w&quot; rel=&quot;nofollow&quot;&gt;Easy Youtube&lt;/a&gt;.&lt;/div&gt;
&lt;/code&gt;

regarding autoplay; that indeed does not work, the aim of (wp-youtube-)lyte is cut the overhead of having to load flash for the initial (non-playing) state. when you need autoplay, you need flash (or html5 video, which wp-youtube-lyte supports as well) active.</description>
		<content:encoded><![CDATA[<p>hi maxwell; i&#8217;ve rolled lyte into <a href="http://blog.futtta.be/tag/wp-youtube-lyte" rel="nofollow">a wordpress-plugin</a>. the most recent version of the code to be copy/pasted does allow to set the player size.</p>
<p><code><br />
&lt;div class="lyte" id="YUzoE-Bzy0w" style="width:640px;height:385px;">&lt;noscript>&lt;a href="http://youtu.be/YUzoE-Bzy0w" rel="nofollow">&lt;img src="http://img.youtube.com/vi/YUzoE-Bzy0w/default.jpg"/>&lt;/a>&lt;/noscript>&lt;script type="text/javascript">/*&lt; ![CDATA[*/var bU='http://blog.futtta.be/wp-content/plugins/wp-youtube-lyte/lyte/';pW='640';pH='385';var d=document;if(d.addEventListener){d.addEventListener('DOMContentLoaded', insert, false)}else{window.onload=insert} function insert(){if(!d.getElementById('lytescr')){lytescr=d.createElement('script');lytescr.async=true;lytescr.id='lytescr';lytescr.src='http://blog.futtta.be/wp-content/plugins/wp-youtube-lyte/lyte/lyte-newtube-min.js';h=d.getElementsByTagName('script')[0];h.parentNode.insertBefore(lytescr, h)}};/*]]&gt;*/&lt;/script>&lt;div class="lL">Watch this video &lt;a href="http://youtu.be/YUzoE-Bzy0w" rel="nofollow">on YouTube&lt;/a> or on &lt;a href="http://icant.co.uk/easy-youtube/?http://www.youtube.com/watch?v=YUzoE-Bzy0w" rel="nofollow">Easy Youtube&lt;/a>.&lt;/div><br />
</code></p>
<p>regarding autoplay; that indeed does not work, the aim of (wp-youtube-)lyte is cut the overhead of having to load flash for the initial (non-playing) state. when you need autoplay, you need flash (or html5 video, which wp-youtube-lyte supports as well) active.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maxwell</title>
		<link>http://blog.futtta.be/2010/04/23/high-performance-youtube-embeds/#comment-5699</link>
		<dc:creator>Maxwell</dc:creator>
		<pubDate>Sat, 04 Sep 2010 22:39:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.futtta.be/?p=2979#comment-5699</guid>
		<description>Interesting piece of coding but there&#039;s one thing that renders it useless to me: you can&#039;t customise the size. I&#039;m also guessing none of the &amp;autoplay=1 or the startat: works with this code. Anyway you can change your code so we&#039;ll be able to use it?</description>
		<content:encoded><![CDATA[<p>Interesting piece of coding but there&#8217;s one thing that renders it useless to me: you can&#8217;t customise the size. I&#8217;m also guessing none of the &amp;autoplay=1 or the startat: works with this code. Anyway you can change your code so we&#8217;ll be able to use it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: frank</title>
		<link>http://blog.futtta.be/2010/04/23/high-performance-youtube-embeds/#comment-4738</link>
		<dc:creator>frank</dc:creator>
		<pubDate>Thu, 29 Apr 2010 08:32:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.futtta.be/?p=2979#comment-4738</guid>
		<description>well, i can always migrate the js (and images) to your stale S3-account and issue HTTP 301&#039;s responses, no? :)</description>
		<content:encoded><![CDATA[<p>well, i can always migrate the js (and images) to your stale S3-account and issue HTTP 301&#8242;s responses, no? <img src='http://blog.futtta.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pieter</title>
		<link>http://blog.futtta.be/2010/04/23/high-performance-youtube-embeds/#comment-4737</link>
		<dc:creator>Pieter</dc:creator>
		<pubDate>Thu, 29 Apr 2010 08:28:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.futtta.be/?p=2979#comment-4737</guid>
		<description>And we can all link to your server for the javascript file (http://futtta.be/lyte/lyte.js)?

Shouldn&#039;t you be ordering more bandwidth right now?  Or maybe switch to Amazon S3 ;-)

Anyhow, nice hacking...</description>
		<content:encoded><![CDATA[<p>And we can all link to your server for the javascript file (<a href="http://futtta.be/lyte/lyte.js" rel="nofollow">http://futtta.be/lyte/lyte.js</a>)?</p>
<p>Shouldn&#8217;t you be ordering more bandwidth right now?  Or maybe switch to Amazon S3 <img src='http://blog.futtta.be/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Anyhow, nice hacking&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

