Update the supported service list

This commit is contained in:
Amauri CHAMPEAUX 2015-02-23 19:45:29 +01:00
parent 10ff24c661
commit d0a4f1c957
2 changed files with 54 additions and 23 deletions

View File

@ -17,29 +17,59 @@ Bonus:
- Incorporate a fallback system (display a link instead of social button and a static banner instead of advertising). - Incorporate a fallback system (display a link instead of social button and a static banner instead of advertising).
## Supported services ## Supported services
- AddThis * APIs
- AddToAny (feed) * Google jsapi
- AddToAny (share) * Google Maps
- Alexa * Google Tag Manager
- Clicky * Typekit (adobe)
- Dailymotion
- Disqus * Commentaire
- Facebook * Disqus
- FERank * Facebook (commentaire)
- Google Adsense
- Google Analytics (ga.js) * Mesure d'audience
- Google Analytics (universal) * Alexa
- Google+ * Clicky
- JSApi * FERank
- Linkedin * Google Analytics (ga.js)
- Pinterest * Google Analytics (universal)
- Shareaholic * VisualRevenue
- ShareThis * Xiti
- Twitter
- Vimeo * Régie publicitaire
- Xiti * Clicmanager
- Youtube * Criteo
- Zopim * 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 ## 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. 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.

View File

@ -608,6 +608,7 @@ var tarteaucitron = {
"getAndParse": function (url, id) { "getAndParse": function (url, id) {
"use strict"; "use strict";
if (tarteaucitron.makeAsync.antiGhost > 10) { if (tarteaucitron.makeAsync.antiGhost > 10) {
tarteaucitron.makeAsync.antiGhost = 0;
return; return;
} }
tarteaucitron.makeAsync.antiGhost += 1; tarteaucitron.makeAsync.antiGhost += 1;