I like twittering at conferences. It's a way to take notes, share insights and start interesting conversations. However, I'm always forgetting to append the event hashtag and I eventually get tired of manually typing it, so I wrote a Greasemonkey script to automatically append a hashtag.
To use it, you have to:
- install Greasemonkey,
- install my script,
- use Firefox as your browser,
- set your hashtag with the Tools/Greasemonkey/UserScriptCommands/Set hashtag. (Note you have to be on Twitter.com to see the commands.)
- tweet directly from Twitter.com.
Some notes:
- Thanks to @marnanel for suggesting I use a Greasemonkey script.
- I had much bigger plans and started out writing a Ruby program with the idea that I'd create a Ruby on Rails app but I soon realized that I didn't really want to write yet another Twitter client. If Gwibber, Tweetdeck or Twirl would add some nice hashtag support, that'd be great.
- It's been a long time since I wrote code and I've never written any javascript so this took probably 10 times longer than I think it should have. And it doesn't have enough error checking or any number of cool features I would like but it does what I want it to.
- While I was looking at Greasemonkey scripts for Twitter, I found a couple of other useful ones like updating your twitter home page without refreshing, endless tweets so you don't have to page, seeing @'s to another user, …
I'll be twittering this week at #osbc.
Great stuff 🙂