Modifying Tweetme: replace bit.ly by microuri.com
November 3, 2009david No Comments »This was a quick modification to use use MicroUri, instead bit.ly on Tweetme plugin. We just need to change a function called tweetme_bitly_link().
function tweetme_bitly_link($id) {
if (function_exists(’revcanonical_shorten’) &&
[...]