|
Profiles /
CarlosAB-TalkBruceK 3 Sep 11 Hey Carlos. Are you still having success with addThis? I can not get it to work at all. Are you using the same version that is currently downloaded? Thanks. Hi Bruce, I'm gonna test it out and put it here. ... I few minutes passed away while testing :-) ... You have to fill the variable called "$AddThisMasterProfile" with your profile in "local/config.php", like this:
-----8x-----
$AddThisMasterProfile = "ra-12345678";
include_once('cookbook/addthis.php');
-----8x-----
OR Fill the "$AddThisMasterProfile" still and also enable "$AddThisAllowProfileChange = 1", like this:
-----8x-----
$AddThisAllowProfileChange = 1;
$AddThisMasterProfile = "ra-12345678";
include_once('cookbook/addthis.php');
-----8x-----
So you can change your profile from the markup with "(:addthis profile="your-profile" :)". If you want to enjoy the free statistics for your site, from addthis, without any mistakes, I recommend not to enable "$AddThisAllowProfileChange" and just fill "$AddThisMasterProfile" like the first example. I believe I've made the script so restrictive that it is not Leave the url to your website so I can take a look. |