After speaking with a Hand Talk consultant and obtaining the token to implement the Hand Talk plugin, it is time to proceed with the implementation.
Implementing the code on your site
Now, you will implement the copied script into your website's source code.
IMPORTANT: This step requires basic programming knowledge and access to your site's files.
The Hand Talk Website Translator script contains a unique token specific to the domain registered in your subscription. This token within the script enables your site to use the tool.
The generated script begins with <script> and ends with </script>. Simply copy the generated code and paste it into your site's HTML structure, right above the </body> tag.
SAMPLE 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.