<?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/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Twitter adds oEmbed &#8211; Adding it to WordPress with a snippet</title>
	<atom:link href="http://ottopress.com/2011/twitter-adds-oembed-adding-it-to-wordpress-with-a-snippet/feed/" rel="self" type="application/rss+xml" />
	<link>http://ottopress.com/2011/twitter-adds-oembed-adding-it-to-wordpress-with-a-snippet/</link>
	<description>You have to use an Ottopress to get fresh squeezed Otto.</description>
	<lastBuildDate>Mon, 20 May 2013 01:52:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6-beta3-24284</generator>
	<item>
		<title>By: How to Center Align Embedded Tweets in WordPress Posts &#38; Pages</title>
		<link>http://ottopress.com/2011/twitter-adds-oembed-adding-it-to-wordpress-with-a-snippet/comment-page-1/#comment-11617</link>
		<dc:creator>How to Center Align Embedded Tweets in WordPress Posts &#38; Pages</dc:creator>
		<pubDate>Sun, 10 Feb 2013 10:32:44 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=723#comment-11617</guid>
		<description><![CDATA[[...] code based on Otto&#8217;s [...]]]></description>
		<content:encoded><![CDATA[<p>[...] code based on Otto&#8217;s [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quick Tip: How to Make Tweet Embeds Responsive &#8212; Konstantin Kovshenin</title>
		<link>http://ottopress.com/2011/twitter-adds-oembed-adding-it-to-wordpress-with-a-snippet/comment-page-1/#comment-11168</link>
		<dc:creator>Quick Tip: How to Make Tweet Embeds Responsive &#8212; Konstantin Kovshenin</dc:creator>
		<pubDate>Thu, 23 Aug 2012 10:24:44 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=723#comment-11168</guid>
		<description><![CDATA[[...] can also try stripping out the width argument by filtering on oembed_result like Otto mentioned but I think CSS is the better way to go. Tested on Android and iOS 5. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] can also try stripping out the width argument by filtering on oembed_result like Otto mentioned but I think CSS is the better way to go. Tested on Android and iOS 5. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Make WordPress Twitter Embeds Responsive &#124; Ben Collier</title>
		<link>http://ottopress.com/2011/twitter-adds-oembed-adding-it-to-wordpress-with-a-snippet/comment-page-1/#comment-11128</link>
		<dc:creator>Make WordPress Twitter Embeds Responsive &#124; Ben Collier</dc:creator>
		<pubDate>Tue, 07 Aug 2012 12:36:46 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=723#comment-11128</guid>
		<description><![CDATA[[...] existing embedded tweets you&#039;ll need to re-save the posts to regenerate the embed code.Thanks to Otto for the tip.  This entry was posted in Fixes, PHP, Tips, Web Design, WordPress by Ben Collier. Bookmark the [...]]]></description>
		<content:encoded><![CDATA[<p>[...] existing embedded tweets you&#039;ll need to re-save the posts to regenerate the embed code.Thanks to Otto for the tip.  This entry was posted in Fixes, PHP, Tips, Web Design, WordPress by Ben Collier. Bookmark the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Centering embedded tweets in WordPress</title>
		<link>http://ottopress.com/2011/twitter-adds-oembed-adding-it-to-wordpress-with-a-snippet/comment-page-1/#comment-11029</link>
		<dc:creator>Centering embedded tweets in WordPress</dc:creator>
		<pubDate>Wed, 04 Jul 2012 04:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=723#comment-11029</guid>
		<description><![CDATA[[...] in December 2011 Otto described in a comment how to filter the oembed_result so I used that code to modify the HTML like [...]]]></description>
		<content:encoded><![CDATA[<p>[...] in December 2011 Otto described in a comment how to filter the oembed_result so I used that code to modify the HTML like [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jens</title>
		<link>http://ottopress.com/2011/twitter-adds-oembed-adding-it-to-wordpress-with-a-snippet/comment-page-1/#comment-10423</link>
		<dc:creator>Jens</dc:creator>
		<pubDate>Sun, 15 Jan 2012 20:33:58 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=723#comment-10423</guid>
		<description><![CDATA[Right. But that do not solve the problem. Only the links are displayed ...]]></description>
		<content:encoded><![CDATA[<p>Right. But that do not solve the problem. Only the links are displayed &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dane Morgan</title>
		<link>http://ottopress.com/2011/twitter-adds-oembed-adding-it-to-wordpress-with-a-snippet/comment-page-1/#comment-10422</link>
		<dc:creator>Dane Morgan</dc:creator>
		<pubDate>Sat, 14 Jan 2012 17:56:56 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=723#comment-10422</guid>
		<description><![CDATA[[php]@https?://(www\.)?twitter.com/.*/status(es)?/[0-9]+@i[/php]

made it work]]></description>
		<content:encoded><![CDATA[<pre class="brush: php; title: ; notranslate">@https?://(www\.)?twitter.com/.*/status(es)?/[0-9]+@i</pre>
<p>made it work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dane Morgan</title>
		<link>http://ottopress.com/2011/twitter-adds-oembed-adding-it-to-wordpress-with-a-snippet/comment-page-1/#comment-10421</link>
		<dc:creator>Dane Morgan</dc:creator>
		<pubDate>Sat, 14 Jan 2012 17:13:51 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=723#comment-10421</guid>
		<description><![CDATA[Any reason you can think of off the top this wouldn&#039;t work? I&#039;ve tried it in a plugin and in functions.php. If I just place the URI it get&#039;s posted plain text. If I wrap it in embed I get a clickable URI.]]></description>
		<content:encoded><![CDATA[<p>Any reason you can think of off the top this wouldn&#8217;t work? I&#8217;ve tried it in a plugin and in functions.php. If I just place the URI it get&#8217;s posted plain text. If I wrap it in embed I get a clickable URI.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://ottopress.com/2011/twitter-adds-oembed-adding-it-to-wordpress-with-a-snippet/comment-page-1/#comment-10420</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Fri, 13 Jan 2012 17:35:24 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=723#comment-10420</guid>
		<description><![CDATA[Jens, check your status URLS; user comes before &#039;statuses&#039;.]]></description>
		<content:encoded><![CDATA[<p>Jens, check your status URLS; user comes before &#8216;statuses&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jens</title>
		<link>http://ottopress.com/2011/twitter-adds-oembed-adding-it-to-wordpress-with-a-snippet/comment-page-1/#comment-10401</link>
		<dc:creator>Jens</dc:creator>
		<pubDate>Sun, 08 Jan 2012 18:36:20 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=723#comment-10401</guid>
		<description><![CDATA[Hi. 
I want to make a wordpress page which displays the last 10 tweets in this way. 
My idea : Write a php function that gives out the last 10 links in the way &quot;https://twitter.com/statuses/&#039;user&#039;/&#039;status-id&#039; &quot;.
But that didn&#039;t solve the problem. It justs inserts the links on the page but there is no embeded tweet. So your code only shows results when the link is already there...
Do you have an idea how i can do it?]]></description>
		<content:encoded><![CDATA[<p>Hi.<br />
I want to make a wordpress page which displays the last 10 tweets in this way.<br />
My idea : Write a php function that gives out the last 10 links in the way &#8220;https://twitter.com/statuses/&#8217;user&#8217;/'status-id&#8217; &#8220;.<br />
But that didn&#8217;t solve the problem. It justs inserts the links on the page but there is no embeded tweet. So your code only shows results when the link is already there&#8230;<br />
Do you have an idea how i can do it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://ottopress.com/2011/twitter-adds-oembed-adding-it-to-wordpress-with-a-snippet/comment-page-1/#comment-10328</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sat, 24 Dec 2011 03:25:22 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=723#comment-10328</guid>
		<description><![CDATA[You&#039;re awesome! Thanks for that code! I just dropped into a plugin file with the other above code, plus code I wrote to wrap the whole oEmbed in another div :)]]></description>
		<content:encoded><![CDATA[<p>You&#8217;re awesome! Thanks for that code! I just dropped into a plugin file with the other above code, plus code I wrote to wrap the whole oEmbed in another div <img src='http://ottopress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Object Caching 415/460 objects using xcache

 Served from: ottodestruct.com @ 2013-05-20 08:55:20 by W3 Total Cache -->