Adium
Dock Icons Emoticons Contact List Styles Message Styles Sound Sets AppleScripts Status Icons Service Icons Menu Bar Icons Plugins Miscellaneous All
Bit.ly

Bit.ly

Submitted By Remy Porter (t3knomanser)

Description

Based on the turl AppleScript, this one does the same job, but using bit.ly's URL shortening service. Copy a URL from a browser window or wherever, type %_bt in an IM window, and hit enter- you'll send a bit.ly shortened version of the URL.

Comments

You can reply to individual comments by clicking the "Reply" link next to each.

# by EnzoFX on 02/25/10 at 04:34:33

Would it be possible for the script to simply grab the URL from Firefox? Or any browser?

That is the entire process would be done with just the one kb shortcut/or a short command. Where it would use the current firefox tab url.

# by Snupt on 09/26/10 at 17:48:40

For registered bit.ly users:

on substitute()
get the clipboard as text
set theClipboard to the clipboard as text
do shell script ¬
"curl --stderr /dev/null "http://api.bit.ly/v3/shorten?login=YO...OURKEY&uri=" & theClipboard & "&format=txt""
return (result)
end substitute

# by maxnikitin on 02/28/13 at 14:23:18

It brokes file sending via adium. Please, fix it ^_^
Thanx for xtra, very nice plugin

Post a New Comment

You must be logged in to post comments.

Install | Download
4.25kb (484 downloads)

12345
5.00 / 6 votes
Current Version: 0.0
Last Updated: 01/28/09