Thanks!
Great plugin - I love it. One question my members have raised is the possibility of placing the "Add This" bar on the right hand side of the screen. Could any future update include the possibility of having a setting where the site admin can choose which side of the screen it is placed on?
Hello Wally,
You can make a light script version of the Addthis bar, it wont have the all functionality, but i think it will work fine with Ajaxim.
for example the Addthis share button can be
<img src="{{location of the addthis icon}}" onclick="window.open('http://www.addthis.com/bookmark.php?url=' + window.location.href + '&title=' + document.title)" />
Note : the code is not tested