Social icones masked with AdBlock+

Posting here is no longer possible, please use the corresponding product forum.
Locked
Guest

Social icones masked with AdBlock+

Post by Guest »

I'm working on a website and I just discovered some weird thing linked to AdBlock+

I have a madal popup with three social-cones (Twitter, FB, and Google+) to share a content on these social networks. Strangely, when AdBlock+ is activated, these icones don't appear, whereas when it is desactivated, they perfectly appear. It is not a CSS problem, I removed all CSS classes on the icon
For information, here is the <a> tag on each of the image button :
G+ : href="https://plus.google.com/share?url=http: ... /?id=14818" target="_blank"
Twitter : href="http://twitter.com/share?text=Test&url= ... /?id=14818" target="_blank">
FB : <a href="http://www.facebook.com/sharer.php?s=10 ... _close.jpg" target="_blank">

Is it a known bug ? I take a look on it but didn't find anything. Is it because I'm working with localhost ?
If you need more details, I can answer your question

Thank you
User avatar
Gingerbread Man
Posts: 1339
Joined: Fri Aug 12, 2011 5:28 am

Re: Social icones masked with AdBlock+

Post by Gingerbread Man »

Are you subscribed to either Fanboy's Annoyances or Fanboy's Social Blocking List?

If not, then what's the code for the img elements?

If you use Firefox, you can press Ctrl+Shift+V to open the Blockable Items list and see which filters are in effect on the page.
Locked