<?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: Latest Tweet without a Plugin</title>
	<atom:link href="http://mattdanner.net/latest-tweet-without-a-plugin-using-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://mattdanner.net/latest-tweet-without-a-plugin-using-php/</link>
	<description></description>
	<lastBuildDate>Mon, 06 Feb 2012 23:17:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Matt</title>
		<link>http://mattdanner.net/latest-tweet-without-a-plugin-using-php/comment-page-1/#comment-2013</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 20 Sep 2011 14:33:42 +0000</pubDate>
		<guid isPermaLink="false">http://mattdanner.net/?p=1218#comment-2013</guid>
		<description>Geoffrey -

The simplest way to use this would be to just add it to the existing page template (php file) that you want it to appear on. For example, if you want it on your single posts, you could add it to single.php. 

Hope that helps.

-matt</description>
		<content:encoded><![CDATA[<p>Geoffrey -</p>
<p>The simplest way to use this would be to just add it to the existing page template (php file) that you want it to appear on. For example, if you want it on your single posts, you could add it to single.php. </p>
<p>Hope that helps.</p>
<p>-matt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoffrey</title>
		<link>http://mattdanner.net/latest-tweet-without-a-plugin-using-php/comment-page-1/#comment-2012</link>
		<dc:creator>Geoffrey</dc:creator>
		<pubDate>Tue, 20 Sep 2011 13:30:53 +0000</pubDate>
		<guid isPermaLink="false">http://mattdanner.net/?p=1218#comment-2012</guid>
		<description>Hi Matt,


I am really trying to get this to work but my knowledge of wordpress and code is little html and font end stuff. Do i have to create a new php file and drop it into to my wordpres files in my filezilla to do all this or can i put it straight in to the page which at the moment isn&#039;t working.

Thank you</description>
		<content:encoded><![CDATA[<p>Hi Matt,</p>
<p>I am really trying to get this to work but my knowledge of wordpress and code is little html and font end stuff. Do i have to create a new php file and drop it into to my wordpres files in my filezilla to do all this or can i put it straight in to the page which at the moment isn&#8217;t working.</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://mattdanner.net/latest-tweet-without-a-plugin-using-php/comment-page-1/#comment-1621</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 31 Jan 2011 17:37:01 +0000</pubDate>
		<guid isPermaLink="false">http://mattdanner.net/?p=1218#comment-1621</guid>
		<description>the function html_entity_decode() basically just does the opposite of htmlentities(). It takes HTML entities and changes them to their applicable characters. Basically, special characters in your tweet will be displayed as their HTML entity unless you decode it, and that will not look like the original tweet.

I hope this explains it a little better for you.

-matt</description>
		<content:encoded><![CDATA[<p>the function html_entity_decode() basically just does the opposite of htmlentities(). It takes HTML entities and changes them to their applicable characters. Basically, special characters in your tweet will be displayed as their HTML entity unless you decode it, and that will not look like the original tweet.</p>
<p>I hope this explains it a little better for you.</p>
<p>-matt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Newbie</title>
		<link>http://mattdanner.net/latest-tweet-without-a-plugin-using-php/comment-page-1/#comment-1615</link>
		<dc:creator>Newbie</dc:creator>
		<pubDate>Fri, 21 Jan 2011 22:14:48 +0000</pubDate>
		<guid isPermaLink="false">http://mattdanner.net/?p=1218#comment-1615</guid>
		<description>Will you please elaborate on why it&#039;s better to decode the html?  Thanks!</description>
		<content:encoded><![CDATA[<p>Will you please elaborate on why it&#8217;s better to decode the html?  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antone Dockstader</title>
		<link>http://mattdanner.net/latest-tweet-without-a-plugin-using-php/comment-page-1/#comment-1613</link>
		<dc:creator>Antone Dockstader</dc:creator>
		<pubDate>Fri, 21 Jan 2011 10:59:45 +0000</pubDate>
		<guid isPermaLink="false">http://mattdanner.net/?p=1218#comment-1613</guid>
		<description>I don&#039;t like embedding strange javascript on my site, it makes it insecure. I&#039;d rather have straight html, like this widget.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t like embedding strange javascript on my site, it makes it insecure. I&#8217;d rather have straight html, like this widget.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kath</title>
		<link>http://mattdanner.net/latest-tweet-without-a-plugin-using-php/comment-page-1/#comment-1512</link>
		<dc:creator>Kath</dc:creator>
		<pubDate>Wed, 07 Jul 2010 05:02:52 +0000</pubDate>
		<guid isPermaLink="false">http://mattdanner.net/?p=1218#comment-1512</guid>
		<description>hi matt,
thanks, awesome code! worked perfectly, 
one question though - how do i make it post morethan 1 tweet? right now, it was only showing 1 tweet. i thought by editing this part &quot;&amp;rpp=1&quot;; will fix the problem (change the number 1 :P) but it didn&#039;t. hope you can help me. thanks in advance :)</description>
		<content:encoded><![CDATA[<p>hi matt,<br />
thanks, awesome code! worked perfectly,<br />
one question though &#8211; how do i make it post morethan 1 tweet? right now, it was only showing 1 tweet. i thought by editing this part &#8220;&amp;rpp=1&#8243;; will fix the problem (change the number 1 <img src='http://mattdanner.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> ) but it didn&#8217;t. hope you can help me. thanks in advance <img src='http://mattdanner.net/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/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: mattdanner.net @ 2012-02-07 10:47:47 -->
