<?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>Penguination Project &#187; wordpress twitter plugin</title>
	<atom:link href="http://penguinationproject.com/tag/wordpress-twitter-plugin/feed" rel="self" type="application/rss+xml" />
	<link>http://penguinationproject.com</link>
	<description></description>
	<lastBuildDate>Thu, 29 Oct 2009 19:51:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wordpress twitter button tutorial</title>
		<link>http://penguinationproject.com/wordpress-twitter-button-tutorial</link>
		<comments>http://penguinationproject.com/wordpress-twitter-button-tutorial#comments</comments>
		<pubDate>Thu, 18 Jun 2009 23:26:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[twitter button]]></category>
		<category><![CDATA[wordpress twitter plugin]]></category>

		<guid isPermaLink="false">http://penguinationproject.com/?p=192</guid>
		<description><![CDATA[Hello again friends !
Good news , you don&#8217;t need any wordpress twitter plugin for now, we will teach you how to create this plugin yourself !
Twitter button allows to your visitors to tweet every single post. That&#8217;s cool enough right ? There are some free widgets available over the net. Tweetmeme.com button for example, but [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-196" title="twitter-bird-6" src="http://penguinationproject.com/wp-content/uploads/2009/06/twitter-bird-6-300x300.png" alt="twitter-bird-6" width="300" height="300" />Hello again friends !</p>
<p>Good news , you don&#8217;t need any wordpress twitter plugin for now, we will teach you how to create this plugin yourself !</p>
<p>Twitter button allows to your visitors to tweet every single post. That&#8217;s cool enough right ? There are some free widgets available over the net. Tweetmeme.com button for example, but when you are using tweetmeme button , you are automatically retweet tweetmeme.com I don&#8217;t want to retweet tweetmeme and probably you also don&#8217;t want to retweet them. So let&#8217;s create our twitter button from scratch.</p>
<p>First we need button image actually. You can use our happy bird : just save it on your desktop.</p>
<p><img class="size-full wp-image-193 alignnone" title="twitter1" src="http://penguinationproject.com/wp-content/uploads/2009/06/twitter1.gif" alt="twitter1" width="81" height="65" /></p>
<p>Ok, let&#8217;s do it :</p>
<ul>
<li>Upload this image to your server root</li>
<li>Login to wp-admin, click appearance, click editor, on right menu find single.php file, click on it</li>
<li>Inside of Single.php find html code one of the following : <strong>&lt;div class=&#8221;entry&#8221;&gt;</strong> or <strong>&lt;div id=&#8221;entry&#8221;&gt;</strong> after this tag insert code <strong>&lt;?$title=get_the_title();?&gt;&lt;div style=&#8221;float:left;margin-right:.5em;margin-bottom:.5em;&#8221;&gt;  &lt;a title=&#8221;ReTweet this&#8221; href=&#8221;http://twitter.com/home?status=&lt;?=urlencode($title)?&gt;+&lt;?php the_permalink();?&gt;&#8221;&gt;&lt;img border=&#8221;0&#8243; src=&#8221;<code>&lt;?php echo get_option('siteurl'); ?&gt;/</code>twitter.gif&#8221;&gt;&lt;/a&gt;  &lt;/div&gt;</strong></li>
<li>Save single.php</li>
<li>If you use cacher , clear the cache</li>
</ul>
<p>Now when everyone visits your blog, he could tweet any post.</p>
<p>Good luck coding and exploring your wordpress blog !</p>
]]></content:encoded>
			<wfw:commentRss>http://penguinationproject.com/wordpress-twitter-button-tutorial/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->