I added script inside the body and try it inside the head, but some time, the icon didn’t show in website.
Web use Nextjs
In source code, I added script tag:
<script
type="text/javascript"
id="hs-script-loader"
async
defer
src="//js.hs-scripts.com/XXX.js"
/>
Devtools have error: Cannot read properties of null (reading ‘getAttribute’)

