I created a site for the European company, and I have to block cookies before the user enters the site. Doing a check with “Ghostery” identifies a cookie “Facebook Connect”, but with the plugin to block cookies can not block
In the browser’s source I have these super-socializer script:
<script type="text/javascript">var theChampCloseIconPath = 'https://www.ricettetichette.it/wp-content/plugins/super-socializer/images/close.png';var heateorSsSDKBlockedMsg = 'Your browser is blocking some features of this website. Please follow the instructions at <a href=\'https://support.heateor.com/browser-blocking-social-features/\' target=\'_blank\' style=\'color:#33a9d8\'>https://support.heateor.com/browser-blocking-social-features/</a> to unblock these.'</script>
<script> var theChampSharingAjaxUrl = 'https://www.ricettetichette.it/wp-admin/admin-ajax.php', heateorSsUrlCountFetched = [], heateorSsSharesText = 'Shares', heateorSsShareText = 'Share', theChampPluginIconPath = 'https://www.ricettetichette.it/wp-content/plugins/super-socializer/images/logo.png', theChampHorizontalSharingCountEnable = 0, theChampVerticalSharingCountEnable = 0, theChampSharingOffset = -10, theChampCounterOffset = -10;
</script>
<script type='text/javascript' src='https://www.ricettetichette.it/wp-content/plugins/super-socializer/js/front/combined.js?ver=7.8.13'></script>
Can you help me?
Thanks!