In case of problems, please contact us at info@czetbot.com.
There is only one thing needed to successfully integrate Czetbot into your website. This is the line you will receive from our technical support. You insert this line into your website so that it appears on every page. It looks something like this:
<script defer src="https://www.czetbot.com/script/provide?key=7dd8d576-b0bf-4149-9b37-2970060ee893"></script>
It can be placed practically anywhere within the page itself, we recommend putting it at the bottom of the page, before the </body>
tag. As you can see, the line contains the unique key of your deployment. This key is tied to your website address. If the address were to change, the assistant would silently stop working. In that case, please contact our technical support info@czetbot.com and let us know the new website address. The assistant only works over HTTPS.
In addition to the mandatory parameter key
, it is possible to use other parameters that affect how the assistant will look. It is a theme
parameter with possible values light
and dark
. This causes the assistant's colors to switch to light or dark palette. Another parameter is accent
, with which you can set the color of the key elements of the assistant's user interface so that it fits directly into your website as best as possible. By default, the Assistant bubble is placed in the bottom right corner. However this can be changed by using parameter position
and values bottom-left
, top-left
, top-right
and bottom-right
. The last parameter is lang
with the values cs/en/de/pl/ru/uk
, which switch the language of the assistant's user interface to Czech/English/German/Polish/Russian/Ukrainian.
Specifically, the following line will set the assistant to English, the user interface will be dark with a distinct red tint and a bubble placed in the top left corner:
<script defer src="https://www.czetbot.com/script/provide?key=7dd8d576-b0bf-4149-9b37-2970060ee893&theme=dark&accent=%23ff0000&lang=en&position=top-left"></script>
Czetbot currently communicates in Czech, English, German, Polish, Russian and Ukrainian. If you need another language, please contact our technical support.
Contact our technical support at info@czetbot.com.