<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Google Data &#187; Phil Harnish</title>
	<atom:link href="/author/phil-harnish/feed/" rel="self" type="application/rss+xml" />
	<link>https://googledata.org</link>
	<description>Everything Google: News, Products, Services, Content, Culture</description>
	<lastBuildDate>Wed, 18 Mar 2015 21:09:38 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.7.5</generator>
	<item>
		<title>Cleaning Up Our Embeds</title>
		<link>https://googledata.org/youtube-api/cleaning-up-our-embeds/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cleaning-up-our-embeds</link>
		<comments>https://googledata.org/youtube-api/cleaning-up-our-embeds/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 20:13:00 +0000</pubDate>
		<dc:creator><![CDATA[Phil Harnish]]></dc:creator>
				<category><![CDATA[Youtube API]]></category>
		<category><![CDATA[youtube docs]]></category>
		<category><![CDATA[youtube integration]]></category>
		<category><![CDATA[youtube video]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[For the longest time, official YouTube video embed codes have contained embarrassingly malformed URLs; the first URL parameter (at the end of URLs) should always start with a ? character, but our URL parameters begin with &#38;. That looks something li...]]></description>
				<content:encoded><![CDATA[<div>For the longest time, official YouTube video embed codes have contained embarrassingly malformed URLs; the first URL parameter (at the end of URLs) should always start with a ? character, but our URL parameters begin with &amp;. That looks something like this:</div><div><br /></div><div>  http://www.youtube.com/v/0XjwoVqM_qE&amp;feature=player_embedded&amp;fs=1 (incorrect)</div><div>  http://www.youtube.com/v/0XjwoVqM_qE?feature=player_embedded&amp;fs=1 (correct)</div><div><br /></div><div>Fortunately, we've found a way to use correct URLs without breaking old browsers and we can't wait to do it.</div><div><br /></div><div>Speaking of changes to the embed code, we'll also be tweaking the HTML content. The new YouTube embed code is leaner and still works on everything from ancient desktop browsers to modern smart phones. You won't find another snippet of HTML that's as battle-tested and mother-approved! Here's a preview of the new, streamlined format:</div><div><br /><object width="425" height="344"><br /><param name="movie" value="http://www.youtube.com/v/0XjwoVqM_qE?color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en&amp;feature=player_embedded&amp;fs=1"><br /><param name="allowFullScreen" value="true"><br /><param name="allowScriptAccess" value="always"><br /><embed src="http://www.youtube.com/v/0XjwoVqM_qE?color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en&amp;feature=player_embedded&amp;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="425" height="344"></embed><br /></object><br /></div><div><br /></div><div>And here's what the HTML looks like:</div><div><br /><span class="Apple-style-span"  style="font-family:'courier new';">&lt;object width="425" height="344"&gt;<br />&lt;param name="movie" value="http://www.youtube.com/v/0XjwoVqM_qE?color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en&amp;feature=player_embedded&amp;fs=1"&gt;<br />&lt;param name="allowFullScreen" value="true"&gt;<br />&lt;param name="allowScriptAccess" value="always"&gt;<br />&lt;embed src="http://www.youtube.com/v/0XjwoVqM_qE?color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en&amp;feature=player_embedded&amp;fs=1"<br />type="application/x-shockwave-flash" allowfullscreen="true"<br />allowScriptAccess="always" width="425" height="344"&gt;<br />&lt;/object&gt;</span><br /></div><div><br /></div><div>If you grab YouTube embed codes by hand from YouTube.com, or from the YouTube Player APIs or oEmbed, you'll start getting this updated HTML soon. As for all the embeds already on the web: worry not, those will continue to work forever.</div><div><br /></div><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2443724041307041823-8847961565615430250?l=apiblog.youtube.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/youtube-api/cleaning-up-our-embeds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>oEmbed support</title>
		<link>https://googledata.org/youtube-api/oembed-support/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=oembed-support</link>
		<comments>https://googledata.org/youtube-api/oembed-support/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 15:54:00 +0000</pubDate>
		<dc:creator><![CDATA[Phil Harnish]]></dc:creator>
				<category><![CDATA[Youtube API]]></category>
		<category><![CDATA[youtube docs]]></category>
		<category><![CDATA[youtube integration]]></category>
		<category><![CDATA[youtube video]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[oEmbed is a pretty slick way to embed multimedia for a link. For example with a request like this:http://www.youtube.com/oembed?url=http%3A//www.youtube.com/watch%3Fv%3DbDOYN-6gdRE&#38;format=jsonYou get a response like this:{"provider_url": "http://ww...]]></description>
				<content:encoded><![CDATA[<div><a href="http://oembed.com/">oEmbed</a> is a pretty slick way to embed multimedia for a link. For example with a request like this:</div><div><a href="http://www.youtube.com/oembed?url=http%3A//www.youtube.com/watch%3Fv%3DbDOYN-6gdRE&amp;format=json">http://www.youtube.com/oembed?url=http%3A//www.youtube.com/watch%3Fv%3DbDOYN-6gdRE&amp;format=json</a></div><br /><div>You get a response like this:</div><pre>{"provider_url": "http://www.youtube.com/",<br />"title": "Auto-Tune the News #8: dragons. geese. Michael Vick. (ft. T-Pain)",<br />"html": "<b>embed code</b>",<br />...}<br /></pre><div>The value for the "html" key is all you need to insert into your webpage to render an embedded YouTube video:</div><div><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/bDOYN-6gdRE&amp;fs=1"><param name="allowFullScreen" value="true"><param name="allowscriptaccess" value="always"><embed src="http://www.youtube.com/v/bDOYN-6gdRE&amp;fs=1" type="application/x-shockwave-flash" width="425" height="344" allowscriptaccess="always" allowfullscreen="true"></embed></object></div><div><br /></div><div>Check out the documentation at <a href="http://oembed.com/">oEmbed.com</a> for more information.</div><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2443724041307041823-4905176591945538672?l=apiblog.youtube.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/youtube-api/oembed-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
