Skip to content

Commit b51625d

Browse files
committed
Added LiveChat support tool.
1 parent c25e1f8 commit b51625d

File tree

4 files changed

+37
-0
lines changed

4 files changed

+37
-0
lines changed

_config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ kramdown:
2323
# Third-party services
2424
# just leave someone empty to disable it
2525
disqus_shortname:
26+
livechat_license: 8491674
2627

2728
# used this for post_excerpt at index_page
2829
excerpt_separator: <!--description-->

_includes/footer.html

+14
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,17 @@
4545
</div>
4646
</div>
4747
</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 %}

contact-us.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,9 @@ permalink: /contact/
55
---
66

77
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&amp;utm_source=chat_button">
11+
customer service software
12+
</a>
13+
</div>

privacy.md

+16
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,22 @@ Websites.
6767

6868
* [Google privacy policy](https://www.google.com/intl/en/policies/privacy/)
6969

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+
7086
### Contacting Us
7187

7288
Please see our [contact page](/contact).

0 commit comments

Comments
 (0)