<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: Customize Your TwitterTools Prefix Text</title>
	<atom:link href="http://cogdogblog.com/2008/12/29/twittertools-prefix/feed/" rel="self" type="application/rss+xml" />
	<link>http://cogdogblog.com/2008/12/29/twittertools-prefix/</link>
	<description>Alan Levine&#039;s space for barking about and playing with technology</description>
	<lastBuildDate>Sat, 26 May 2012 17:11:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Thoughts Have Wings &#187; Blog Archive &#187; Blog Tweets</title>
		<link>http://cogdogblog.com/2008/12/29/twittertools-prefix/comment-page-1/#comment-58421</link>
		<dc:creator>Thoughts Have Wings &#187; Blog Archive &#187; Blog Tweets</dc:creator>
		<pubDate>Sun, 04 Jan 2009 03:27:07 +0000</pubDate>
		<guid isPermaLink="false">http://cogdogblog.com/?p=3167#comment-58421</guid>
		<description>[...] cool!  It worked.  Thanks to CogDog for the [...]</description>
		<content:encoded><![CDATA[<p>[...] cool!  It worked.  Thanks to CogDog for the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://cogdogblog.com/2008/12/29/twittertools-prefix/comment-page-1/#comment-58359</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Wed, 31 Dec 2008 22:28:59 +0000</pubDate>
		<guid isPermaLink="false">http://cogdogblog.com/?p=3167#comment-58359</guid>
		<description>Worked like a champ! Thanks for the quick and helpful response!!!</description>
		<content:encoded><![CDATA[<p>Worked like a champ! Thanks for the quick and helpful response!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan Levine aka CogDog</title>
		<link>http://cogdogblog.com/2008/12/29/twittertools-prefix/comment-page-1/#comment-58358</link>
		<dc:creator>Alan Levine aka CogDog</dc:creator>
		<pubDate>Wed, 31 Dec 2008 21:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://cogdogblog.com/?p=3167#comment-58358</guid>
		<description>I can only guess since I don&#039;t convert my tweets to post, but you would need to edit line 277, which reads

&lt;code&gt;, &#039;post_title&#039; =&gt; $wpdb-&gt;escape(trim_add_elipsis($tweet-&gt;tw_text, 30))&lt;/code&gt;

The value for &#039;post_title&quot; is created from the first 30 chararacters from your tweet, so you can try appending text like:

&lt;code&gt;, &#039;post_title&#039; =&gt; $wpdb-&gt;escape(trim_add_elipsis($tweet-&gt;tw_text, 30)) . &#039; (posted from twitter)&#039;&lt;/code&gt;

YMMV</description>
		<content:encoded><![CDATA[<p>I can only guess since I don&#8217;t convert my tweets to post, but you would need to edit line 277, which reads</p>
<p><code>, 'post_title' => $wpdb->escape(trim_add_elipsis($tweet->tw_text, 30))</code></p>
<p>The value for &#8216;post_title&#8221; is created from the first 30 chararacters from your tweet, so you can try appending text like:</p>
<p><code>, 'post_title' => $wpdb->escape(trim_add_elipsis($tweet->tw_text, 30)) . ' (posted from twitter)'</code></p>
<p>YMMV</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://cogdogblog.com/2008/12/29/twittertools-prefix/comment-page-1/#comment-58357</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Wed, 31 Dec 2008 19:47:47 +0000</pubDate>
		<guid isPermaLink="false">http://cogdogblog.com/?p=3167#comment-58357</guid>
		<description>Ran across this post when looking to add a prefix to the &quot;inbound tweet to blog post&quot;. WP forums were of no help.

Wonder if you can tell by looking at the code where some simple text could be inserted for either the title or the body that simply stated it was imported by twitter to distinguish between normal blog posts and twitter imports.

Thanks!</description>
		<content:encoded><![CDATA[<p>Ran across this post when looking to add a prefix to the &#8220;inbound tweet to blog post&#8221;. WP forums were of no help.</p>
<p>Wonder if you can tell by looking at the code where some simple text could be inserted for either the title or the body that simply stated it was imported by twitter to distinguish between normal blog posts and twitter imports.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

