Add elfsight
This commit is contained in:
parent
a01d3f50f7
commit
be52a5c654
|
|
@ -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
|
// sharpspring
|
||||||
tarteaucitron.services.sharpspring = {
|
tarteaucitron.services.sharpspring = {
|
||||||
"key": "sharpspring",
|
"key": "sharpspring",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue