Hi friends,
I have a Flash file with an implementation of your API AddThis.
So, based on your examples I want to have some buttonn to share: Google, Facebook and one more: Tuenti
In my code I use to make this:
//For Google+
api.share(share_url, 'googleplus');
//Is this ok for Tuenti?
api.share(share_url, 'tuenti');
Thanks