Add tolkai fix #1014

This commit is contained in:
Amauri CHAMPEAUX 2022-12-12 17:53:02 +01:00
parent 29087a9eea
commit b02a4f7334
1 changed files with 23 additions and 0 deletions

View File

@ -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 // kwanko
tarteaucitron.services.kwanko = { tarteaucitron.services.kwanko = {
"key": "kwanko", "key": "kwanko",