<?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: Post WordPress To Twitter Automatically, With Short URLs, No Plugin Required</title>
	<atom:link href="http://www.clazh.com/post-wordpress-to-twitter-automatically-with-short-urls-no-plugin-required/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.clazh.com/post-wordpress-to-twitter-automatically-with-short-urls-no-plugin-required/</link>
	<description>Technology &#38; Design</description>
	<lastBuildDate>Thu, 09 Sep 2010 19:57:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: ijsbrand</title>
		<link>http://www.clazh.com/post-wordpress-to-twitter-automatically-with-short-urls-no-plugin-required/#comment-4130</link>
		<dc:creator>ijsbrand</dc:creator>
		<pubDate>Thu, 05 Aug 2010 19:18:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.clazh.com/?p=410#comment-4130</guid>
		<description>Thank you very much for this code. 

I have one question though. If I want to limit the number the automatic tweets, so Twitter only gets an update when I post on Wordpress in a certain category. How can I add an filter to the code for that?</description>
		<content:encoded><![CDATA[<p>Thank you very much for this code. </p>
<p>I have one question though. If I want to limit the number the automatic tweets, so Twitter only gets an update when I post on WordPress in a certain category. How can I add an filter to the code for that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shor7.com</title>
		<link>http://www.clazh.com/post-wordpress-to-twitter-automatically-with-short-urls-no-plugin-required/#comment-3567</link>
		<dc:creator>shor7.com</dc:creator>
		<pubDate>Wed, 10 Mar 2010 23:49:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.clazh.com/?p=410#comment-3567</guid>
		<description>great article, thanks for sharing.</description>
		<content:encoded><![CDATA[<p>great article, thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Swain</title>
		<link>http://www.clazh.com/post-wordpress-to-twitter-automatically-with-short-urls-no-plugin-required/#comment-3406</link>
		<dc:creator>David Swain</dc:creator>
		<pubDate>Sun, 21 Feb 2010 16:20:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.clazh.com/?p=410#comment-3406</guid>
		<description>This is brilliant, thank you so much. Do you know how i can stop the function running when a post is in a certain category?

I have a few categories i dont want tweeted.

David</description>
		<content:encoded><![CDATA[<p>This is brilliant, thank you so much. Do you know how i can stop the function running when a post is in a certain category?</p>
<p>I have a few categories i dont want tweeted.</p>
<p>David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Kingery</title>
		<link>http://www.clazh.com/post-wordpress-to-twitter-automatically-with-short-urls-no-plugin-required/#comment-3268</link>
		<dc:creator>Scott Kingery</dc:creator>
		<pubDate>Fri, 05 Feb 2010 22:39:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.clazh.com/?p=410#comment-3268</guid>
		<description>Thanks for this. Pretty cool. My one problem is, if I create a draft post this script does not see it as new when it finally gets published. It will work if I remove the comments around the ELSE section so that the script fires on updates but I don&#039;t want that for other reasons.
Any thoughts on how to get this to work? I was thinking of somehow checking the status with $post-&gt;post_status but my php skills aren&#039;t very good.
On twitter as @techlifeweb</description>
		<content:encoded><![CDATA[<p>Thanks for this. Pretty cool. My one problem is, if I create a draft post this script does not see it as new when it finally gets published. It will work if I remove the comments around the ELSE section so that the script fires on updates but I don&#8217;t want that for other reasons.<br />
Any thoughts on how to get this to work? I was thinking of somehow checking the status with $post-&gt;post_status but my php skills aren&#8217;t very good.<br />
On twitter as @techlifeweb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: T S Sreejith</title>
		<link>http://www.clazh.com/post-wordpress-to-twitter-automatically-with-short-urls-no-plugin-required/#comment-3019</link>
		<dc:creator>T S Sreejith</dc:creator>
		<pubDate>Tue, 05 Jan 2010 13:58:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.clazh.com/?p=410#comment-3019</guid>
		<description>Thank you very much boss, works like a charm</description>
		<content:encoded><![CDATA[<p>Thank you very much boss, works like a charm</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chang</title>
		<link>http://www.clazh.com/post-wordpress-to-twitter-automatically-with-short-urls-no-plugin-required/#comment-2830</link>
		<dc:creator>Chang</dc:creator>
		<pubDate>Sat, 19 Dec 2009 14:34:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.clazh.com/?p=410#comment-2830</guid>
		<description>This is a very useful piece of code and I tried it successfully. But I was wondering whether or not it is possible to add bit.ly URL instead of the default WP URL. I know the whole idea of this code is to post without any other plugin. But I really don&#039;t like to post my WP URL as my domain name is a bit long. I know how to shorten WP urls automatically with bit.ly but don&#039;t know how to send that to Twitter. So, is it possible to call a bit.ly link in $postLink?</description>
		<content:encoded><![CDATA[<p>This is a very useful piece of code and I tried it successfully. But I was wondering whether or not it is possible to add bit.ly URL instead of the default WP URL. I know the whole idea of this code is to post without any other plugin. But I really don&#8217;t like to post my WP URL as my domain name is a bit long. I know how to shorten WP urls automatically with bit.ly but don&#8217;t know how to send that to Twitter. So, is it possible to call a bit.ly link in $postLink?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arpit Jacob</title>
		<link>http://www.clazh.com/post-wordpress-to-twitter-automatically-with-short-urls-no-plugin-required/#comment-2765</link>
		<dc:creator>Arpit Jacob</dc:creator>
		<pubDate>Mon, 14 Dec 2009 19:42:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.clazh.com/?p=410#comment-2765</guid>
		<description>Hey tim you can&#039;t use it on wordpress.com since they don&#039;t allow you to edit or add any PHP code. You need to be on your own server i.e. self installed wordpress.</description>
		<content:encoded><![CDATA[<p>Hey tim you can&#8217;t use it on wordpress.com since they don&#8217;t allow you to edit or add any PHP code. You need to be on your own server i.e. self installed wordpress.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.clazh.com/post-wordpress-to-twitter-automatically-with-short-urls-no-plugin-required/#comment-2762</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Mon, 14 Dec 2009 16:21:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.clazh.com/?p=410#comment-2762</guid>
		<description>Can i add this to my blog?</description>
		<content:encoded><![CDATA[<p>Can i add this to my blog?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arpit Jacob</title>
		<link>http://www.clazh.com/post-wordpress-to-twitter-automatically-with-short-urls-no-plugin-required/#comment-2753</link>
		<dc:creator>Arpit Jacob</dc:creator>
		<pubDate>Sun, 13 Dec 2009 03:54:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.clazh.com/?p=410#comment-2753</guid>
		<description>hey guys you are welcome :) glad it got fixed. and luckily I didn&#039;t have to spend too much time figuring it out.</description>
		<content:encoded><![CDATA[<p>hey guys you are welcome :) glad it got fixed. and luckily I didn&#8217;t have to spend too much time figuring it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: boylogik</title>
		<link>http://www.clazh.com/post-wordpress-to-twitter-automatically-with-short-urls-no-plugin-required/#comment-2751</link>
		<dc:creator>boylogik</dc:creator>
		<pubDate>Sat, 12 Dec 2009 19:37:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.clazh.com/?p=410#comment-2751</guid>
		<description>Thanks to Arpit for helping me find the solution to the fore-mentioned issue. It works beautifully now. Thanks mate!</description>
		<content:encoded><![CDATA[<p>Thanks to Arpit for helping me find the solution to the fore-mentioned issue. It works beautifully now. Thanks mate!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
