<?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: WordPress Plugin: (( WP Twitter ))</title>
	<atom:link href="http://webmais.com/wp-twitter/feed/" rel="self" type="application/rss+xml" />
	<link>http://webmais.com</link>
	<description>Novidades, Informações e Notícias da WEB, MAIS Comentários, Tutoriais e Dicas.</description>
	<lastBuildDate>Sat, 13 Mar 2010 01:54:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: &#160; WP-Twitter&#160;by&#160;Portal-tr.Com</title>
		<link>http://webmais.com/wp-twitter/comment-page-3/#comment-10453</link>
		<dc:creator>&#160; WP-Twitter&#160;by&#160;Portal-tr.Com</dc:creator>
		<pubDate>Sun, 07 Feb 2010 20:57:15 +0000</pubDate>
		<guid isPermaLink="false">http://webmais.com/?page_id=643#comment-10453</guid>
		<description>[...] Eklenti Ana Sayfası [...]</description>
		<content:encoded><![CDATA[<p>[...] Eklenti Ana Sayfası [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard M Weaving</title>
		<link>http://webmais.com/wp-twitter/comment-page-3/#comment-10186</link>
		<dc:creator>Richard M Weaving</dc:creator>
		<pubDate>Sun, 24 Jan 2010 19:30:16 +0000</pubDate>
		<guid isPermaLink="false">http://webmais.com/?page_id=643#comment-10186</guid>
		<description>I switched ((( WP-Twitter )))  to a different redirect url in the control panel. Now, in twitter when one clicks on the link in the Twitter Tweet, it does redirect to my WP Blog, but it says that the page is blank. How can I fic this so it directs to the Home page of the Blog &gt;?</description>
		<content:encoded><![CDATA[<p>I switched ((( WP-Twitter )))  to a different redirect url in the control panel. Now, in twitter when one clicks on the link in the Twitter Tweet, it does redirect to my WP Blog, but it says that the page is blank. How can I fic this so it directs to the Home page of the Blog &gt;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabrix</title>
		<link>http://webmais.com/wp-twitter/comment-page-3/#comment-10184</link>
		<dc:creator>Fabrix</dc:creator>
		<pubDate>Sun, 24 Jan 2010 16:01:08 +0000</pubDate>
		<guid isPermaLink="false">http://webmais.com/?page_id=643#comment-10184</guid>
		<description>&lt;strong&gt;see comment “12″&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p><strong>see comment “12″</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard M Weaving</title>
		<link>http://webmais.com/wp-twitter/comment-page-3/#comment-10182</link>
		<dc:creator>Richard M Weaving</dc:creator>
		<pubDate>Sun, 24 Jan 2010 07:06:24 +0000</pubDate>
		<guid isPermaLink="false">http://webmais.com/?page_id=643#comment-10182</guid>
		<description>All of a sudden this plugin is posting my Blog Article Titles to Twitter without the The TinyUrl. I checked with my Host server and cURL is enabled. What could be the glitch?</description>
		<content:encoded><![CDATA[<p>All of a sudden this plugin is posting my Blog Article Titles to Twitter without the The TinyUrl. I checked with my Host server and cURL is enabled. What could be the glitch?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tdoto</title>
		<link>http://webmais.com/wp-twitter/comment-page-3/#comment-9851</link>
		<dc:creator>Tdoto</dc:creator>
		<pubDate>Tue, 29 Dec 2009 06:59:15 +0000</pubDate>
		<guid isPermaLink="false">http://webmais.com/?page_id=643#comment-9851</guid>
		<description>i am getting this error Error! Options page not found. whenever i try to input my twitter account details.</description>
		<content:encoded><![CDATA[<p>i am getting this error Error! Options page not found. whenever i try to input my twitter account details.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Caleb</title>
		<link>http://webmais.com/wp-twitter/comment-page-3/#comment-9534</link>
		<dc:creator>Caleb</dc:creator>
		<pubDate>Thu, 03 Dec 2009 22:41:59 +0000</pubDate>
		<guid isPermaLink="false">http://webmais.com/?page_id=643#comment-9534</guid>
		<description>Love the plugin and I&#039;m using it to tweet my posts, but is there any way to set it up so that a link is given in the tweet?</description>
		<content:encoded><![CDATA[<p>Love the plugin and I&#8217;m using it to tweet my posts, but is there any way to set it up so that a link is given in the tweet?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: booboo</title>
		<link>http://webmais.com/wp-twitter/comment-page-2/#comment-9529</link>
		<dc:creator>booboo</dc:creator>
		<pubDate>Thu, 03 Dec 2009 17:17:45 +0000</pubDate>
		<guid isPermaLink="false">http://webmais.com/?page_id=643#comment-9529</guid>
		<description>Ok, I decided to try to add the custom twitter text feature myself. Here&#039;s what I did. I made all changes in wp-twitter.php


Right before this line:
 &lt;code&gt;   $message = $title . &quot; - &quot; . $url_contents;&lt;/code&gt;

I added this:
&lt;code&gt;    if($_POST[&#039;wp-twit-alt&#039;] != &#039;&#039; )
    {
    $title = $_POST[&#039;wp-twit-alt&#039;];
    }&lt;/code&gt;
		
And then right after this line:
    	&lt;code&gt;echo &quot;&quot;.__(&#039;Activate&#039;, &#039;wp-twitter&#039;).&quot; &lt;em&gt;WP-Twitter&lt;/em&gt; &quot;.__(&#039;to this post&#039;, &#039;wp-twitter&#039;).&quot;? &quot;;&lt;/code&gt;

I added this:
&lt;code&gt;echo &quot;Alternate Tweet text (optional):  &quot;; &lt;/code&gt;

And now if I want an alternate bit of text to go out to Twitter (like &quot;Check out my post about xyz&quot;) instead of the blog entry title itself I just type it in the field and away it goes! What do you think?</description>
		<content:encoded><![CDATA[<p>Ok, I decided to try to add the custom twitter text feature myself. Here&#8217;s what I did. I made all changes in wp-twitter.php</p>
<p>Right before this line:<br />
 <code>   $message = $title . " - " . $url_contents;</code></p>
<p>I added this:<br />
<code>    if($_POST['wp-twit-alt'] != '' )<br />
    {<br />
    $title = $_POST['wp-twit-alt'];<br />
    }</code></p>
<p>And then right after this line:<br />
    	<code>echo "".__('Activate', 'wp-twitter')." <em>WP-Twitter</em> ".__('to this post', 'wp-twitter')."? ";</code></p>
<p>I added this:<br />
<code>echo "Alternate Tweet text (optional):  "; </code></p>
<p>And now if I want an alternate bit of text to go out to Twitter (like &#8220;Check out my post about xyz&#8221;) instead of the blog entry title itself I just type it in the field and away it goes! What do you think?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raj</title>
		<link>http://webmais.com/wp-twitter/comment-page-2/#comment-9445</link>
		<dc:creator>Raj</dc:creator>
		<pubDate>Sat, 28 Nov 2009 21:57:12 +0000</pubDate>
		<guid isPermaLink="false">http://webmais.com/?page_id=643#comment-9445</guid>
		<description>Great plugin I am liking it a lot so far!

I have a question about this allow_url_fopen issue. If my host won&#039;t turn it on (it&#039;s not currently on at the moment) how can I use php&#039;s ini_set function to change this? is this possible and if so, what file would I need to edit to do this?</description>
		<content:encoded><![CDATA[<p>Great plugin I am liking it a lot so far!</p>
<p>I have a question about this allow_url_fopen issue. If my host won&#8217;t turn it on (it&#8217;s not currently on at the moment) how can I use php&#8217;s ini_set function to change this? is this possible and if so, what file would I need to edit to do this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Salma Fauziah Rahmah</title>
		<link>http://webmais.com/wp-twitter/comment-page-2/#comment-9228</link>
		<dc:creator>Salma Fauziah Rahmah</dc:creator>
		<pubDate>Sat, 14 Nov 2009 07:05:15 +0000</pubDate>
		<guid isPermaLink="false">http://webmais.com/?page_id=643#comment-9228</guid>
		<description>This is a great plugin. Thanks for the author of this plugin. I was used it at my blog http://industriebooks.com.</description>
		<content:encoded><![CDATA[<p>This is a great plugin. Thanks for the author of this plugin. I was used it at my blog <a href="http://industriebooks.com" rel="nofollow">http://industriebooks.com</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BrSeek &#124; Twitta&#237; &#8211; Plugin brasileiro que integra o wordpress ao twitter</title>
		<link>http://webmais.com/wp-twitter/comment-page-2/#comment-9136</link>
		<dc:creator>BrSeek &#124; Twitta&#237; &#8211; Plugin brasileiro que integra o wordpress ao twitter</dc:creator>
		<pubDate>Sun, 08 Nov 2009 14:13:35 +0000</pubDate>
		<guid isPermaLink="false">http://webmais.com/?page_id=643#comment-9136</guid>
		<description>[...] http://webmais.com/wp-twitter/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://webmais.com/wp-twitter/" rel="nofollow">http://webmais.com/wp-twitter/</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
