Invision Community 5: A video walkthrough creating a custom theme and homepage By Matt Thursday at 04:02 PM
kreitttbw Posted February 2, 2021 Posted February 2, 2021 Hi everyone, So I have IPS connected to my subdomain. My main domain has a Crisp chatbox for users. I'm trying to get that chatbox into my subdomain, but not quite sure how. I've tried pasting the HTML code into the <head> of the globaltemplate, but it's not working - no chatbox populates. Has anyone been able to do this? There's no direct integration through Crisp to connect to Invision. I'm copying the Crisp code straight from their website settings module and pasting it after <head> and before </head> below the following code: Quote {template="favico" app="core" group="global" location="front" params=""} Should I be doing this differently? Is it just not possible to incorporate this into this website? Thanks for your help!
bfarber Posted February 2, 2021 Posted February 2, 2021 Open your browser developer tools and see if any errors are registered. kreitttbw 1
Solution kreitttbw Posted February 2, 2021 Author Solution Posted February 2, 2021 (edited) Thanks for your comment @bfarber. The crisp team was able to identify that, since it was going into PHP code, $crisp was being interpreted as a variable. They had me take out a section of their given code and it worked. Code to take out: Quote window.$crisp = []; Edited February 2, 2021 by Joss Leal Include section of code that will allow Crisp chat code to work with Invision. bfarber 1
Recommended Posts