File tree 4 files changed +37
-0
lines changed
4 files changed +37
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ kramdown:
23
23
# Third-party services
24
24
# just leave someone empty to disable it
25
25
disqus_shortname :
26
+ livechat_license : 8491674
26
27
27
28
# used this for post_excerpt at index_page
28
29
excerpt_separator : <!--description-->
Original file line number Diff line number Diff line change 45
45
</ div >
46
46
</ div >
47
47
</ footer >
48
+
49
+ {% if site.livechat_license %}
50
+ <!-- Start of LiveChat (www.livechatinc.com) code -->
51
+ < script type ="text/javascript ">
52
+ window . __lc = window . __lc || { } ;
53
+ window . __lc . license = { { site . livechat_license } } ;
54
+ ( function ( ) {
55
+ var lc = document . createElement ( 'script' ) ; lc . type = 'text/javascript' ; lc . async = true ;
56
+ lc . src = ( 'https:' == document . location . protocol ? 'https://' : 'http://' ) + 'cdn.livechatinc.com/tracking.js' ;
57
+ var s = document . getElementsByTagName ( 'script' ) [ 0 ] ; s . parentNode . insertBefore ( lc , s ) ;
58
+ } ) ( ) ;
59
+ </ script >
60
+ <!-- End of LiveChat code -->
61
+ {% endif %}
Original file line number Diff line number Diff line change @@ -5,3 +5,9 @@ permalink: /contact/
5
5
---
6
6
7
7
Please contact us at polis-canada@googlegroups.com with questions, comments and/or feedback.
8
+
9
+ <div data-id =" 25de160ac3 " class =" livechat_button " >
10
+ <a href =" https://www.livechatinc.com/customer-service-software/?partner=lc_8491674& ; utm_source=chat_button " >
11
+ customer service software
12
+ </a >
13
+ </div >
Original file line number Diff line number Diff line change @@ -67,6 +67,22 @@ Websites.
67
67
68
68
* [ Google privacy policy] ( https://www.google.com/intl/en/policies/privacy/ )
69
69
70
+ ### LiveChat
71
+
72
+ We use LiveChat for supporting users with chat built right into the website.
73
+
74
+ We have LiveChat connected to our internal chat tool, the "Civic Tech Toronto"
75
+ Slack team. This allows people in our specific project's chat room to be
76
+ notified when a participant starts a new support conversation. Our team chat
77
+ tool is semi-public, as any member of the public can sign up. Having said that,
78
+ only people in our chat room will be notified when a participant starts a new
79
+ support chat. In practice, this is about 20 people. These team members only see
80
+ the name and city of the person initiating the support chat, NOT the content of
81
+ the chat. The content of the conversation is only visible to our support team
82
+ (ie. team leads).
83
+
84
+ * [ LiveChat privacy policy] ( https://www.livechatinc.com/privacy-policy/ )
85
+
70
86
### Contacting Us
71
87
72
88
Please see our [ contact page] ( /contact ) .
You can’t perform that action at this time.
0 commit comments