The other day I started to think about all these URL shortening services out there. And I’m not a huge fan.
Now, if I had a short URL for my site, I’d be okay with that. But hoping that these link services will be out there for ever, or just using someone else domain, not that cool… For instance, if the domain AUST.IN was available (and yes, I’ve checked), that would be a great domain to shorten links for my site (or just move primarily to it
). But it’s not, so I’ve been using bit.ly.
Ok, so, for regular links (not on my site, or not a page/post of mine) I’ll most likely continue to use the service. But did you know that WordPress technically has a shorten service in every install? Remember your default permalinks domain.com/?p=12? Yeah, that’s a lot shorter than your current permalink structure, correct?
Using it to your benefit
Now when posting any link to twitter that may involve a new post on your WordPress install, just have a look at the post id:
Usually found in your URL box after publishing or editing you post.
http://domain.com/wp-admin/post.php?action=edit&post=999&message=10
Then use this: domain.com/?p=ID (replacing “ID” with the post ID number) instead of the full URL!

