瀏覽代碼

Add calendly fix #1018

Amauri CHAMPEAUX 2 年之前
父節點
當前提交
29087a9eea
共有 1 個文件被更改,包括 15 次插入0 次删除
  1. 15 0
      tarteaucitron.services.js

+ 15 - 0
tarteaucitron.services.js

@@ -90,6 +90,21 @@ tarteaucitron.services.googlesignin = {
     }
 };
 
+// calendly
+tarteaucitron.services.calendly = {
+    "key": "calendly",
+    "type": "other",
+    "name": "Calendly",
+    "uri": "https://calendly.com/privacy",
+    "needConsent": true,
+    "cookies": [],
+    "js": function () {
+        "use strict";
+
+        tarteaucitron.addScript('https://assets.calendly.com/assets/external/widget.js');
+    }
+};
+
 // kwanko
 tarteaucitron.services.kwanko = {
     "key": "kwanko",