Problem/Motivation

ShareThis module conflict with the cookie consent module and creating cookies before the eu_cookie_compliance module ask to Accept cookies.

Proposed resolution

sharethis_include_js function is adding inline js on the pages which is not respecting the drupal behaviours. Move the specific js to an external file and include it using #attached so that it will respect the drupal behaviours and load according to the module weight

Remaining tasks

Provide a patch

User interface changes

API changes

Data model changes

Comments

naveenvalecha created an issue.