website logo
⌘K
GETTING STARTED
Installation
Concepts & Terms
Voice trackers
Voice commands
API
Structure
Trackers API
Blog API
FREQUENT QUESTIONS
What happens when trial expires?
Can I make completely different design of the widgets?
How reliable Voxpow is?
Should I change the tracker code on every new command or search message change?
Where and how I can test functionalities
What languages are supported?
Which browsers are supported?
Why I don't see trackers on iOS?
What is a "Domain" in the context of Voxpow tracker?
What is CDN?
Why are JS files CDNized?
What is CDN Invalidation?
Will the JavaScript files slow down my website?
Can Voxpow be used to capture the full text spoken by the user?
Can I see what the customer is searching for?
Is the user asked that trackers utilize voice recognition?
Can I make custom voice commands?
Can I use advanced JavaScript code to respond to searches?
What CMS you support?
Does your service work on HTTP or only on HTTPS?
Why I cannot see the voice tracker from my mobile device?
MISC
Browser permissions
Data Privacy
CORS
Docs powered by archbee 
3min

Code in the HTML

One of the installation methods that work for any kind of website is to insert code to the <body> part of the HTML content. You can get the code snippet after creating the Voice Tracker through the admin panel.

Get the installation code snippet
Get the installation code snippet


Code snippet

Code Snippet is individual and unique for each tracker

Keep in mind the each Voice Tracker has own JavaScript code. So you need to grap the code from the widget place and install it on your website.

Installation code is few lines of JavaScript. Here you can take a look of an example snippet.

JS
|


There are some inclusion of the core libraries + the Tracker condifigurations.





Updated 03 Mar 2023
Did this page help you?
Yes
No
UP NEXT
Google Tag Manager
Docs powered by archbee 
TABLE OF CONTENTS
Code snippet
Code Snippet is individual and unique for each tracker