<?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>Get Your Daily Byte Of Technology</description>
	<lastBuildDate>Thu, 26 Jan 2012 06:55:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Nathaniel Bailey</title>
		<link>http://www.clazh.com/post-wordpress-to-twitter-automatically-with-short-urls-no-plugin-required/#comment-8066</link>
		<dc:creator>Nathaniel Bailey</dc:creator>
		<pubDate>Fri, 03 Jun 2011 08:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.clazh.com/?p=410#comment-8066</guid>
		<description>Ok I just tried the changes you posted in the comments here and still it didnt work :(

MY blog is at http://www.nathanielbailey.co.uk/ if you could have a look to see if you can work it out as I see no reason for this not to work correctly.

Thanks,
Nath</description>
		<content:encoded><![CDATA[<p>Ok I just tried the changes you posted in the comments here and still it didnt work :(</p>
<p>MY blog is at <a href="http://www.nathanielbailey.co.uk/" rel="nofollow">http://www.nathanielbailey.co.uk/</a> if you could have a look to see if you can work it out as I see no reason for this not to work correctly.</p>
<p>Thanks,<br />
Nath</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathaniel Bailey</title>
		<link>http://www.clazh.com/post-wordpress-to-twitter-automatically-with-short-urls-no-plugin-required/#comment-8065</link>
		<dc:creator>Nathaniel Bailey</dc:creator>
		<pubDate>Fri, 03 Jun 2011 08:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.clazh.com/?p=410#comment-8065</guid>
		<description>I have been trying to get this to work for 2 days now and cant work out whats going wrong with it :(

It just dont post to my twitter account, I copied the code exact as in the original post and have double checked I put my twitter user and pass correctly and still not working :(

Can anyone tell me if something needs changing from the original code for it to work now or something?</description>
		<content:encoded><![CDATA[<p>I have been trying to get this to work for 2 days now and cant work out whats going wrong with it :(</p>
<p>It just dont post to my twitter account, I copied the code exact as in the original post and have double checked I put my twitter user and pass correctly and still not working :(</p>
<p>Can anyone tell me if something needs changing from the original code for it to work now or something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michael</title>
		<link>http://www.clazh.com/post-wordpress-to-twitter-automatically-with-short-urls-no-plugin-required/#comment-6883</link>
		<dc:creator>michael</dc:creator>
		<pubDate>Tue, 25 Jan 2011 14:59:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.clazh.com/?p=410#comment-6883</guid>
		<description>is working!!! try this
&quot;ok I double checked and it seems to be working fine on my site

try changing

$message = $postTitle . $postLink; to

$message = $postLink . $postTitle;

i.e move the link in front of the title it might be getting truncated.&quot;
as arpit jacob said. thanks AJ</description>
		<content:encoded><![CDATA[<p>is working!!! try this<br />
&#8220;ok I double checked and it seems to be working fine on my site</p>
<p>try changing</p>
<p>$message = $postTitle . $postLink; to</p>
<p>$message = $postLink . $postTitle;</p>
<p>i.e move the link in front of the title it might be getting truncated.&#8221;<br />
as arpit jacob said. thanks AJ</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.clazh.com/post-wordpress-to-twitter-automatically-with-short-urls-no-plugin-required/#comment-6872</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 20 Jan 2011 01:35:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.clazh.com/?p=410#comment-6872</guid>
		<description>Tweets were not being posted. I uncommented to check for success or failure and received an error:

success
Warning: Cannot modify header information - headers already sent by (output started at functions.php:72) in /wp-includes/pluggable.php on line 890

Do you think this is theme specific? Has this been tested in the latest version of WP?</description>
		<content:encoded><![CDATA[<p>Tweets were not being posted. I uncommented to check for success or failure and received an error:</p>
<p>success<br />
Warning: Cannot modify header information &#8211; headers already sent by (output started at functions.php:72) in /wp-includes/pluggable.php on line 890</p>
<p>Do you think this is theme specific? Has this been tested in the latest version of WP?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ankit Saini</title>
		<link>http://www.clazh.com/post-wordpress-to-twitter-automatically-with-short-urls-no-plugin-required/#comment-6858</link>
		<dc:creator>Ankit Saini</dc:creator>
		<pubDate>Sun, 09 Jan 2011 20:32:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.clazh.com/?p=410#comment-6858</guid>
		<description>Great hack..
If my url structure is like &quot;category/post.html&quot;.
Does it work with this url structure.
Thanks</description>
		<content:encoded><![CDATA[<p>Great hack..<br />
If my url structure is like &#8220;category/post.html&#8221;.<br />
Does it work with this url structure.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed Wickes</title>
		<link>http://www.clazh.com/post-wordpress-to-twitter-automatically-with-short-urls-no-plugin-required/#comment-2542</link>
		<dc:creator>Ed Wickes</dc:creator>
		<pubDate>Mon, 13 Sep 2010 13:12:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.clazh.com/?p=410#comment-2542</guid>
		<description>Hi all its 13th september 2010, is this code still valid/works?</description>
		<content:encoded><![CDATA[<p>Hi all its 13th september 2010, is this code still valid/works?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ijsbrand</title>
		<link>http://www.clazh.com/post-wordpress-to-twitter-automatically-with-short-urls-no-plugin-required/#comment-2541</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-2541</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-2540</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-2540</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-2539</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-2539</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-2538</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-2538</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>
</channel>
</rss>

