(Before you begin, make sure that your site is published and has a connected domain.)
Go to Settings in your site’s dashboard ->
Click the Custom Code tab under Advanced Settings ->
Click + Add Custom Code at the top right ->
Paste the code snippet in the text box ->
Choose where to place your code: place at Head
Click Apply.
Implement with wix
Click on “COPY THE TEXT CODE” from previous step then go to dashboard on Shopify in the left menu click “online store” → themes → select edit code from actions → select theme.liquid and paste the code between head tag)
If you use “ezblox” login and click “my account” select your website and click on hamburger icon and in the menu select “head code” paste the code and save -> publish
Copy the code from the previous step Or go to your dashboard then click on “my app” tab then select your app and click “view code” button , then copy the code into the headings section of your main html file..
<head>
<meta ...
<meta ...
<link ..
<script...
Paste Your Code Here
</head>