<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Tag: twitpress</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Tag: twitpress</description>
<language>en</language>
<pubDate>Tue, 24 Nov 2009 04:26:01 +0000</pubDate>

<item>
<title>kegill on "[Plugin: Twitpress] Does Not Work On WP 2.8"</title>
<link>http://wordpress.org/support/topic/303978#post-1186349</link>
<pubDate>Mon, 24 Aug 2009 18:22:39 +0000</pubDate>
<dc:creator>kegill</dc:creator>
<guid isPermaLink="false">1186349@http://wordpress.org/support/</guid>
<description>&#60;p&#62;After installing, there is no &#34;configuration&#34; link. &#60;/p&#62;
&#60;p&#62;Therefore, it's not possible (at least that I can see, I'm not a PHP guru) to configure the plugin with your Twitter account. &#60;/p&#62;
&#60;p&#62;Kathy&#60;/p&#62;
&#60;p&#62;PS - I made the code fix re 2.7 and permalinks&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/twitpress/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/twitpress/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>coachmegan on "[Plugin: Twitpress] Updates twitter with drafts"</title>
<link>http://wordpress.org/support/topic/183260#post-1096592</link>
<pubDate>Tue, 09 Jun 2009 20:58:15 +0000</pubDate>
<dc:creator>coachmegan</dc:creator>
<guid isPermaLink="false">1096592@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I've got a problem. Pages on my site which are not blog posts have been tweeted. I have a wordpress site but only part of it is a blog. Parts are product pages. Once a the link to audio file I am selling was tweeted (so people could then access without payment). My solution is create html pages for pages I don't want tweeted - but I'd rather the plug-in only tweeted real posts! The platform makes a distinction between &#34;posts&#34; and &#34;pages&#34; - pages should not be tweeted!
&#60;/p&#62;</description>
</item>
<item>
<title>alexkingorg on "Twitpress sends Tweets when posts are scheduled for publication"</title>
<link>http://wordpress.org/support/topic/257916#post-1032302</link>
<pubDate>Tue, 31 Mar 2009 14:49:45 +0000</pubDate>
<dc:creator>alexkingorg</dc:creator>
<guid isPermaLink="false">1032302@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Twitter Tools will send the tweet when the post is published (not before).
&#60;/p&#62;</description>
</item>
<item>
<title>johncthompson on "Twitpress sends Tweets when posts are scheduled for publication"</title>
<link>http://wordpress.org/support/topic/257916#post-1032151</link>
<pubDate>Tue, 31 Mar 2009 10:04:11 +0000</pubDate>
<dc:creator>johncthompson</dc:creator>
<guid isPermaLink="false">1032151@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I've discovered that Twitpress sends a Tweet at the moment a post is scheduled for publication in the future, which results in a premature Tweet with a bad link. Does anyone have a fix?&#60;/p&#62;
&#60;p&#62;Also the link to this plugin appears to be dead.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/twitpress/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/twitpress/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>abhijeetpasalkar on "[Plugin: Twitpress] Permalink Fix"</title>
<link>http://wordpress.org/support/topic/178217#post-1013187</link>
<pubDate>Thu, 12 Mar 2009 09:38:34 +0000</pubDate>
<dc:creator>abhijeetpasalkar</dc:creator>
<guid isPermaLink="false">1013187@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Tanks transphorm.&#60;br /&#62;
I am looking for twitter plugin who can twitt my posts with my blog address. You solved my problem. Thanks a Lot.
&#60;/p&#62;</description>
</item>
<item>
<title>dogliriousJP on "[Plugin: Twitpress] Does it support multiple authors?"</title>
<link>http://wordpress.org/support/topic/182425#post-968374</link>
<pubDate>Tue, 27 Jan 2009 23:13:51 +0000</pubDate>
<dc:creator>dogliriousJP</dc:creator>
<guid isPermaLink="false">968374@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I'm interested in the same thing...a multi-author blog. I'd like each author to be able to configure their respective twitter account to update ONLY when they publish a post. Any ideas?
&#60;/p&#62;</description>
</item>
<item>
<title>loothi on "TwitPress truncates tweets when it encounters '&#38;'"</title>
<link>http://wordpress.org/support/topic/186712#post-957915</link>
<pubDate>Fri, 16 Jan 2009 17:40:26 +0000</pubDate>
<dc:creator>loothi</dc:creator>
<guid isPermaLink="false">957915@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Yes, in function &#60;code&#62; twitpress_get_message( $postID )&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;at line 248&#60;/p&#62;
&#60;p&#62;replace:&#60;br /&#62;
	&#60;code&#62;$proto = str_replace( &#34;[title]&#34;, $post-&#38;gt;post_title, $proto );&#60;/code&#62;&#60;br /&#62;
