<?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: oEmbed makes embedding third party videos and images a breeze</title>
	<atom:link href="http://ajaxian.com/archives/oembed-makes-embedding-third-party-videos-and-images-a-breeze/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/oembed-makes-embedding-third-party-videos-and-images-a-breeze</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: Adam Nemeth</title>
		<link>http://ajaxian.com/archives/oembed-makes-embedding-third-party-videos-and-images-a-breeze/comment-page-1#comment-265719</link>
		<dc:creator>Adam Nemeth</dc:creator>
		<pubDate>Tue, 08 Jul 2008 11:35:55 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/oembed-makes-embedding-third-party-videos-and-images-a-breeze#comment-265719</guid>
		<description>I created a small OEmbed proxy, which can also translate between YouTube GData API and OEmbed, thus a javascript client could use its own host&#039;s resources to change links into embeds.

It&#039;s pluginable (you have to write a class and add it to the providers.xml file), you can use OEmbed-compatible providers (they don&#039;t need separate plugin just the two configuration options)... so... use it ;)

http://code.google.com/p/php-oembed/</description>
		<content:encoded><![CDATA[<p>I created a small OEmbed proxy, which can also translate between YouTube GData API and OEmbed, thus a javascript client could use its own host&#8217;s resources to change links into embeds.</p>
<p>It&#8217;s pluginable (you have to write a class and add it to the providers.xml file), you can use OEmbed-compatible providers (they don&#8217;t need separate plugin just the two configuration options)&#8230; so&#8230; use it ;)</p>
<p><a href="http://code.google.com/p/php-oembed/" rel="nofollow">http://code.google.com/p/php-oembed/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Nemeth</title>
		<link>http://ajaxian.com/archives/oembed-makes-embedding-third-party-videos-and-images-a-breeze/comment-page-1#comment-265718</link>
		<dc:creator>Adam Nemeth</dc:creator>
		<pubDate>Tue, 08 Jul 2008 11:35:55 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/oembed-makes-embedding-third-party-videos-and-images-a-breeze#comment-265718</guid>
		<description>I created a small OEmbed proxy, which can also translate between YouTube GData API and OEmbed, thus a javascript client could use its own host&#039;s resources to change links into embeds.

It&#039;s pluginable (you have to write a class and add it to the providers.xml file), you can use OEmbed-compatible providers (they don&#039;t need separate plugin just the two configuration options)... so... use it ;)

http://code.google.com/p/php-oembed/</description>
		<content:encoded><![CDATA[<p>I created a small OEmbed proxy, which can also translate between YouTube GData API and OEmbed, thus a javascript client could use its own host&#8217;s resources to change links into embeds.</p>
<p>It&#8217;s pluginable (you have to write a class and add it to the providers.xml file), you can use OEmbed-compatible providers (they don&#8217;t need separate plugin just the two configuration options)&#8230; so&#8230; use it ;)</p>
<p><a href="http://code.google.com/p/php-oembed/" rel="nofollow">http://code.google.com/p/php-oembed/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MG</title>
		<link>http://ajaxian.com/archives/oembed-makes-embedding-third-party-videos-and-images-a-breeze/comment-page-1#comment-263659</link>
		<dc:creator>MG</dc:creator>
		<pubDate>Sun, 11 May 2008 00:55:04 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/oembed-makes-embedding-third-party-videos-and-images-a-breeze#comment-263659</guid>
		<description>The oEmbed site says that &quot;JSON responses must contain well formed JSON&quot;, but the examples given are all invalid JSON. Oops. :-)</description>
		<content:encoded><![CDATA[<p>The oEmbed site says that &#8220;JSON responses must contain well formed JSON&#8221;, but the examples given are all invalid JSON. Oops. :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jaredhanson</title>
		<link>http://ajaxian.com/archives/oembed-makes-embedding-third-party-videos-and-images-a-breeze/comment-page-1#comment-263654</link>
		<dc:creator>jaredhanson</dc:creator>
		<pubDate>Fri, 09 May 2008 22:31:47 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/oembed-makes-embedding-third-party-videos-and-images-a-breeze#comment-263654</guid>
		<description>In my opinion, if RESTful principles are followed, the oEmbed API endpoint (and hence auto-discovery) is not required at all.  I&#039;ve blogged my thoughts here:

http://www.backdrifter.com/2008/05/09/oembed-fail-represent-restfully/

I&#039;d be interested in further discussion.</description>
		<content:encoded><![CDATA[<p>In my opinion, if RESTful principles are followed, the oEmbed API endpoint (and hence auto-discovery) is not required at all.  I&#8217;ve blogged my thoughts here:</p>
<p><a href="http://www.backdrifter.com/2008/05/09/oembed-fail-represent-restfully/" rel="nofollow">http://www.backdrifter.com/2008/05/09/oembed-fail-represent-restfully/</a></p>
<p>I&#8217;d be interested in further discussion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iamcal</title>
		<link>http://ajaxian.com/archives/oembed-makes-embedding-third-party-videos-and-images-a-breeze/comment-page-1#comment-263646</link>
		<dc:creator>iamcal</dc:creator>
		<pubDate>Fri, 09 May 2008 21:03:01 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/oembed-makes-embedding-third-party-videos-and-images-a-breeze#comment-263646</guid>
		<description>davidmz: we&#039;re working on the spec for auto-discovery at the moment. Expect to see it published very shortly.</description>
		<content:encoded><![CDATA[<p>davidmz: we&#8217;re working on the spec for auto-discovery at the moment. Expect to see it published very shortly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davidmz</title>
		<link>http://ajaxian.com/archives/oembed-makes-embedding-third-party-videos-and-images-a-breeze/comment-page-1#comment-263639</link>
		<dc:creator>davidmz</dc:creator>
		<pubDate>Fri, 09 May 2008 19:57:26 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/oembed-makes-embedding-third-party-videos-and-images-a-breeze#comment-263639</guid>
		<description>It&#039;s may be very useful standard, but one important thing is missing â€” a something like auto-discovery. â€œProviders must specify one or more URL scheme and API endpoint pairsâ€ â€” but WHERE providers must specify it?</description>
		<content:encoded><![CDATA[<p>It&#8217;s may be very useful standard, but one important thing is missing â€” a something like auto-discovery. â€œProviders must specify one or more URL scheme and API endpoint pairsâ€ â€” but WHERE providers must specify it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor</title>
		<link>http://ajaxian.com/archives/oembed-makes-embedding-third-party-videos-and-images-a-breeze/comment-page-1#comment-263637</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Fri, 09 May 2008 18:51:21 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/oembed-makes-embedding-third-party-videos-and-images-a-breeze#comment-263637</guid>
		<description>@dylangreene: I expect that sort of depends whether you&#039;re snagging the data server-side or client-side. I figure the way I&#039;ll use this is to get the data client-side to build and then use the same routine server-side (with cache) to ensure the content stays synced after it&#039;s committed by a user.</description>
		<content:encoded><![CDATA[<p>@dylangreene: I expect that sort of depends whether you&#8217;re snagging the data server-side or client-side. I figure the way I&#8217;ll use this is to get the data client-side to build and then use the same routine server-side (with cache) to ensure the content stays synced after it&#8217;s committed by a user.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dylangreene</title>
		<link>http://ajaxian.com/archives/oembed-makes-embedding-third-party-videos-and-images-a-breeze/comment-page-1#comment-263625</link>
		<dc:creator>dylangreene</dc:creator>
		<pubDate>Fri, 09 May 2008 14:30:04 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/oembed-makes-embedding-third-party-videos-and-images-a-breeze#comment-263625</guid>
		<description>This seems bad for Google juice.  Will Google see these references and links?</description>
		<content:encoded><![CDATA[<p>This seems bad for Google juice.  Will Google see these references and links?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pmontrasio</title>
		<link>http://ajaxian.com/archives/oembed-makes-embedding-third-party-videos-and-images-a-breeze/comment-page-1#comment-263623</link>
		<dc:creator>pmontrasio</dc:creator>
		<pubDate>Fri, 09 May 2008 13:22:20 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/oembed-makes-embedding-third-party-videos-and-images-a-breeze#comment-263623</guid>
		<description>Despite the label the first example shows XML, not HTML code, and in fact oEmbed returns either XML or JSON.</description>
		<content:encoded><![CDATA[<p>Despite the label the first example shows XML, not HTML code, and in fact oEmbed returns either XML or JSON.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: polysign</title>
		<link>http://ajaxian.com/archives/oembed-makes-embedding-third-party-videos-and-images-a-breeze/comment-page-1#comment-263620</link>
		<dc:creator>polysign</dc:creator>
		<pubDate>Fri, 09 May 2008 12:07:39 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/oembed-makes-embedding-third-party-videos-and-images-a-breeze#comment-263620</guid>
		<description>Nice to have a common api for embedding content! Hope to see more providers in the future.</description>
		<content:encoded><![CDATA[<p>Nice to have a common api for embedding content! Hope to see more providers in the future.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

