This add-on is not affiliated with XenForo Ltd.
Description
This add on displays the AddThis share bar, usually seen in the Permalink overlay:
Within the ad_message_below template:
You can see a live demo of it here:
http://www.valvetime.net/threads/google-drive-launched-with-5gb-free-dropbox-killer.190387/
Installation
Simply upload the contents of the upload folder to your Library folder.
Then, from the AdminCP, install the add on using the addon-addThisPost.xml file.
Further Installation Steps:
There is currently a bug in this add-on due to some parameters not being passed to the ad_message_below hook.
The following steps are necessary to ensure this add on works properly:
1) Install the add on if you haven't already done so
2) Disable the add on (yes, really)
3) Add the following to the ad_message_below template:
Code:
<xen:include template="addthis_ajax">
<xen:set var="$url">{xen:link full:threads/post-permalink, $thread, 'post={$post}'}</xen:set>
</xen:include>
The add on will now function normally.