Aggregated and anonymized data from 80k+ sites using tarteaucitron.
requests / 30 days
5% consent
Shareaholic: social media and consent
Shareaholic belongs to the social media service category. Social buttons, widgets and features may load resources from third-party domains and transmit information to the provider.
tarteaucitron can delay the activation of Shareaholic until the visitor has made a choice when the service requires consent.
Managing Shareaholic with tarteaucitron
When Shareaholic is integrated through tarteaucitron, its activation is managed according to the visitor's consent choice. The service can therefore be loaded only when the corresponding permission has been granted and the visitor can later change this choice through the consent interface.
Cookies and storage used by Shareaholic
The current tarteaucitron integration declares 5 cookies associated with Shareaholic:
This list corresponds to the cookies currently declared in the tarteaucitron service definition. The service provider may change its technical implementation over time.
Configuring Shareaholic
Add the following code to your website after initializing tarteaucitron. Replace the example values with those provided by Shareaholic.
<script>
tarteaucitron.user.shareaholicSiteId = 'site_id';
(tarteaucitron.job = tarteaucitron.job || []).push('shareaholic');
</script>
Additional code
The following code can already be present on your website and should be kept where the service is used.
<div class='shareaholic-canvas' data-app='share_buttons' data-app-id='app_id'></div>
Code to remove
Default HTML code to remove from your website:
<script type="text/javascript">
(function() {
var shr = document.createElement('script');
shr.setAttribute('data-cfasync', 'false');
shr.src = '//dsms0mj1bbhn4.cloudfront.net/assets/pub/shareaholic.js';
shr.type = 'text/javascript';
shr.async = 'true';
shr.onload = shr.onreadystatechange = function() {
var rs = this.readyState;
if (rs && rs != 'complete' && rs != 'loaded') return;
var site_id = 'site_id';
try {
Shareaholic.init(site_id);
}
catch (e) {}
};
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(shr, s);
})();
</script>For a complete guide, read the documentation to install tarteaucitron.js.
Privacy information
For detailed information about the processing of data by Shareaholic, cookies and applicable retention periods, refer to the documentation or privacy policy published by the service provider:
Shareaholic privacy information
Frequently asked questions about Shareaholic
Does Shareaholic require consent?
When Shareaholic loads third-party resources or uses non-essential tracking technologies, its activation should be managed according to the visitor’s consent choice.
How does tarteaucitron block Shareaholic?
tarteaucitron controls the activation of Shareaholic according to the consent choice recorded for the visitor. The service code is triggered through tarteaucitron instead of being loaded independently from the consent manager.