Amauri CHAMPEAUX пре 6 година
родитељ
комит
0bbe60633d
1 измењених фајлова са 21 додато и 0 уклоњено
  1. 21 0
      tarteaucitron.services.js

+ 21 - 0
tarteaucitron.services.js

@@ -2412,3 +2412,24 @@ tarteaucitron.services.activecampaign = {
         tarteaucitron.addScript('https://trackcmp.net/visit?actid='+tarteaucitron.user.actid+'&e='+encodeURIComponent(trackcmp_email)+'&r='+encodeURIComponent(document.referrer)+'&u='+encodeURIComponent(window.location.href));
     }
 };
+
+// tawk.to
+tarteaucitron.services.tawkto = {
+	"key": "tawkto",
+	"type": "support",
+	"name": "Tawk.to chat",
+	"uri": "https://www.tawk.to/data-protection/",
+	"needConsent": true,
+	"cookies": [],
+	"js": function () {
+		"use strict";
+		if (tarteaucitron.user.tawktoId === undefined) {
+			return;
+		}
+
+		window.Tawk_API=window.Tawk_API||{};
+		window.Tawk_LoadStart=new Date();
+
+		tarteaucitron.addScript('https://embed.tawk.to/' + tarteaucitron.user.tawktoId + '/default');
+	} 
+};