Adblock block my <a href !
Posted: Mon Feb 01, 2016 9:47 am
Hi,
Adblock is usefull, i love it, but here is an issu:
http://www.margotduvauchelle.fr
On my web site, i have:
- on sidebar, a list of my social page with just 3 link (<a href.. > <img> </a>) for facebook, google+, and linkedin
- on bottom of content, i have same html code, but for sharing content on facebook, google+, twitter and linkedin
Adblock block my social page and social share !
That i don't understand, is my html code doens't use any javascript or api for this, here is my code:
And you can see that no facebook, or google+, or other social API or Javascript are running on my website.
I read why adblock block social share content: cause API and Javascript can track visitor even if they do not click on button. But in my case, why he block it ?
Best regards,
EDIT: Sorry about my english..
Adblock is usefull, i love it, but here is an issu:
http://www.margotduvauchelle.fr
On my web site, i have:
- on sidebar, a list of my social page with just 3 link (<a href.. > <img> </a>) for facebook, google+, and linkedin
- on bottom of content, i have same html code, but for sharing content on facebook, google+, twitter and linkedin
Adblock block my social page and social share !
That i don't understand, is my html code doens't use any javascript or api for this, here is my code:
Code: Select all
<div class="button">
<a href="https://www.facebook.com/sharer/sharer.php?u=http://www.margotduvauchelle.fr/" rel="nofollow" title="Partager cette page sur Facebook" target="_blank"><img src="http://www.margotduvauchelle.fr/wp-content/uploads/2016/01/facebook.png" alt="Partager cette page sur Facebook" width="32" height="32" /></a>
</div>
<div class="button">
<a href="https://plus.google.com/share?url=http://www.margotduvauchelle.fr/" rel="nofollow" title="Partager cette page sur Google+" target="_blank"><img src="http://www.margotduvauchelle.fr/wp-content/uploads/2016/01/google.png" alt="Partager cette page sur Google+" width="32" height="32" /></a>
</div>
<div class="button">
<a href="https://twitter.com/home?status=http://www.margotduvauchelle.fr/" rel="nofollow" title="Partager cette page sur Twitter" target="_blank"><img src="http://www.margotduvauchelle.fr/wp-content/uploads/2016/01/twitter.png" alt="Partager cette page sur Twitter" width="32" height="32" /></a>
</div>
<div class="button">
<a href="https://www.linkedin.com/shareArticle?mini=true&url=http%3A//www.margotduvauchelle.fr&title=Margot%20Duvauchelle%20Psychologue&summary=&source=" rel="nofollow" title="Partager cette page sur Linkedin" target="_blank"><img src="http://www.margotduvauchelle.fr/wp-content/uploads/2016/01/linkedin.png" alt="Partager cette page sur Linkedin" width="32" height="32" /></a>
</div>
I read why adblock block social share content: cause API and Javascript can track visitor even if they do not click on button. But in my case, why he block it ?
Best regards,
EDIT: Sorry about my english..