Closed (outdated)
Project:
AddThis
Version:
7.x-2.1-beta1
Component:
Miscellaneous
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
16 May 2012 at 19:51 UTC
Updated:
7 Mar 2016 at 03:54 UTC
Jump to comment: Most recent
Hi..
I have a problem with the addthis button, is when i share one content of my site, it work perfectly! but when i login in my account of addthis.com and i select the analytics option, then , the page says that don't have data, i don't know if is the code or the configuration.
Thank you for the attention.
Comments
Comment #1
Anonymous (not verified) commentedSame issue. Code checkup says it's installed fine. Correct profile ID is also added, but no share data come through to AddThis (after several weeks now).
Comment #2
bencollier commentedI have a workaround. Edit socialmedia.widgets.inc, and change the line:
return '<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=[?username=[socialmedia:sm-addthis_username]?]"></script>';to read:
return '<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-123456789abcdef"></script>';where "ra-123456789abcdef" should be changed to your pubid. That ought to fix it.
Comment #3
Anonymous (not verified) commentedThanks! That works. This makes it a bug AFAIK.
Comment #4
gisleThis bug report 4 years old and is about an outdated version of the module. The file
socialmedia.widgets.incno longer exists and the problem also seems to be fixed.Feel free to reopen if you can tell us how to reproduce this with a clean install of AddThis 7.x-4.x.