<?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>Joryland &#187; WordPress</title>
	<atom:link href="http://joryland.org/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://joryland.org</link>
	<description>Life at the speed of coffee</description>
	<lastBuildDate>Tue, 27 Jul 2010 23:29:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Add &#8220;Tweet This Post&#8221; link to WordPress</title>
		<link>http://joryland.org/2009/add-tweet-this-post-link-to-wordpress/</link>
		<comments>http://joryland.org/2009/add-tweet-this-post-link-to-wordpress/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 19:00:14 +0000</pubDate>
		<dc:creator>Jory</dc:creator>
				<category><![CDATA[Web Geekery]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://joryland.org/?p=158</guid>
		<description><![CDATA[Here&#8217;s a quick and dirty way to add a tweet this post link to your WordPress template. Just add this code to your site&#8217;s post template whever you want it displayed. &#60;?php // Grab Title Text $tweet = get_the_title($id); // Change spaces into &#8216;+&#8217; $tweet = str_replace (&#8221; &#8220;, &#8220;%20&#8243;, $tweet); // Grab Permalink $tweetURL [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a quick and dirty way to add a tweet this post link to your WordPress template. Just add this code to your site&#8217;s post template whever you want it displayed.</p>
<blockquote><p>&lt;?php</p>
<p>// Grab Title Text</p>
<p>$tweet = get_the_title($id);</p>
<p>// Change spaces into &#8216;+&#8217;</p>
<p>$tweet = str_replace (&#8221; &#8220;, &#8220;%20&#8243;, $tweet);</p>
<p>// Grab Permalink</p>
<p>$tweetURL = get_permalink();</p>
<p>// Print &#8220;Tweet this article&#8221; link with sanitized URL</p>
<p>print &#8220;&lt;a href=http://twitter.com/home?status=&#8221;.$tweet.&#8221;+&#8221;.urlencode($tweetURL).&#8221;&gt;Tweet This Post&lt;/a&gt;&#8221;;</p>
<p>?&gt;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://joryland.org/2009/add-tweet-this-post-link-to-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
