spicygreenbook / greenbook-app

We are Spicy Green Book – a virtual directory for Black-owned food and beverage businesses throughout the US and Canada. We help Black-owned food and drink business owners tell their story, sowing the seeds of trust, support, and positive change within local communities.
https://www.spicygreenbook.org
46 stars 60 forks source link

Remove Live Chat site-wide #334

Closed danilobatson closed 3 years ago

danilobatson commented 3 years ago

Would like the live chat feature removed from the site totally. This chat feature should be removed. This includes the Live Chat logo in the footer of the site

JeroenGoddijn commented 3 years ago

Commented out the respective script (pasted below for documentation purposes) in ./pages/_document.js that injected the LiveChat functionality into the pages

        <script
        dangerouslySetInnerHTML={{
          __html: `
          window.__lc = window.__lc || {};
          window.__lc.license = 12115266;
          (function() {
            var lc = document.createElement('script'); lc.type = 'text/javascript'; lc.async = true;
            lc.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'cdn.livechatinc.com/tracking.js';
            var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(lc, s);
          })();
       `}} />