Add eKomi
This commit is contained in:
parent
9ad7e85539
commit
37c29edcaf
|
|
@ -351,6 +351,26 @@ tarteaucitron.services.disqus = {
|
|||
}
|
||||
};
|
||||
|
||||
// ekomi
|
||||
tarteaucitron.services.ekomi = {
|
||||
"key": "ekomi",
|
||||
"type": "social",
|
||||
"name": "eKomi",
|
||||
"uri": "http://www.ekomi-us.com/us/privacy/",
|
||||
"needConsent": true,
|
||||
"cookies": [],
|
||||
"js": function () {
|
||||
"use strict";
|
||||
if (tarteaucitron.user.ekomiCertId === undefined) {
|
||||
return;
|
||||
}
|
||||
window.eKomiIntegrationConfig = new Array(
|
||||
{certId: tarteaucitron.user.ekomiCertId}
|
||||
);
|
||||
tarteaucitron.addScript('//connect.ekomi.de/integration_1410173009/' + tarteaucitron.user.ekomiCertId + '.js');
|
||||
}
|
||||
};
|
||||
|
||||
// facebook
|
||||
tarteaucitron.services.facebook = {
|
||||
"key": "facebook",
|
||||
|
|
|
|||
Loading…
Reference in New Issue