<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>All Geekness Great and Small &#187; greasemonkey</title>
	<atom:link href="http://www.danrumney.co.uk/tag/greasemonkey/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.danrumney.co.uk</link>
	<description>Technology from work and home</description>
	<lastBuildDate>Mon, 26 Jul 2010 03:00:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Making your tweets ReTweetable</title>
		<link>http://www.danrumney.co.uk/2010/03/02/making-your-tweets-retweetable/</link>
		<comments>http://www.danrumney.co.uk/2010/03/02/making-your-tweets-retweetable/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 22:57:32 +0000</pubDate>
		<dc:creator>dancrumb</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.danrumney.co.uk/?p=310</guid>
		<description><![CDATA[We all know, by now, that Twitter limits its tweets to 140 characters. We&#8217;ve all got pretty good at limiting ourselves to 140 characters, but many overlook a hidden limit. This post outlines what that is and how we can avoid it. Many users of Twitters are hoping that their followers will retweet (RT) their [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="Twitter and Greasemonkey" src="http://danrumney.co.uk/images/tweetMonkey.jpg" alt="" width="510" height="156" /></p>
<p>We all know, by now, that Twitter limits its tweets to 140 characters. We&#8217;ve all got pretty good at limiting ourselves to 140 characters, but many overlook a hidden limit. This post outlines what that is and how we can avoid it.</p>
<p>Many users of Twitters are hoping that their followers will retweet (RT) their tweets. Twitter recently made a change to how these work, but in general, the following pattern is followed:</p>
<pre>   UserXYZ tweets: Hey... here's something that's fascinating
   UserABC tweets: RT @UserXYZ: Hey... here's something that's fascinating</pre>
<p>User XYZ&#8217;s tweet was 42 characters. UserABC&#8217;s RT was 52 characters, i.e. 10 characters were added in order to RT.</p>
<p>Put another way, if UserXYZ creates a tweet that was longer than 130 characters, nobody would be able to RT it with modifying the original tweet. If you&#8217;re trying to get a specific message out to the world, you might not be happy with lots of people fiddling with it.</p>
<p>I&#8217;ve created a new Greasemonkey script which will help you with this. I&#8217;ve written about Greasemonkey plugins <a href="http://www.danrumney.co.uk/2009/02/15/augmenting-twitter-whoami/">before</a> and this is another Twitter helper. If you install the script, you will see the following change:</p>
<p style="text-align: center;"><a href="http://www.danrumney.co.uk/blog/wp-content/uploads/2010/03/retweetable_screenshot.png"><img class="aligncenter size-full wp-image-311" title="retweetable_screenshot" src="http://www.danrumney.co.uk/blog/wp-content/uploads/2010/03/retweetable_screenshot.png" alt="" width="600" height="160" /></a></p>
<p style="text-align: left;">You can now see, next to the normal character countdown, a bracketed countdown. This is the number of characters that you have left, before a tweet can no longer be RTed without modification. In this example, you would be able to send the tweet (as you have 6 characters left), but Twitter users would have to remove 8 characters before they could RT your Tweet.</p>
<p style="text-align: left;">To use this, it&#8217;s simple:</p>
<ol>
<li>If you haven&#8217;t already, install <a href="https://addons.mozilla.org/en-US/firefox/addon/748">Greasemonkey</a></li>
<li>Install the <a href="http://danrumney.co.uk/gmScripts/reTweetable.user.js">ReTweetable Alert</a> script</li>
</ol>
<p>That&#8217;s it! As ever, your questions and comments are most welcome</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danrumney.co.uk/2010/03/02/making-your-tweets-retweetable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Augmenting Twitter &#8211; WhoAmI?</title>
		<link>http://www.danrumney.co.uk/2009/02/15/augmenting-twitter-whoami/</link>
		<comments>http://www.danrumney.co.uk/2009/02/15/augmenting-twitter-whoami/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 21:05:29 +0000</pubDate>
		<dc:creator>dancrumb</dc:creator>
				<category><![CDATA[Home]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.danrumney.co.uk/?p=100</guid>
		<description><![CDATA[Like a fair number of people, I have a number of Twitter identities. I have my personal identity (@dancrumb) as well as a number of shared identities that represent events or organizations in which I&#8217;m involved. I use a number of clients to send out tweets, but all of these clients limit you to a [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="Twitter meets GreaseMonkey" src="/images/tweetMonkey.jpg" alt="" width="408" height="125" /></p>
<p>Like a fair number of people, I have a number of Twitter identities. I have my personal identity (<a href="http://twitter.com/dancrumb">@dancrumb</a>) as well as a number of shared identities that represent events or organizations in which I&#8217;m involved.</p>
<p>I use a number of clients to send out tweets, but all of these clients limit you to a single identity. If you want to user twitter.com to send out messages, you need to log in with the appropriate identity before you perform any Twitter functions.</p>
<p>Herein lies the problem. When you&#8217;re logged in to Twitter and you navigate to somebody&#8217;s Twitter page, there is no indication as to who you&#8217;re logged in as. The risk is that you could elect to follow or message someone, thinking you&#8217;re logged in as one identity, only to find that you&#8217;re logged in as another identity. I did precisely this, yesterday. As luck would have it, the person was my sister and I quickly spotted my mistake, but if  you&#8217;re using Twitter as a major communication channel, you need to be <strong>very</strong> aware of which identity you&#8217;re tweeting with.</p>
<p>In order to address this, I&#8217;ve written a small Greasemonkey script. You can access it <a href="/gmScripts/twitterWhoAmi.user.js">here</a>. You&#8217;ll need to have the <a href="https://addons.mozilla.org/en-US/firefox/addon/748">Greasemonkey plugin</a> installed, of course.</p>
<p>Once the script is installed, you will be able to see who you&#8217;re logged on as, in the Twitter navigation bar at the top right-hand corner of the screen, at all times.</p>
<p>I hope you find it useful; I know from experience that I will&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danrumney.co.uk/2009/02/15/augmenting-twitter-whoami/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
