I’m not the dev, but I solved a similar problem on my own site by excluding social URLs: twitter.com, facebook.com, linkedin.com, etc.
Also, on the Exceptions tab, you might be able to uncheck “All contents (the whole page)” and use the other option checkboxes that appear. For my case, I was able to just check “Post content” (unchecked Widgets and Comments) because it turned out all my social icons are in widgets.
I think it would be great if the plugin could recognize and ignore icons, like it can ignore <img> tags.
Hope it helps!
-
This reply was modified 9 years, 2 months ago by
kalico.
-
This reply was modified 9 years, 2 months ago by
kalico. Reason: discovered a new solution
The plugin does ignore <img> tags, but not images set with CSS.
Beside the options Kalico mentioned, it’s also possible to ignore individual links by setting data-wpel-link="ignore", f.e.:
<a href="#" data-wpel-link="ignore">Some link</a>