1) Create your subscription
Talk to a Hand Talk consultant and get your Site Translator license for your website.
2) Copy the generated Script
The consultant will share a script for you to implement in your website's source code. Copy this code!
3) Implement the code on your site
Now, you will implement the copied script within your website's source code.
IMPORTANT: For this step, basic programming knowledge and access to your site's files are required.
The Hand Talk Site Translator script contains a unique token, exclusive to the domain registered in the subscription. This token within the script allows your site to use the tool.
The generated script starts with <script> and ends with </script>. You just need to copy this generated code and paste it into the HTML structure inside the index.php file located in the template folder installed on your site, just above the </body> tag.
EXAMPLE SCRIPT:
<script src="https://plugin.handtalk.me/web/latest/handtalk.min.js"></script>
<script>
var ht = new HT({
token: "TOKEN"
});
</script>
Comments
0 comments
Please sign in to leave a comment.