Update to Twitter MOD now supports additional URL shorteners.
tr.im and
p.ly are now supported in addition to
bit.ly which is included in the original MOD.
To change your URL shortener simply download the new code and replace twitter.asp then change the following line of code in post_info.asp:
strBitURL = " " & BitLy(strTweetURL)
For tr.im change it to:
strBitURL = " " & TrimURL(strTweetURL)
For p.ly change it to:
strBitURL = " " & Ply(strTweetURL)