jssocials icon indicating copy to clipboard operation
jssocials copied to clipboard

how to completely disable the counter?

Open vnt opened this issue 7 years ago • 0 comments

I have insert showCount: false, $("#shareIcons").jsSocials({ showLabel: false, showCount: false, shares: ["email", "twitter", "facebook", "googleplus", "linkedin", "pinterest", "stumbleupon", "whatsapp"] }); When I open the browser (Firefox, Chrome) console, there are many errors:

  • jquery.js:9664 GET https://graph.facebook.com/?id=http..... The resource "https://platform.twitter.com/widgets.js" has been blocked because the antitrack protection is active. The resource " https://graph.facebook.com/....." has been blocked because the antitrack protection is active.

If you chose showCount: false is it possibile blocked the request of count at the socials.

vnt avatar Feb 23 '18 11:02 vnt