Add tolkai fix #1014
This commit is contained in:
parent
29087a9eea
commit
b02a4f7334
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue