conrad
posted this on Mar 24 16:22
As of v0.34, TweetDeck allows you to add a custom URL shortening service.
You are able to enter a URL shortening endpoint by navigating to: Settings > Services.
Then, click on the URL Shortening drop down box and select: 'Other'.

You will then be presented with new options which will allow you to enter the shortening endpoint as seen below.
Enter the endpoint of your choice (some examples provided below) and then click 'Save Settings'.
From now on, any URL you enter that needs shortening, will be shortened using your custom service.

Sample List of URL Shortener Endpoints
| Service | API Endpoint |
| J.mp | api.j.mp/v3/shorten?login=[ME]&apiKey=[Your API Key]&longUrl=%@&format=txt |
| RFly.me | rfly.me/yourls-api.php?action=shorturl&format=simple&url=%@ |
| Cli.gs | cli.gs/api/v1/cligs/create?url=%@ |
| Migre.me | migre.me/api.txt?url=%@ |
| Stnx.at | stnx.at/api?u=%@&i=0 |
| Hop.im | hop.im/api.php?url=%@ |
| Bt.gd | bt.gd/api.php?url=%@ |
| Cut.by | cut.by/?longurl=%@&api_key=[Your API Key] |
| Siteo.us | siteo.us/core.api/?url=%@ |
| awe.sm | create.awe.sm/tweet?create_type=tweetdeck&api_key=[Your API Key]&target=%@ |
| togoto.us | togoto.us/api.php?u=%@ |
| YOURLS | Please see http://remkusdevries.com/how-to-setup-tweetdeck-with-yourls/ |