with&#60;br /&#62;
	&#60;code&#62;$proto = str_replace( &#34;[title]&#34;, urlencode($post-&#38;gt;post_title), $proto );&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;We had this bug using Twitpress from our Journalism News blogs &#60;a href=&#34;http://blogs.journalism.co.uk/editors/&#34; rel=&#34;nofollow&#34;&#62;http://blogs.journalism.co.uk/editors/&#60;/a&#62;&#60;br /&#62;
to our twitter page &#60;a href=&#34;http://twitter.com/journalismnews&#34; rel=&#34;nofollow&#34;&#62;http://twitter.com/journalismnews&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;but it now works fine for us.&#60;/p&#62;
&#60;p&#62;Cheers!&#60;br /&#62;
~loothi
&#60;/p&#62;</description>
</item>
<item>
<title>DeanK on "Twitpress support for scheduled posts?"</title>
<link>http://wordpress.org/support/topic/228818#post-937606</link>
<pubDate>Sat, 27 Dec 2008 07:12:20 +0000</pubDate>
<dc:creator>DeanK</dc:creator>
<guid isPermaLink="false">937606@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi, my current twitter plugin doesn't support scheduled (future date) posts ... does Twitpress have this feature?
&#60;/p&#62;</description>
</item>
<item>
<title>ppriede on "[Plugin: Twitpress] Working on WP 2.7"</title>
<link>http://wordpress.org/support/topic/228668#post-936932</link>
<pubDate>Fri, 26 Dec 2008 14:11:47 +0000</pubDate>
<dc:creator>ppriede</dc:creator>
<guid isPermaLink="false">936932@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Works Perfect in Wordpress 2.7&#60;/p&#62;
&#60;p&#62;The only bug is reported and solved in this topic&#60;br /&#62;
&#60;a href=&#34;http://wordpress.org/support/topic/178217?replies=2&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/support/topic/178217?replies=2&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thx for this simplicity of the plugin.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/twitpress/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/twitpress/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>ubergiant on "[Plugin: Twitpress] Permalink Fix"</title>
<link>http://wordpress.org/support/topic/178217#post-917412</link>
<pubDate>Mon, 08 Dec 2008 03:38:44 +0000</pubDate>
<dc:creator>ubergiant</dc:creator>
<guid isPermaLink="false">917412@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Thank you for this fix!
&#60;/p&#62;</description>
</item>
<item>
<title>tnerb on "[Plugin: Twitpress] Updates twitter with drafts"</title>
<link>http://wordpress.org/support/topic/183260#post-837528</link>
<pubDate>Tue, 26 Aug 2008 03:01:31 +0000</pubDate>
<dc:creator>tnerb</dc:creator>
<guid isPermaLink="false">837528@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I didn't see an author response - so wanted to follow up to ask if this turned out to be a valid issue. Do drafts indeed get sent to twitter with this plugin? ...Or only published posts? Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>neville on "TwitPress truncates tweets when it encounters '&#38;'"</title>
<link>http://wordpress.org/support/topic/186712#post-796193</link>
<pubDate>Fri, 04 Jul 2008 10:24:25 +0000</pubDate>
<dc:creator>neville</dc:creator>
<guid isPermaLink="false">796193@http://wordpress.org/support/</guid>
<description>&#60;p&#62;TwitPress is excellent and does exactly what it's supposed to do, no fuss.&#60;/p&#62;
&#60;p&#62;However, I notice that if you have a post with an '&#38;#38;' in the post title, TwitPress stops when it hits the '&#38;#38;' symbol and doesn't output the complete title nor the tiny url.&#60;/p&#62;
&#60;p&#62;For example, I publish a podcast called The Hobson &#38;#38; Holtz Report. When I publish a post, TwitPress tweets that as just 'New blog post: The Hobson' like this -&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://twitter.com/jangles/statuses/849937307&#34;&#62;http://twitter.com/jangles/statuses/849937307&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Does anyone know how I can fix that? Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>elanaspantry on "[Plugin: Twitpress] Updates twitter with drafts"</title>
<link>http://wordpress.org/support/topic/183260#post-784325</link>
<pubDate>Tue, 17 Jun 2008 18:46:10 +0000</pubDate>
<dc:creator>elanaspantry</dc:creator>
<guid isPermaLink="false">784325@http://wordpress.org/support/</guid>
<description>&#60;p&#62;This is the best plugin I've found for just doing a simple update to twitter every time there's a new post - one problem however, it seems to update twitter even with posts that are not published?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/twitpress/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/twitpress/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>db0 on "[Plugin: Twitpress] Does it support multiple authors?"</title>
<link>http://wordpress.org/support/topic/182425#post-781221</link>
<pubDate>Fri, 13 Jun 2008 15:51:37 +0000</pubDate>
<dc:creator>db0</dc:creator>
<guid isPermaLink="false">781221@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I'm thinking of installing this plugin on a community blog and It would be great if each author could configure it for his own twitter profile. &#60;a href=&#34;http://wordpress.org/extend/plugins/wordbook/&#34;&#62;Wordbook&#60;/a&#62; already handles this so perhaps, if this is not already supported, you could copy the code from there.
&#60;/p&#62;</description>
</item>
<item>
<title>transphorm on "[Plugin: Twitpress] Permalink Fix"</title>
<link>http://wordpress.org/support/topic/178217#post-766340</link>
<pubDate>Sat, 24 May 2008 07:03:51 +0000</pubDate>
<dc:creator>transphorm</dc:creator>
<guid isPermaLink="false">766340@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Line #249 should is:&#60;br /&#62;
$proto = str_replace( &#34;[permalink]&#34;, $post-&#38;gt;guid, $proto );&#60;/p&#62;
&#60;p&#62;should be:&#60;br /&#62;
$proto = str_replace( &#34;[permalink]&#34;, get_permalink($postID), $proto );&#60;/p&#62;
&#60;p&#62;On the setting page it's mentioned that twitpress wants to use current permalink structure. Without that change it posts &#60;a href=&#34;http://website/?p=1111.&#34; rel=&#34;nofollow&#34;&#62;http://website/?p=1111.&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>kacey3 on "[Plugin: Twitpress] Simple. Perfect. Thank You."</title>
<link>http://wordpress.org/support/topic/171549#post-742742</link>
<pubDate>Thu, 24 Apr 2008 19:36:21 +0000</pubDate>
<dc:creator>kacey3</dc:creator>
<guid isPermaLink="false">742742@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I've tried a couple of different Twitter cross feeders for WordPress and they all failed to work for me. I don't know why, but the just never posted my entries to Twitter.&#60;/p&#62;
&#60;p&#62;This one is the simplest of all and it works flawlessly. Thank you for making a perfectly simple plugin!&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/twitpress/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/twitpress/&#60;/a&#62;
&#60;/p&#62;</description>
</item>

</channel>
</rss>
