<?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: How to Add a Twitter Button to Your Blog: All Possible Options</title>
	<atom:link href="http://www.dirjournal.com/articles/how-to-add-a-twitter-button-to-your-blog-all-possible-options/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dirjournal.com/articles/how-to-add-a-twitter-button-to-your-blog-all-possible-options/</link>
	<description>Social Media, Design Trends, Internet Marketing, SEO and Web Tips</description>
	<lastBuildDate>Wed, 10 Mar 2010 20:12:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Ann Smarty</title>
		<link>http://www.dirjournal.com/articles/how-to-add-a-twitter-button-to-your-blog-all-possible-options/comment-page-1/#comment-21016</link>
		<dc:creator>Ann Smarty</dc:creator>
		<pubDate>Mon, 07 Sep 2009 16:53:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.dirjournal.com/articles/?p=670#comment-21016</guid>
		<description>@Michael Try there plugin: http://wordpress.org/extend/plugins/addthis/</description>
		<content:encoded><![CDATA[<p>@Michael Try there plugin: <a href="http://wordpress.org/extend/plugins/addthis/" rel="nofollow">http://wordpress.org/extend/plugins/addthis/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michael</title>
		<link>http://www.dirjournal.com/articles/how-to-add-a-twitter-button-to-your-blog-all-possible-options/comment-page-1/#comment-20996</link>
		<dc:creator>michael</dc:creator>
		<pubDate>Sun, 06 Sep 2009 12:54:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.dirjournal.com/articles/?p=670#comment-20996</guid>
		<description>All you need to do is go to addthis dot com and there code it says things like &lt;a&gt;&lt;/a&gt;

all you do is change the button tag to myspace, twitter etc and you will get that button. Im not sure if it works for all of them but I know it works for the popular ones.

I have a question?

How can you add these buttons for individual links on a page instead of tweeting the whole page.</description>
		<content:encoded><![CDATA[<p>All you need to do is go to addthis dot com and there code it says things like <a></a></p>
<p>all you do is change the button tag to myspace, twitter etc and you will get that button. Im not sure if it works for all of them but I know it works for the popular ones.</p>
<p>I have a question?</p>
<p>How can you add these buttons for individual links on a page instead of tweeting the whole page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Twitter Trackbacks for How to Add a Twitter Button to Your Blog: All Possible Options [dirjournal.com] on Topsy.com</title>
		<link>http://www.dirjournal.com/articles/how-to-add-a-twitter-button-to-your-blog-all-possible-options/comment-page-1/#comment-20830</link>
		<dc:creator>Twitter Trackbacks for How to Add a Twitter Button to Your Blog: All Possible Options [dirjournal.com] on Topsy.com</dc:creator>
		<pubDate>Fri, 28 Aug 2009 06:59:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.dirjournal.com/articles/?p=670#comment-20830</guid>
		<description>[...] link is being shared on Twitter right now. @seosmarty, an influential author, said (Very Useful!) RT [...]</description>
		<content:encoded><![CDATA[<p>[...] link is being shared on Twitter right now. @seosmarty, an influential author, said (Very Useful!) RT [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Soxialize</title>
		<link>http://www.dirjournal.com/articles/how-to-add-a-twitter-button-to-your-blog-all-possible-options/comment-page-1/#comment-20406</link>
		<dc:creator>Soxialize</dc:creator>
		<pubDate>Fri, 07 Aug 2009 07:09:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.dirjournal.com/articles/?p=670#comment-20406</guid>
		<description>With WordPress I find that it&#039;s better to use code similar to Richards above. TweetMeme is great but just takes entirely way to long to load.

Great post, thanks for putting all together!</description>
		<content:encoded><![CDATA[<p>With WordPress I find that it&#8217;s better to use code similar to Richards above. TweetMeme is great but just takes entirely way to long to load.</p>
<p>Great post, thanks for putting all together!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard X. Thripp</title>
		<link>http://www.dirjournal.com/articles/how-to-add-a-twitter-button-to-your-blog-all-possible-options/comment-page-1/#comment-20220</link>
		<dc:creator>Richard X. Thripp</dc:creator>
		<pubDate>Wed, 29 Jul 2009 22:19:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.dirjournal.com/articles/?p=670#comment-20220</guid>
		<description>g1smd is right; those spaces really need to be plus signs. Not that you have to use a plugin, but I see a lot of do-it-yourself people making that mistake. It shouldn&#039;t harm anything, but spaces in URLs is always bad form. This is the version I recommend, as it uses shorter URLs:

&lt;?php
global $id;
echo &#039;&lt;a href=&quot;http://twitter.com/home?status=Currently+reading+&#039; . get_bloginfo(&#039;url&#039;) .
&#039;/?p=&#039; . $id . &#039;&quot; title=&quot;Post to Twitter&quot;&gt;Tweet This Post&lt;/a&gt;&#039;;
?&gt;</description>
		<content:encoded><![CDATA[<p>g1smd is right; those spaces really need to be plus signs. Not that you have to use a plugin, but I see a lot of do-it-yourself people making that mistake. It shouldn&#8217;t harm anything, but spaces in URLs is always bad form. This is the version I recommend, as it uses shorter URLs:</p>
<p>&lt;?php<br />
global $id;<br />
echo &#8216;&lt;a href=&#8221;http://twitter.com/home?status=Currently+reading+&#8217; . get_bloginfo(&#8216;url&#8217;) .<br />
&#8216;/?p=&#8217; . $id . &#8216;&#8221; title=&#8221;Post to Twitter&#8221;&gt;Tweet This Post&lt;/a&gt;&#8217;;<br />
?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Internet Marketing Company</title>
		<link>http://www.dirjournal.com/articles/how-to-add-a-twitter-button-to-your-blog-all-possible-options/comment-page-1/#comment-19705</link>
		<dc:creator>Internet Marketing Company</dc:creator>
		<pubDate>Tue, 14 Jul 2009 10:19:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.dirjournal.com/articles/?p=670#comment-19705</guid>
		<description>Great resource for the Twitter blog users.  I have bookmarked and will share your page.  Thanks again for the info.</description>
		<content:encoded><![CDATA[<p>Great resource for the Twitter blog users.  I have bookmarked and will share your page.  Thanks again for the info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carina</title>
		<link>http://www.dirjournal.com/articles/how-to-add-a-twitter-button-to-your-blog-all-possible-options/comment-page-1/#comment-19603</link>
		<dc:creator>Carina</dc:creator>
		<pubDate>Fri, 10 Jul 2009 22:41:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.dirjournal.com/articles/?p=670#comment-19603</guid>
		<description>Thank you so much for all these great tips and links! Maybe you also like to check out these Twitter icon freebies: http://www.carina-franz.com/freebies/twitter%20icons/freebies%20twitter%20icons.html</description>
		<content:encoded><![CDATA[<p>Thank you so much for all these great tips and links! Maybe you also like to check out these Twitter icon freebies: <a href="http://www.carina-franz.com/freebies/twitter%20icons/freebies%20twitter%20icons.html" rel="nofollow">http://www.carina-franz.com/freebies/twitter%20icons/freebies%20twitter%20icons.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane</title>
		<link>http://www.dirjournal.com/articles/how-to-add-a-twitter-button-to-your-blog-all-possible-options/comment-page-1/#comment-18169</link>
		<dc:creator>Shane</dc:creator>
		<pubDate>Fri, 29 May 2009 01:09:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.dirjournal.com/articles/?p=670#comment-18169</guid>
		<description>Hi, 

Great post. I&#039;ll be setting up my first blog soon, looking forward to trying your tips out.</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>Great post. I&#8217;ll be setting up my first blog soon, looking forward to trying your tips out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How To Get People Tweeting About You &#124; Kikabink News</title>
		<link>http://www.dirjournal.com/articles/how-to-add-a-twitter-button-to-your-blog-all-possible-options/comment-page-1/#comment-17091</link>
		<dc:creator>How To Get People Tweeting About You &#124; Kikabink News</dc:creator>
		<pubDate>Tue, 28 Apr 2009 06:01:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.dirjournal.com/articles/?p=670#comment-17091</guid>
		<description>[...] Ann Smarty, &#8220;How to Add a Twitter Button to Your Blog: All Possible Options,&#8221; DirJournal...    Share and [...]</description>
		<content:encoded><![CDATA[<p>[...] Ann Smarty, &#8220;How to Add a Twitter Button to Your Blog: All Possible Options,&#8221; DirJournal&#8230;    Share and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seosmarty</title>
		<link>http://www.dirjournal.com/articles/how-to-add-a-twitter-button-to-your-blog-all-possible-options/comment-page-1/#comment-16999</link>
		<dc:creator>seosmarty</dc:creator>
		<pubDate>Sun, 26 Apr 2009 20:03:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.dirjournal.com/articles/?p=670#comment-16999</guid>
		<description>@g1smd, you are right, I added nofollow attribute to the code.</description>
		<content:encoded><![CDATA[<p>@g1smd, you are right, I added nofollow attribute to the code.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
