Hi,
We work with the Odoo ERP system, and it offers a livechat function.
They provide code to embed this into your own website. Like squarespace.
The embed code allways worked by putting it as a code snipet in an embed code black inside the footer.
But moving to the newest versions of squarespace, suddenly it doesn't work anymore.
I've tried all, putting it in a head tag code like it suggestes on the odoo module (but before it was not necessairy),
i've tried putting it as a code injection in the footer section. Adjusting the code with help from chatgpt so it would be more clean.
But I just can't seem to make it work.
This is the code that should be embed:
<link rel="stylesheet" href="https://sofa-dome.odoo.com/im_livechat/external_lib.css"/>
<script type="text/javascript" src="https://sofa-dome.odoo.com/im_livechat/external_lib.js"></script>
<script type="text/javascript" src="https://sofa-dome.odoo.com/im_livechat/loader/2"></script>
According to odoo, should be put in a head tag.
I'm not an expert in coding , I assume maybe a slight adjustment of the code would help and I'm missing something simple.
I would appreciate if someone can help me out.