iPhone Bookmarklet for Twittelator Pro
I was happy to see that Twittelator Pro for the iPhone includes a way to send links from Safari to Twittelator for posting to Twitter. However, they don't have an automatic way to do this. They say to just replace the http:// part of the link with twit://, which is a bit tedious. So I made a bookmarklet to do this:
javascript:window.location='twit://'+window.location
You just need to save this as a bookmark with the javascript code as the link, and whatever name you want to give it. I recommend entering this on your computer and then synching to the iPhone, although I did manage to tediously type it in directly on the phone. I haven't put this through extensive testing, but it has worked for the few URLs that I've tried.
Update:I've updated the code based on the developer getting back to me and giving me a more reliable method (it should also work with https:// etc. I'd tried this method before, but I must have done something wrong because it wasn't working correctly. I've tested it now, and it's working just fine.