Add elfsight

This commit is contained in:
Amauri CHAMPEAUX 2021-05-08 10:24:21 +02:00
parent a01d3f50f7
commit be52a5c654
1 changed files with 16 additions and 0 deletions

View File

@ -31,6 +31,22 @@ tarteaucitron.services.iframe = {
}
};
// elfsight
tarteaucitron.services.elfsight = {
"key": "elfsight",
"type": "support",
"name": "Elfsight",
"uri": "https://elfsight.com/privacy-policy/",
"needConsent": true,
"cookies": ['__cfduid', '_p_hfp_client_id', 'session_id'],
"js": function () {
"use strict";
tarteaucitron.addScript('https://apps.elfsight.com/p/platform.js');
}
};
// sharpspring
tarteaucitron.services.sharpspring = {
"key": "sharpspring",