URL Shortner services used to trim down your long urls to a short and easy to share links. This code will automatically generate Bit.ly short links for your blog posts for easy to share on Twitter and IMs.
Open functions.php file of your theme and add the following code:
function bitlyLink($url) {
$username = "Bit.ly Username"; // Your [...]
If you enjoy our post, feel free to subscribes to our rss feeds













