Hi,
I'm looking for a way to prevent AddThis cookies being dropped as this is required by Dutch law.
I used in the addthis_config values:
{data_use_cookies: false, data_use_flash: false};
But there are still AddThis cookies being dropped:
__atuvc
uid
uit
psc
The site I implemented it on and the site I checked the cookies.
http://wordpress.org/extend/plugins/addthis/
Hi,
I looked into the HTML source code of the homepage. The AddThis configuration values you added were not appearing.
This might be an issue with missing double quotes in the json string, that you added.
Can you try with the below AddThis config values instead?
{"data_use_cookies": false, "data_use_flash": false}
Thank you, it works brilliantly.
Forget to mark this as resolved.