<?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: New Twitter Tools Features &#8211; Testers Requested</title>
	<atom:link href="http://alexking.org/blog/2009/06/22/new-twitter-tools-features-testers-requested/feed" rel="self" type="application/rss+xml" />
	<link>http://alexking.org/blog/2009/06/22/new-twitter-tools-features-testers-requested</link>
	<description>Alex King, Denver Web Developer</description>
	<lastBuildDate>Thu, 09 Feb 2012 18:02:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: SolarMagic: &#8220;How does it work?&#8221; &#124; GUNTHER Portfolio</title>
		<link>http://alexking.org/blog/2009/06/22/new-twitter-tools-features-testers-requested#comment-77417</link>
		<dc:creator>SolarMagic: &#8220;How does it work?&#8221; &#124; GUNTHER Portfolio</dc:creator>
		<pubDate>Wed, 29 Jul 2009 05:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/?p=3363#comment-77417</guid>
		<description>[...] post from Twitter Tools and an errant FeedBurner email of a three week old post. At least a new Twitter Tools plugin is in [...]</description>
		<content:encoded><![CDATA[<p>[...] post from Twitter Tools and an errant FeedBurner email of a three week old post. At least a new Twitter Tools plugin is in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://alexking.org/blog/2009/06/22/new-twitter-tools-features-testers-requested#comment-74398</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Wed, 15 Jul 2009 16:08:08 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/?p=3363#comment-74398</guid>
		<description>Hey Alex,

been using this plugin for a long time, on multiple sites, and I love it.

I&#039;m using the widget to show my tweets in the sidebar, is there a way to style the text of my tweets using css?  I&#039;d like the text of the tweet to be one color, and the time it was posted (ex: 3 Hours Ago) to be another.  

Can&#039;t find a way to do this.

Thanks!</description>
		<content:encoded><![CDATA[<p>Hey Alex,</p>
<p>been using this plugin for a long time, on multiple sites, and I love it.</p>
<p>I&#8217;m using the widget to show my tweets in the sidebar, is there a way to style the text of my tweets using css?  I&#8217;d like the text of the tweet to be one color, and the time it was posted (ex: 3 Hours Ago) to be another.  </p>
<p>Can&#8217;t find a way to do this.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tarique Sani</title>
		<link>http://alexking.org/blog/2009/06/22/new-twitter-tools-features-testers-requested#comment-72545</link>
		<dc:creator>Tarique Sani</dc:creator>
		<pubDate>Fri, 10 Jul 2009 06:37:23 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/?p=3363#comment-72545</guid>
		<description>Alex!! that is great - thanks for the changes - looks like this is exactly what I needed. Will post here once the plugin is done.</description>
		<content:encoded><![CDATA[<p>Alex!! that is great &#8211; thanks for the changes &#8211; looks like this is exactly what I needed. Will post here once the plugin is done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://alexking.org/blog/2009/06/22/new-twitter-tools-features-testers-requested#comment-72488</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 09 Jul 2009 13:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/?p=3363#comment-72488</guid>
		<description>These new filters should give you the late access you need. For example, you could put a placeholder token in using the filter on the posts for the digest, then replace that late just before the post is inserted. Or you can change the tweet output format now.

Enjoy.

http://plugins.trac.wordpress.org/changeset/133279/twitter-tools/trunk/twitter-tools.php</description>
		<content:encoded><![CDATA[<p>These new filters should give you the late access you need. For example, you could put a placeholder token in using the filter on the posts for the digest, then replace that late just before the post is inserted. Or you can change the tweet output format now.</p>
<p>Enjoy.</p>
<p><a href="http://plugins.trac.wordpress.org/changeset/133279/twitter-tools/trunk/twitter-tools.php" rel="nofollow">http://plugins.trac.[...]er-tools.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tarique Sani</title>
		<link>http://alexking.org/blog/2009/06/22/new-twitter-tools-features-testers-requested#comment-71713</link>
		<dc:creator>Tarique Sani</dc:creator>
		<pubDate>Wed, 08 Jul 2009 07:48:18 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/?p=3363#comment-71713</guid>
		<description>oh well! 

I managed to figure out how to force a digest post and test that my plugin was indeed adding the more tag properly after the set number of tweets, however all that work has been in vain because on line 788 of twitter-tools.php you use the wp_specialchars() on the tweet text which renders the more tag useless. Pretty disappointing as this was just my second run in with wordpress prlugins :(

I would like to know - isn&#039;t the use of wp_specialchars here needless? Twitter text *is* already sanitized</description>
		<content:encoded><![CDATA[<p>oh well! </p>
<p>I managed to figure out how to force a digest post and test that my plugin was indeed adding the more tag properly after the set number of tweets, however all that work has been in vain because on line 788 of twitter-tools.php you use the wp_specialchars() on the tweet text which renders the more tag useless. Pretty disappointing as this was just my second run in with wordpress prlugins <img src='http://alexking.org/wp/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>I would like to know &#8211; isn&#8217;t the use of wp_specialchars here needless? Twitter text *is* already sanitized</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tarique Sani</title>
		<link>http://alexking.org/blog/2009/06/22/new-twitter-tools-features-testers-requested#comment-71568</link>
		<dc:creator>Tarique Sani</dc:creator>
		<pubDate>Tue, 07 Jul 2009 06:42:40 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/?p=3363#comment-71568</guid>
		<description>Thanks - I was able to code a plugin which will add a more tag after user specified number of tweets.
 
What I would like to know is how to force a digest post or a call to do_digest_post() which will create a digest post to test the working of plugin</description>
		<content:encoded><![CDATA[<p>Thanks &#8211; I was able to code a plugin which will add a more tag after user specified number of tweets.</p>
<p>What I would like to know is how to force a digest post or a call to do_digest_post() which will create a digest post to test the working of plugin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://alexking.org/blog/2009/06/22/new-twitter-tools-features-testers-requested#comment-71411</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 06 Jul 2009 12:46:05 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/?p=3363#comment-71411</guid>
		<description>Yep, there&#039;s a hook in place that should allow a plugin to do that. Try it and let me know if you need something else.</description>
		<content:encoded><![CDATA[<p>Yep, there&#8217;s a hook in place that should allow a plugin to do that. Try it and let me know if you need something else.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tarique Sani</title>
		<link>http://alexking.org/blog/2009/06/22/new-twitter-tools-features-testers-requested#comment-71376</link>
		<dc:creator>Tarique Sani</dc:creator>
		<pubDate>Mon, 06 Jul 2009 07:36:26 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/?p=3363#comment-71376</guid>
		<description>Hey Alex - will there be an option that will allow me to put a  after N number of tweets in the digests? 

Or is there a hook that would allow writing a plugin for the same?</description>
		<content:encoded><![CDATA[<p>Hey Alex &#8211; will there be an option that will allow me to put a  after N number of tweets in the digests? </p>
<p>Or is there a hook that would allow writing a plugin for the same?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabio N Sarmento</title>
		<link>http://alexking.org/blog/2009/06/22/new-twitter-tools-features-testers-requested#comment-71095</link>
		<dc:creator>Fabio N Sarmento</dc:creator>
		<pubDate>Sat, 04 Jul 2009 04:28:54 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/?p=3363#comment-71095</guid>
		<description>Exclude script works!!!! NICEEE</description>
		<content:encoded><![CDATA[<p>Exclude script works!!!! NICEEE</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://alexking.org/blog/2009/06/22/new-twitter-tools-features-testers-requested#comment-70986</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 03 Jul 2009 04:36:15 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/?p=3363#comment-70986</guid>
		<description>Please see my comment above:

&lt;blockquote&gt;Thatâ€™s a perfect example of what someone can now build as a plugin for Twitter Tools.&lt;/blockquote&gt;

:)</description>
		<content:encoded><![CDATA[<p>Please see my comment above:</p>
<blockquote><p>Thatâ€™s a perfect example of what someone can now build as a plugin for Twitter Tools.</p></blockquote>
<p> <img src='http://alexking.org/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathew</title>
		<link>http://alexking.org/blog/2009/06/22/new-twitter-tools-features-testers-requested#comment-70939</link>
		<dc:creator>Mathew</dc:creator>
		<pubDate>Fri, 03 Jul 2009 02:40:32 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/?p=3363#comment-70939</guid>
		<description>Well done on the plugin - it has some great features that I think I&#039;ll make some very good use out of. 

Also appreciate that your plugin picks up the links for the @ replies and # hashtag searches.  Such a simple feature and yet oh so very good!

One thing I&#039;d like to see is the suppression of certain hashtags from the Twitter Tool feed widget.  For instance, having a bunch of #followfridays appear in my Twitter Tools feed just looks untidy - it would be great to exlude any Tweet with the #followfriday tags, etc. Just something to consider in upcoming upgrades ;)

Keep up the awesome work!</description>
		<content:encoded><![CDATA[<p>Well done on the plugin &#8211; it has some great features that I think I&#8217;ll make some very good use out of. </p>
<p>Also appreciate that your plugin picks up the links for the @ replies and # hashtag searches.  Such a simple feature and yet oh so very good!</p>
<p>One thing I&#8217;d like to see is the suppression of certain hashtags from the Twitter Tool feed widget.  For instance, having a bunch of #followfridays appear in my Twitter Tools feed just looks untidy &#8211; it would be great to exlude any Tweet with the #followfriday tags, etc. Just something to consider in upcoming upgrades <img src='http://alexking.org/wp/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Keep up the awesome work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Merrill Guice</title>
		<link>http://alexking.org/blog/2009/06/22/new-twitter-tools-features-testers-requested#comment-69949</link>
		<dc:creator>Merrill Guice</dc:creator>
		<pubDate>Wed, 24 Jun 2009 04:21:27 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/?p=3363#comment-69949</guid>
		<description>Using WP 2.8, self hosted at midphase

Installed all plugins on site - no problems. Everything appears nice in Twitter Tools Options. 

Click on one catagory to exclude from outbound posting and set up normally.

When save I get a fsockopen error across the bottom of the Twitter Tools Screen.  Researched in wordpress.org support forums and found one or two mentions of people using Twitter-Tools with same issue but no resolutions posted. Full error message listed below.

Warning: fsockopen() [function.fsockopen]: unable to connect to twitter.com:80 (Connection timed out) in /home/theggui2/public_html/thedailyegg.net/wp-includes/class-snoopy.php on line 1142</description>
		<content:encoded><![CDATA[<p>Using WP 2.8, self hosted at midphase</p>
<p>Installed all plugins on site &#8211; no problems. Everything appears nice in Twitter Tools Options. </p>
<p>Click on one catagory to exclude from outbound posting and set up normally.</p>
<p>When save I get a fsockopen error across the bottom of the Twitter Tools Screen.  Researched in wordpress.org support forums and found one or two mentions of people using Twitter-Tools with same issue but no resolutions posted. Full error message listed below.</p>
<p>Warning: fsockopen() [function.fsockopen]: unable to connect to twitter.com:80 (Connection timed out) in /home/theggui2/public_html/thedailyegg.net/wp-includes/class-snoopy.php on line 1142</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vince</title>
		<link>http://alexking.org/blog/2009/06/22/new-twitter-tools-features-testers-requested#comment-69914</link>
		<dc:creator>Vince</dc:creator>
		<pubDate>Tue, 23 Jun 2009 23:12:40 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/?p=3363#comment-69914</guid>
		<description>Hi Alex,
Great to see this development.
Will it work with WPMU?
And can it Tweet syndicated RSS posts?
Many thanks</description>
		<content:encoded><![CDATA[<p>Hi Alex,<br />
Great to see this development.<br />
Will it work with WPMU?<br />
And can it Tweet syndicated RSS posts?<br />
Many thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bert Mahoney</title>
		<link>http://alexking.org/blog/2009/06/22/new-twitter-tools-features-testers-requested#comment-69908</link>
		<dc:creator>Bert Mahoney</dc:creator>
		<pubDate>Tue, 23 Jun 2009 22:01:43 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/?p=3363#comment-69908</guid>
		<description>looks like this plugin does not work with 2.8 :-(
Makes 1/2 the dashboard disappear.</description>
		<content:encoded><![CDATA[<p>looks like this plugin does not work with 2.8 <img src='http://alexking.org/wp/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /><br />
Makes 1/2 the dashboard disappear.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://alexking.org/blog/2009/06/22/new-twitter-tools-features-testers-requested#comment-69880</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 23 Jun 2009 18:58:02 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/?p=3363#comment-69880</guid>
		<description>That&#039;s a perfect example of what someone can now build as a plugin for Twitter Tools.</description>
		<content:encoded><![CDATA[<p>That&#8217;s a perfect example of what someone can now build as a plugin for Twitter Tools.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

