Is it possible to add the function of adding the api key of bit.ly ?
this way we can use our own bit.ly pro account with our own shortened domain linkservice.
X3 Photo Gallery Support Forums
This is interesting, but how exactly would you use it? Where would the bit.ly link be provided by Imagevue?x-tremed wrote:Is it possible to add the function of adding the api key of bit.ly ?
this way we can use our own bit.ly pro account with our own shortened domain linkservice.
Ok, this makes sense, although there are a few things that elude me ...x-tremed wrote:While using addthis you can add extra parameters to the script to use the bit.ly api key
more info at: http://www.addthis.com/help/client-api#url-transforms
hopefully this can be realised, especially for long domains this could be perfect
var addthis_share = {
url_transforms : {
shorten: {
twitter: 'bitly'
},
},
shorteners : {
bitly : {
username: 'your_username',
apiKey: 'R_123456...'
}
}
} addthis_share = {
templates: {twitter: '{{title}} - {{url}}'},
url_transforms : {shorten: {twitter: 'bitly'}},
shorteners : {bitly : { username: 'your_username', apiKey: 'R_123456...'}}
}