GETTING STARTED
Installation
Code in the HTML
2min
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 https //docs voxpow\ com/voice trackers through the admin panel 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 \<! voxpow\ com voice widget > \<script src="https //cdn voxpow\ com/static/libs/v1/voxpow\ js">\</script> \<script src="https //cdn voxpow\ com/static/libs/v1/voxpow widget js">\</script> \<script src="https //cdn voxpow\ com/media/trackers/js/vp xxxxxxxxxxx fpaoxnphbs js">\</script> \<script> var voxpowshow=voxpowshowtracker();voxpow&\&voxpowshow&& (voxpow\ setlanguage(voxpowlanguage),voxpow\ addcommands(voxpowcommands), voxpow\ addcallback(voxpowcallbacks),speechkitt voxpow(), speechkitt setstylesheet(voxpowstylesheet),speechkitt setinstructionstext(voxpowsearchmessage), speechkitt settogglelabeltext(voxpowlabeltext),speechkitt rememberstatus(voxpowrememberstatus), speechkitt render(),voxpowusevoicetyping&\&document addeventlistener&&"function"==typeof voxpowinittextvoice&&(document addeventlistener("domcontentloaded", voxpowinittextvoice,!1),setinterval(voxpowinittextvoice,1e3))); \</script> there are some inclusion of the core libraries + the tracker condifigurations