Amauri CHAMPEAUX пре 5 година
родитељ
комит
b292403656
1 измењених фајлова са 17 додато и 0 уклоњено
  1. 17 0
      tarteaucitron.services.js

+ 17 - 0
tarteaucitron.services.js

@@ -30,6 +30,23 @@ tarteaucitron.services.iframe = {
     }
 };
 
+// abtasty
+tarteaucitron.services.abtasty = {
+    "key": "abtasty",
+    "type": "api",
+    "name": "ABTasty",
+    "uri": "https://www.abtasty.com/terms-of-use/",
+    "needConsent": true,
+    "cookies": ['ABTasty', 'ABTastySession'],
+    "js": function () {
+        "use strict";
+        if (tarteaucitron.user.abtastyID === undefined) {
+            return;
+        }
+        tarteaucitron.addScript('//try.abtasty.com/'+tarteaucitron.user.abtastyID+'.js');
+    }
+};
+
 // addthis
 tarteaucitron.services.addthis = {
     "key": "addthis",