Hello,
I need to add a code snippet in the <head></head> tag of every page in espoCRM, frontend and portals etc. The code is just adding a simple tag like
<call-us-selector phonesystem-url="{externalUrl}" party="{party}"></call-us-selector>
<script defer src="{externalUrl}" id="{id}" charset="utf-8"></script>
Alternatively, the above code snippet could be added above the <body> tag but I would like it to be loaded for every page. This creates a chatbox.
I need to add a code snippet in the <head></head> tag of every page in espoCRM, frontend and portals etc. The code is just adding a simple tag like
<call-us-selector phonesystem-url="{externalUrl}" party="{party}"></call-us-selector>
<script defer src="{externalUrl}" id="{id}" charset="utf-8"></script>
Alternatively, the above code snippet could be added above the <body> tag but I would like it to be loaded for every page. This creates a chatbox.
Comment