|
@@ -105,6 +105,29 @@ tarteaucitron.services.calendly = {
|
|
|
}
|
|
|
};
|
|
|
|
|
|
+// tolkai
|
|
|
+tarteaucitron.services.tolkai = {
|
|
|
+ "key": "tolkai",
|
|
|
+ "type": "other",
|
|
|
+ "name": "tolk.ai",
|
|
|
+ "uri": "https://www.tolk.ai/",
|
|
|
+ "needConsent": true,
|
|
|
+ "cookies": [],
|
|
|
+ "js": function () {
|
|
|
+ "use strict";
|
|
|
+
|
|
|
+ if (tarteaucitron.user.tolkaiBot === undefined) {
|
|
|
+ return;
|
|
|
+ }
|
|
|
+
|
|
|
+ window.cfbot = tarteaucitron.user.tolkaiBot;
|
|
|
+ window.TcfWbchtParams = { behaviour: 'default' };
|
|
|
+ window.display = 'iframe';
|
|
|
+ tarteaucitron.addScript('https://script.tolk.ai/iframe-latest.js');
|
|
|
+ }
|
|
|
+};
|
|
|
+
|
|
|
+
|
|
|
// kwanko
|
|
|
tarteaucitron.services.kwanko = {
|
|
|
"key": "kwanko",
|