Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Codeinwp

    (@codeinwp)

    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 = ‘https://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.

    Plugin Author Codeinwp

    (@codeinwp)

    Hi,

    Bit.ly was added back in the free version!

    Thread Starter Wendihihihi

    (@wendihihihi)

    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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Url shortner doesn't work’ is closed to new replies.