The addition of AddThis integration with URL shortening providers like Bit.ly and/or Awe.sm would be fantastic.

AddThis docs reference: http://support.addthis.com/customer/portal/articles/381247-url-shortening

This would seem to supersede #1056764: Integration with Shorten Module due to existing AddThis support for Bit.ly and Awe.sm

Comments

matglas86’s picture

Hi there,

Would you be able to write a patch for it and post it here? Any contributions to work on this module are very welcome. If you don't know how to write patches but do know how to fork on github, you can do so here. https://github.com/matglas/addthis/tree/7.x-4.x

amaisano’s picture

Also interested in this. The AddThis service now supports t.co shortening by default, so this module should be updated to reflect that too. Sadly, I have no patch skills.

dshields’s picture

This would be a fantastic feature for tweet-sharing!

L.A.’s picture

I achieved this by using the following "custom AddThis configuration code" in the advance settings (admin/config/user-interface/addthis/advanced).

var addthis_share = {
     url_transforms : {
          shorten: {
               twitter: 'bitly'
          }
     }, 
     shorteners : {
          bitly : {} 
     }
}
slewis1’s picture

Still have an issue:
This works when hovering over the "Share" button and selecting Twitter from the dropdown menu.
This does not work when actually clicking the "Share" button and then selecting Twitter from the popup menu.
Any ideas?