For our plugin to work, the Wix platform needs to allow the insertion of external javascripts. Wix permits this action for users on the Premium plan.
To add a custom code:
- Log in to your Wix account.
- Go to Site Settings.
- Click on Analytics.
- Click + New Tool and select Custom from the dropdown menu.
- Configure the custom code:
- Add the custom code.
- Select the relevant domain.
Note: This option will only appear if you have more than one domain in your account.
- Add the name of your custom code.
- Add code to pages: Select which pages you want to add the code to:
- All pages:
- Load the code once.
- Load the code on each new page. Click here to learn more about code loading.
- Select pages: Start typing the names of the relevant pages and then check the box next to them.
- All pages:
- Place the code in: Select where the code will be added in your site's source code:
- Head
- Body - start
- Body - end
6. Click OK.
Hand Talk installation script:
<script src="https://plugin.handtalk.me/web/latest/handtalk.min.js"></script>
<script>
var ht = new HT({
// Replace with your access token
token: "TOKEN"
});
</script>Important: If you have any doubts about where to add your code, please contact your site provider for further instructions.
Comments
0 comments
Please sign in to leave a comment.