From d0a4f1c957a92da1eb1f56dffe9855c39efc5982 Mon Sep 17 00:00:00 2001 From: Amauri CHAMPEAUX Date: Mon, 23 Feb 2015 19:45:29 +0100 Subject: [PATCH] Update the supported service list --- README.md | 76 +++++++++++++++++++++++++++++++++--------------- tarteaucitron.js | 1 + 2 files changed, 54 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index afa3758..11a155c 100644 --- a/README.md +++ b/README.md @@ -17,29 +17,59 @@ Bonus: - Incorporate a fallback system (display a link instead of social button and a static banner instead of advertising). ## Supported services -- AddThis -- AddToAny (feed) -- AddToAny (share) -- Alexa -- Clicky -- Dailymotion -- Disqus -- Facebook -- FERank -- Google Adsense -- Google Analytics (ga.js) -- Google Analytics (universal) -- Google+ -- JSApi -- Linkedin -- Pinterest -- Shareaholic -- ShareThis -- Twitter -- Vimeo -- Xiti -- Youtube -- Zopim +* APIs + * Google jsapi + * Google Maps + * Google Tag Manager + * Typekit (adobe) + +* Commentaire + * Disqus + * Facebook (commentaire) + +* Mesure d'audience + * Alexa + * Clicky + * FERank + * Google Analytics (ga.js) + * Google Analytics (universal) + * VisualRevenue + * Xiti + +* Régie publicitaire + * Clicmanager + * Criteo + * FERank (pub) + * Google Adsense + * Google Adsense Search (form) + * Google Adsense Search (result) + * Google Adwords (conversion) + * Google Adwords (remarketing) + * Pubdirecte + * vShop + +* Réseaux sociaux + * AddThis + * AddToAny (feed) + * AddToAny (share) + * Facebook + * Facebook (like box) + * Google+ + * Google+ (badge) + * Linkedin + * Pinterest + * Shareaholic + * ShareThis + * Twitter + +* Support + * UserVoice + * Zopim + +* Vidéo + * Dailymotion + * Vimeo + * Youtube ## Visitors outside the EU In PHP for example, you can bypass all the script by setting this var `tarteaucitron.user.bypass = true;` if the visitor is not in the EU. diff --git a/tarteaucitron.js b/tarteaucitron.js index aed56fc..be5140e 100644 --- a/tarteaucitron.js +++ b/tarteaucitron.js @@ -608,6 +608,7 @@ var tarteaucitron = { "getAndParse": function (url, id) { "use strict"; if (tarteaucitron.makeAsync.antiGhost > 10) { + tarteaucitron.makeAsync.antiGhost = 0; return; } tarteaucitron.makeAsync.antiGhost += 1;