<?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: Youtube videos within websites on the Safari iPhone</title>
	<atom:link href="http://richie-p.com/blog/2009/02/youtube-videos-embed-iphone-safari/feed/" rel="self" type="application/rss+xml" />
	<link>http://richie-p.com/blog/2009/02/youtube-videos-embed-iphone-safari/</link>
	<description>Creative // Technology // Digital // Interactive // Mobile // Advertising</description>
	<lastBuildDate>Fri, 30 Jul 2010 09:49:12 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<meta xmlns="http://www.w3.org/1999/xhtml" name="robots" content="noindex,follow" />
	<item>
		<title>By: casio pathfinder</title>
		<link>http://richie-p.com/blog/2009/02/youtube-videos-embed-iphone-safari/comment-page-1/#comment-365</link>
		<dc:creator>casio pathfinder</dc:creator>
		<pubDate>Tue, 27 Jul 2010 21:54:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.detroitdigitalrevolution.com/clients/me/blog/?p=3#comment-365</guid>
		<description>&lt;strong&gt;casio pathfinder...&lt;/strong&gt;

My blog about casio pathfinder...</description>
		<content:encoded><![CDATA[<p><strong>casio pathfinder&#8230;</strong></p>
<p>My blog about casio pathfinder&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane</title>
		<link>http://richie-p.com/blog/2009/02/youtube-videos-embed-iphone-safari/comment-page-1/#comment-329</link>
		<dc:creator>Shane</dc:creator>
		<pubDate>Wed, 30 Jun 2010 15:08:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.detroitdigitalrevolution.com/clients/me/blog/?p=3#comment-329</guid>
		<description>Great post, this sorted out my iPhone issues nicely.  It doesn&#039;t work on the iPad though.

The iPad requires the entire object code block to be provided, not just the embed tag.  I did try Gustavo&#039;s suggestion as validating code is obviously appealing, but the iPad didn&#039;t seem to like the lack of an embed tag.

My current solution, and it&#039;s one I&#039;m not entirely happy with, is the provide only the embed for iphone and ipod, the full object tag for an ipad, and use swfobject for everything else with a default message for non-flash users.

This should probably be developed further by wrapping the whole lot in a video tag to support html5 first and foremost, but it&#039;ll do for now.

Just out of interest, what are your issues with swfobject?  It&#039;s the standard at my agency too, and I&#039;ve not yet had trouble with it aside from its lack of support for the mobile version of Safari.</description>
		<content:encoded><![CDATA[<p>Great post, this sorted out my iPhone issues nicely.  It doesn&#8217;t work on the iPad though.</p>
<p>The iPad requires the entire object code block to be provided, not just the embed tag.  I did try Gustavo&#8217;s suggestion as validating code is obviously appealing, but the iPad didn&#8217;t seem to like the lack of an embed tag.</p>
<p>My current solution, and it&#8217;s one I&#8217;m not entirely happy with, is the provide only the embed for iphone and ipod, the full object tag for an ipad, and use swfobject for everything else with a default message for non-flash users.</p>
<p>This should probably be developed further by wrapping the whole lot in a video tag to support html5 first and foremost, but it&#8217;ll do for now.</p>
<p>Just out of interest, what are your issues with swfobject?  It&#8217;s the standard at my agency too, and I&#8217;ve not yet had trouble with it aside from its lack of support for the mobile version of Safari.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wes</title>
		<link>http://richie-p.com/blog/2009/02/youtube-videos-embed-iphone-safari/comment-page-1/#comment-207</link>
		<dc:creator>Wes</dc:creator>
		<pubDate>Thu, 25 Feb 2010 02:24:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.detroitdigitalrevolution.com/clients/me/blog/?p=3#comment-207</guid>
		<description>I was searching Google about this same problem and came across this page. I have a website that redirects to a blogger page. It is a movie review and discussion site so I am heavily relying on embedding YouTube videos when allowed to get trailers. I just discovered the IPhone issue and need a more &quot;for dummies&quot; description of this solution. My use and understanding of HTML and adding things to my site using code is very basic. As described would this solution help me at all on Blogger? I appreciate any help and/or advice.  Thanks!</description>
		<content:encoded><![CDATA[<p>I was searching Google about this same problem and came across this page. I have a website that redirects to a blogger page. It is a movie review and discussion site so I am heavily relying on embedding YouTube videos when allowed to get trailers. I just discovered the IPhone issue and need a more &#8220;for dummies&#8221; description of this solution. My use and understanding of HTML and adding things to my site using code is very basic. As described would this solution help me at all on Blogger? I appreciate any help and/or advice.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://richie-p.com/blog/2009/02/youtube-videos-embed-iphone-safari/comment-page-1/#comment-202</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Mon, 01 Feb 2010 03:00:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.detroitdigitalrevolution.com/clients/me/blog/?p=3#comment-202</guid>
		<description>Does the iPhone not support the object tag?

The embed tag is not standards compliant and the article you linked recommends against using it. Youtube itself provides object HTML, surely if the iPhone replacement hack was designed for Youtube, it would work on the official Youtube HTML code. As I don&#039;t own an iPhone I can&#039;t test any of this, but is there any reason why you use embed tags in your example?</description>
		<content:encoded><![CDATA[<p>Does the iPhone not support the object tag?</p>
<p>The embed tag is not standards compliant and the article you linked recommends against using it. Youtube itself provides object HTML, surely if the iPhone replacement hack was designed for Youtube, it would work on the official Youtube HTML code. As I don&#8217;t own an iPhone I can&#8217;t test any of this, but is there any reason why you use embed tags in your example?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richie</title>
		<link>http://richie-p.com/blog/2009/02/youtube-videos-embed-iphone-safari/comment-page-1/#comment-199</link>
		<dc:creator>Richie</dc:creator>
		<pubDate>Sun, 03 Jan 2010 18:24:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.detroitdigitalrevolution.com/clients/me/blog/?p=3#comment-199</guid>
		<description>Hi Alexa, glad you like.  It&#039;s been almost a year since I wrote this and I was kind of hoping the SWFObject would&#039;ve updated it&#039;s codebase to handle the iPhone+YouTube exception but it doesn&#039;t seem to be the case yet.  My work-around code still looks to be solid so hope it helps.</description>
		<content:encoded><![CDATA[<p>Hi Alexa, glad you like.  It&#8217;s been almost a year since I wrote this and I was kind of hoping the SWFObject would&#8217;ve updated it&#8217;s codebase to handle the iPhone+YouTube exception but it doesn&#8217;t seem to be the case yet.  My work-around code still looks to be solid so hope it helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexa</title>
		<link>http://richie-p.com/blog/2009/02/youtube-videos-embed-iphone-safari/comment-page-1/#comment-197</link>
		<dc:creator>Alexa</dc:creator>
		<pubDate>Sun, 03 Jan 2010 09:56:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.detroitdigitalrevolution.com/clients/me/blog/?p=3#comment-197</guid>
		<description>Great article. I&#039;ve been looking for a way to have my embedded youtubes appear on the iphone. This looks like it would make a great plugin for those of us that aren&#039;t so tech savvy.</description>
		<content:encoded><![CDATA[<p>Great article. I&#8217;ve been looking for a way to have my embedded youtubes appear on the iphone. This looks like it would make a great plugin for those of us that aren&#8217;t so tech savvy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krista Ranillo</title>
		<link>http://richie-p.com/blog/2009/02/youtube-videos-embed-iphone-safari/comment-page-1/#comment-190</link>
		<dc:creator>Krista Ranillo</dc:creator>
		<pubDate>Thu, 19 Nov 2009 10:23:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.detroitdigitalrevolution.com/clients/me/blog/?p=3#comment-190</guid>
		<description>Youtube is my super favorite website. I cant spend a day without watching music videos on Youtube.
</description>
		<content:encoded><![CDATA[<p>Youtube is my super favorite website. I cant spend a day without watching music videos on Youtube.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richie</title>
		<link>http://richie-p.com/blog/2009/02/youtube-videos-embed-iphone-safari/comment-page-1/#comment-189</link>
		<dc:creator>Richie</dc:creator>
		<pubDate>Wed, 18 Nov 2009 21:42:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.detroitdigitalrevolution.com/clients/me/blog/?p=3#comment-189</guid>
		<description>Hi Gustavo, I appreciate you taking the time to comment. I guess you can&#039;t post code in a comment. If you swing back by this way hit me up on Twitter and we&#039;ll figure out a way to get me your code so I can add it to the post.</description>
		<content:encoded><![CDATA[<p>Hi Gustavo, I appreciate you taking the time to comment. I guess you can&#8217;t post code in a comment. If you swing back by this way hit me up on Twitter and we&#8217;ll figure out a way to get me your code so I can add it to the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gustavo Neves</title>
		<link>http://richie-p.com/blog/2009/02/youtube-videos-embed-iphone-safari/comment-page-1/#comment-187</link>
		<dc:creator>Gustavo Neves</dc:creator>
		<pubDate>Sun, 15 Nov 2009 05:53:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.detroitdigitalrevolution.com/clients/me/blog/?p=3#comment-187</guid>
		<description>Hi there! I was reading through your post and others on the internet trying to find how I should embed my youtube videos so it would appear on iPhone/iPod Touch. I tried and found several methods to do it but honestly I was not satisfied with any of those. The first thing was the validation as XHTML. I can not use the  element at all if I want my pages to validate. There are ways to embed the video to all browsers without this element, and I did it a while ago. But the videos were not appearing as a link to the youtube app on my Touch. My solution keeps the valid XHTML while still working for iPhone OS. The element I introduced for this is the &quot;src&quot; element. This is my valid code for youtube:

 
 
 
 
 
 

WHERE YOU SHOULD PUT YOUR YOUTUBE LINK AND THE VIDEO SIZE. The param name=&quot;src&quot; is the one that makes the magic on iPhone OS. (I just noticed that all the embed codes that worked had the src parameter and got to this option by trying a lot).

hope this helps :) my website page link is above if anyone wants to check (the video on the home screen is random and may be a myspace video, which will not show on iPhones).</description>
		<content:encoded><![CDATA[<p>Hi there! I was reading through your post and others on the internet trying to find how I should embed my youtube videos so it would appear on iPhone/iPod Touch. I tried and found several methods to do it but honestly I was not satisfied with any of those. The first thing was the validation as XHTML. I can not use the  element at all if I want my pages to validate. There are ways to embed the video to all browsers without this element, and I did it a while ago. But the videos were not appearing as a link to the youtube app on my Touch. My solution keeps the valid XHTML while still working for iPhone OS. The element I introduced for this is the &#8220;src&#8221; element. This is my valid code for youtube:</p>
<p>WHERE YOU SHOULD PUT YOUR YOUTUBE LINK AND THE VIDEO SIZE. The param name=&#8221;src&#8221; is the one that makes the magic on iPhone OS. (I just noticed that all the embed codes that worked had the src parameter and got to this option by trying a lot).</p>
<p>hope this helps :) my website page link is above if anyone wants to check (the video on the home screen is random and may be a myspace video, which will not show on iPhones).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
