-
Notifications
You must be signed in to change notification settings - Fork 0
URL Magic
Shawn (personal) edited this page Feb 25, 2014
·
4 revisions
I use tiny.cc for my URL shortener whenever possible. Why? Because:
- It's free - with all the same statistics, bookmarklet, etc. the other services offer.
- They allow you to edit the link destination, or even delete the short link entirely.
- They have an open API.
- You can create QR Codes for your links.
Co-worker @jonathanwindle clued me in to The Free Dictionary's short URL:
http://tfd.com/
word
So, linking to the definition of colloquially looks like this:
http://tfd.com/colloquially
To create a short URL for linking to a word's definition, use the short URL for DuckDuckGo and their Bang syntax together:
http://ddg.gg/?q=
word +!di
So, linking to the definition of colloquially looks like this:
http://ddg.gg/?q=colloquially+!di
Notes:
-
https
doesn't work, but the link will redirect tohttps://duckduckgo.com
before evaluating the rest. - The bang specifier has to come after the
q=
portion of the query parameter. - The Bang code above redirects to Dictionary.com, but others are available.