<?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: Creating a &quot;Tweet This&quot; Link</title>
	<atom:link href="http://www.brainhandles.com/techno-thoughts/web-programming/creating-a-tweet-this-link/feed" rel="self" type="application/rss+xml" />
	<link>http://www.brainhandles.com/techno-thoughts/web-programming/creating-a-tweet-this-link</link>
	<description>Whatever&#039;s tugging at my brain handles</description>
	<lastBuildDate>Tue, 27 Dec 2011 19:46:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Stacy</title>
		<link>http://www.brainhandles.com/techno-thoughts/web-programming/creating-a-tweet-this-link/comment-page-1#comment-15932</link>
		<dc:creator>Stacy</dc:creator>
		<pubDate>Thu, 27 Jan 2011 18:20:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainhandles.com/?p=2157#comment-15932</guid>
		<description>THANK YOU!  This HTML link was exactly what I was looking for.  I really appreciate it.  Now, I just need to know what it is for Facebook!  :)  Cheers.</description>
		<content:encoded><![CDATA[<p>THANK YOU!  This HTML link was exactly what I was looking for.  I really appreciate it.  Now, I just need to know what it is for Facebook!  <img src='http://www.brainhandles.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Bergquist</title>
		<link>http://www.brainhandles.com/techno-thoughts/web-programming/creating-a-tweet-this-link/comment-page-1#comment-10337</link>
		<dc:creator>Ken Bergquist</dc:creator>
		<pubDate>Tue, 29 Jun 2010 17:38:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainhandles.com/?p=2157#comment-10337</guid>
		<description>@Buckaroos and others - use this form:

http://twitter.com/home?status=[URL encoded tweet text]

Note the addition of /home to the URL. This passes the tweet through the login redirection to your status as you would expect.

cheers!</description>
		<content:encoded><![CDATA[<p>@Buckaroos and others - use this form:</p>
<p><a href="http://twitter.com/home?status=URL" rel="nofollow">http://twitter.com/home?status=URL</a> encoded tweet text]</p>
<p>Note the addition of /home to the URL. This passes the tweet through the login redirection to your status as you would expect.</p>
<p>cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Buckaroos</title>
		<link>http://www.brainhandles.com/techno-thoughts/web-programming/creating-a-tweet-this-link/comment-page-1#comment-10190</link>
		<dc:creator>Buckaroos</dc:creator>
		<pubDate>Tue, 25 May 2010 19:42:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainhandles.com/?p=2157#comment-10190</guid>
		<description>Found with this code that if the user is not logged into twitter, after user logs in the message in the anchor href tag is lost (i.e., the &quot;What&#039;s Happening?&quot; text box comes up blank) whereas if the user is logged in, the message in the tag appears in the &quot;What&#039;s Happening?&quot; text box.

Any work around for this issue?

Best regards, Buckaroos</description>
		<content:encoded><![CDATA[<p>Found with this code that if the user is not logged into twitter, after user logs in the message in the anchor href tag is lost (i.e., the "What's Happening?" text box comes up blank) whereas if the user is logged in, the message in the tag appears in the "What's Happening?" text box.</p>
<p>Any work around for this issue?</p>
<p>Best regards, Buckaroos</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patis</title>
		<link>http://www.brainhandles.com/techno-thoughts/web-programming/creating-a-tweet-this-link/comment-page-1#comment-9847</link>
		<dc:creator>Patis</dc:creator>
		<pubDate>Mon, 01 Mar 2010 03:37:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainhandles.com/?p=2157#comment-9847</guid>
		<description>I&#039;ll second that thank-you for the tip about the link.
Only thing that would be nice is if you mentioned how to integrate bit.ly (or something similar) into the link.

Thanks for an awesome straight-to-the-point tutorial!</description>
		<content:encoded><![CDATA[<p>I'll second that thank-you for the tip about the link.<br />
Only thing that would be nice is if you mentioned how to integrate bit.ly (or something similar) into the link.</p>
<p>Thanks for an awesome straight-to-the-point tutorial!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nic</title>
		<link>http://www.brainhandles.com/techno-thoughts/web-programming/creating-a-tweet-this-link/comment-page-1#comment-9813</link>
		<dc:creator>Nic</dc:creator>
		<pubDate>Mon, 22 Feb 2010 04:44:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainhandles.com/?p=2157#comment-9813</guid>
		<description>It seems like not all characters need to be encoded. I think I got away with leaving spaces, slashes &amp; colons. Does this sound like it would present an issue?</description>
		<content:encoded><![CDATA[<p>It seems like not all characters need to be encoded. I think I got away with leaving spaces, slashes &amp; colons. Does this sound like it would present an issue?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Bulmash</title>
		<link>http://www.brainhandles.com/techno-thoughts/web-programming/creating-a-tweet-this-link/comment-page-1#comment-9514</link>
		<dc:creator>Greg Bulmash</dc:creator>
		<pubDate>Fri, 15 Jan 2010 03:40:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainhandles.com/?p=2157#comment-9514</guid>
		<description>They go to the front page of Twitter like anyone who isn&#039;t logged in does.</description>
		<content:encoded><![CDATA[<p>They go to the front page of Twitter like anyone who isn't logged in does.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: al</title>
		<link>http://www.brainhandles.com/techno-thoughts/web-programming/creating-a-tweet-this-link/comment-page-1#comment-9513</link>
		<dc:creator>al</dc:creator>
		<pubDate>Fri, 15 Jan 2010 03:33:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainhandles.com/?p=2157#comment-9513</guid>
		<description>What happens if the person who clicks the link is not logged into twitter before clicking?</description>
		<content:encoded><![CDATA[<p>What happens if the person who clicks the link is not logged into twitter before clicking?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.brainhandles.com/techno-thoughts/web-programming/creating-a-tweet-this-link/comment-page-1#comment-8934</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Tue, 01 Sep 2009 19:32:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainhandles.com/?p=2157#comment-8934</guid>
		<description>Great find on omitting www from the Twitter link. You saved me a few more hours of frustration!</description>
		<content:encoded><![CDATA[<p>Great find on omitting www from the Twitter link. You saved me a few more hours of frustration!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

