Hello,
I'm trying to include multiple addthis into Typo3 CMS but i'm unable to specify url.
this is the html/js code :
<div class="addthis_toolbox" addthis:url="http://XXX/index.php?id=1254" addthis:title="Tag Cloud">
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-XXX"></script>
<a id="theaddthisbutton" class="addthis_button"></a>
</div>
<script type="text/javascript">
var addthis_config = {
includeLibs : "typo3conf/ext/rm_addthis/pi1/class.tx_rmaddthis_pi1.php",
userFunc : "tx_rmaddthis_pi1->main",
ui_click : true,
ui_language : "fr",
data_ga_tracker : "pageTracker",
title : "Tag Cloud",
url : "http://XXX/index.php?id=1254"
};
addthis.button("#theaddthisbutton", addthis_config);
</script>
this code is on page http://XXX/index.php?id=1256
in mail i would have a link to page http://XXX/index.php?id=1254, but a have http://XXX/index.php?id=1256#somthing.gmail
Thank you