<?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"
	>
<channel>
	<title>Comments on: Integrating Twitter Into Your WordPress Blog</title>
	<atom:link href="http://lorelle.wordpress.com/2007/03/22/integrating-twitter-into-your-wordpress-blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://lorelle.wordpress.com/2007/03/22/integrating-twitter-into-your-wordpress-blog/</link>
	<description>Helping you learn more and do more with WordPress</description>
	<pubDate>Sat, 19 Jul 2008 21:08:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
		<item>
		<title>By: jazz316</title>
		<link>http://lorelle.wordpress.com/2007/03/22/integrating-twitter-into-your-wordpress-blog/#comment-904775</link>
		<dc:creator>jazz316</dc:creator>
		<pubDate>Wed, 11 Jun 2008 00:21:17 +0000</pubDate>
		<guid isPermaLink="false">http://lorelle.wordpress.com/2007/03/22/integrating-twitter-into-your-wordpress-blog/#comment-904775</guid>
		<description>If you have a WP blog and want to integrate timely, relevant twitter content, my new tool &lt;a href="http://www.lessnau.com/twitterdoodle/" rel="nofollow"&gt;Twitterdoodle&lt;/a&gt; can automatically add posts to your blog based on twitter keyword/keyword phrase searches.

</description>
		<content:encoded><![CDATA[<p>If you have a WP blog and want to integrate timely, relevant twitter content, my new tool <a href="http://www.lessnau.com/twitterdoodle/" rel="nofollow">Twitterdoodle</a> can automatically add posts to your blog based on twitter keyword/keyword phrase searches.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: romeo7383</title>
		<link>http://lorelle.wordpress.com/2007/03/22/integrating-twitter-into-your-wordpress-blog/#comment-901722</link>
		<dc:creator>romeo7383</dc:creator>
		<pubDate>Tue, 13 May 2008 13:47:27 +0000</pubDate>
		<guid isPermaLink="false">http://lorelle.wordpress.com/2007/03/22/integrating-twitter-into-your-wordpress-blog/#comment-901722</guid>
		<description>Just got on Twitter this morning.  I'll try adding it through the RSS feed and see how that works out on my blog.</description>
		<content:encoded><![CDATA[<p>Just got on Twitter this morning.  I&#8217;ll try adding it through the RSS feed and see how that works out on my blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: freemor</title>
		<link>http://lorelle.wordpress.com/2007/03/22/integrating-twitter-into-your-wordpress-blog/#comment-898433</link>
		<dc:creator>freemor</dc:creator>
		<pubDate>Fri, 18 Apr 2008 18:15:53 +0000</pubDate>
		<guid isPermaLink="false">http://lorelle.wordpress.com/2007/03/22/integrating-twitter-into-your-wordpress-blog/#comment-898433</guid>
		<description>Thanks for the helpful info. Saved me some time and that is always appreciated.. nice blog entry. lots of useful info here</description>
		<content:encoded><![CDATA[<p>Thanks for the helpful info. Saved me some time and that is always appreciated.. nice blog entry. lots of useful info here</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen James</title>
		<link>http://lorelle.wordpress.com/2007/03/22/integrating-twitter-into-your-wordpress-blog/#comment-893308</link>
		<dc:creator>Stephen James</dc:creator>
		<pubDate>Wed, 19 Mar 2008 20:53:03 +0000</pubDate>
		<guid isPermaLink="false">http://lorelle.wordpress.com/2007/03/22/integrating-twitter-into-your-wordpress-blog/#comment-893308</guid>
		<description>I use Twitter and thus Twitter Tools to create Aside posts. I also use Sideblog to list one post category in the sidebar. I do not like these Asides to include direct tweets (prefaced with ‘@’). The following code removes all Tweets that begin with ‘@’. I wanted to share this option with the WordPress Plugin community.

- - - - - - - - - - - -
Insert at line 213 of twitter-tools.php inside the closing bracket ‘}’ of function “do_tweet_post”
- - - - - - - - - - - -

if(substr($data["post_content"], 0, 1) != ‘@’) {
$post_id = wp_insert_post($data);
add_post_meta($post_id, ‘aktt_twitter_id’, $tweet-&#62;tw_id, true);
}

This will only save posts that do not start with ‘@’. Now my only Asides posts (tweets) are non-direct tweets (which makes much more sense to me then listing half conversations that people can’t follow by reading your website).</description>
		<content:encoded><![CDATA[<p>I use Twitter and thus Twitter Tools to create Aside posts. I also use Sideblog to list one post category in the sidebar. I do not like these Asides to include direct tweets (prefaced with ‘@’). The following code removes all Tweets that begin with ‘@’. I wanted to share this option with the WordPress Plugin community.</p>
<p>- - - - - - - - - - - -<br />
Insert at line 213 of twitter-tools.php inside the closing bracket ‘}’ of function “do_tweet_post”<br />
- - - - - - - - - - - -</p>
<p>if(substr($data["post_content"], 0, 1) != ‘@’) {<br />
$post_id = wp_insert_post($data);<br />
add_post_meta($post_id, ‘aktt_twitter_id’, $tweet-&gt;tw_id, true);<br />
}</p>
<p>This will only save posts that do not start with ‘@’. Now my only Asides posts (tweets) are non-direct tweets (which makes much more sense to me then listing half conversations that people can’t follow by reading your website).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Edublogs Magazine : Around Edublogs: Twittering</title>
		<link>http://lorelle.wordpress.com/2007/03/22/integrating-twitter-into-your-wordpress-blog/#comment-890363</link>
		<dc:creator>The Edublogs Magazine : Around Edublogs: Twittering</dc:creator>
		<pubDate>Sun, 03 Feb 2008 01:20:24 +0000</pubDate>
		<guid isPermaLink="false">http://lorelle.wordpress.com/2007/03/22/integrating-twitter-into-your-wordpress-blog/#comment-890363</guid>
		<description>[...] see who is discussing using Twitter and how are they using it for personal and professional needs, integrating Twitter into their blogs, and how they are incorporating Twitter into the [...]</description>
		<content:encoded><![CDATA[<p>[...] see who is discussing using Twitter and how are they using it for personal and professional needs, integrating Twitter into their blogs, and how they are incorporating Twitter into the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Creative Ways to Use Twitter for Marketing and Branding</title>
		<link>http://lorelle.wordpress.com/2007/03/22/integrating-twitter-into-your-wordpress-blog/#comment-783847</link>
		<dc:creator>Creative Ways to Use Twitter for Marketing and Branding</dc:creator>
		<pubDate>Sun, 02 Dec 2007 17:18:09 +0000</pubDate>
		<guid isPermaLink="false">http://lorelle.wordpress.com/2007/03/22/integrating-twitter-into-your-wordpress-blog/#comment-783847</guid>
		<description>[...] widget: you can install Twitter on your blog’s sidebar to show your latest tweets and give your blog a more interactive [...]</description>
		<content:encoded><![CDATA[<p>[...] widget: you can install Twitter on your blog’s sidebar to show your latest tweets and give your blog a more interactive [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Twitter Plugin for Wordpress &#8212; My Life With IT</title>
		<link>http://lorelle.wordpress.com/2007/03/22/integrating-twitter-into-your-wordpress-blog/#comment-461279</link>
		<dc:creator>Twitter Plugin for Wordpress &#8212; My Life With IT</dc:creator>
		<pubDate>Tue, 31 Jul 2007 08:52:35 +0000</pubDate>
		<guid isPermaLink="false">http://lorelle.wordpress.com/2007/03/22/integrating-twitter-into-your-wordpress-blog/#comment-461279</guid>
		<description>[...] how to integrate Twitter into Wordpress by Lorelle. Let&#8217;s see how soon I can use the FTP to do [...]</description>
		<content:encoded><![CDATA[<p>[...] how to integrate Twitter into WordPress by Lorelle. Let&#8217;s see how soon I can use the FTP to do [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://lorelle.wordpress.com/2007/03/22/integrating-twitter-into-your-wordpress-blog/#comment-237586</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Mon, 23 Apr 2007 22:23:19 +0000</pubDate>
		<guid isPermaLink="false">http://lorelle.wordpress.com/2007/03/22/integrating-twitter-into-your-wordpress-blog/#comment-237586</guid>
		<description>I really just don't get twitter, how is it social networking, when you can only see the last 5 seconds of people's activity?, Just lost.

Dan</description>
		<content:encoded><![CDATA[<p>I really just don&#8217;t get twitter, how is it social networking, when you can only see the last 5 seconds of people&#8217;s activity?, Just lost.</p>
<p>Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Collin</title>
		<link>http://lorelle.wordpress.com/2007/03/22/integrating-twitter-into-your-wordpress-blog/#comment-215714</link>
		<dc:creator>Collin</dc:creator>
		<pubDate>Tue, 10 Apr 2007 15:21:14 +0000</pubDate>
		<guid isPermaLink="false">http://lorelle.wordpress.com/2007/03/22/integrating-twitter-into-your-wordpress-blog/#comment-215714</guid>
		<description>Thought you might like to know that I have implemented Alex's twitter plugin you mentioned.  I am using it along with the &lt;a href="http://katesgasis.com/2006/05/02/sideblog-plugin-v30/" rel="nofollow"&gt;Sideblog plugin&lt;/a&gt; to display asides, tweets and random thoughts in my sidebar.  &lt;a href="http://www.cornellfinch.com/2007/04/05/twitter-tools-and-sideblog/" rel="nofollow"&gt;(blatant plug) Details here&lt;/a&gt;. :)</description>
		<content:encoded><![CDATA[<p>Thought you might like to know that I have implemented Alex&#8217;s twitter plugin you mentioned.  I am using it along with the <a href="http://katesgasis.com/2006/05/02/sideblog-plugin-v30/" rel="nofollow">Sideblog plugin</a> to display asides, tweets and random thoughts in my sidebar.  <a href="http://www.cornellfinch.com/2007/04/05/twitter-tools-and-sideblog/" rel="nofollow">(blatant plug) Details here</a>. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://lorelle.wordpress.com/2007/03/22/integrating-twitter-into-your-wordpress-blog/#comment-192352</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Sat, 24 Mar 2007 01:05:20 +0000</pubDate>
		<guid isPermaLink="false">http://lorelle.wordpress.com/2007/03/22/integrating-twitter-into-your-wordpress-blog/#comment-192352</guid>
		<description>As for me, I prefer &lt;a href="http://mugshot.org/" rel="nofollow"&gt;Mugshot&lt;/a&gt;, which does a whole lot more.</description>
		<content:encoded><![CDATA[<p>As for me, I prefer <a href="http://mugshot.org/" rel="nofollow">Mugshot</a>, which does a whole lot more.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
