diff --git a/tarteaucitron.services.js b/tarteaucitron.services.js index 26231c4..2ba585b 100644 --- a/tarteaucitron.services.js +++ b/tarteaucitron.services.js @@ -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",