Hi,
Thanks a lot for feedback. You are right and we have removed other shortner services and added is.gd + wp short url function.
We might add bit.ly in the pro version since the functionality is quite complex.
it’s already coded on core.php shortenURL function(current version).
just make something like
function top_get_bitly_short_url($url,$login,$appkey,$format=’txt’) {
$connectURL = ‘http://api.bit.ly/v3/shorten?login=’.$login.’&apiKey=’.$appkey.’&uri=’.urlencode($url).’&format=’.$format;
return top_curl_get_result($connectURL);
}
which is on 4.0.10 version.
Hi,
Bit.ly was added back in the free version!
Just upgraded it to 5.7 and the bit.ly user and key options show up now in the backend. Tomorrow I know whether it is working.
Thanks for the update.