Find yourself constantly twittering about your new blog post to increase your SEO for you blog. Save yourself some time by downloading and installing WordTwit on your blog. All you have to do is configure your username and password and activate the plugin.
function wordtwit_make_tinyurl( $link, $update = true ) { if ( strpos( $link, 'http://' ) === false) { return $link; } $settings = wordtwit_get_settings(); if ( $settings['url_type'] == 'tinyurl' ) { return twit_get_tiny_url( $link ); } else if ( $settings['url_type'] == 'local' ) { return $link; #return wordtwit_tinyurl( $link, $update ); } }
Now hit update file and try it out again. This time it should post the actual URL to your blog entry.
A seasoned Senior Solutions Architect with 20 years of experience in technology design and implementation. Renowned for innovative solutions and strategic insights, he excels in driving complex projects to success. Outside work, he is a passionate fisherman and fish keeper, specializing in planted tanks.
great tips. i was looking for something like this to get some backlinks automatically. thnaks