How to install website bot using javascript
How to install website bot using javascript
Copy the Javascript code from the Convertalk app & Go to
- our website’s HTML code.
- Paste the script in the head or body tag of your HTML code
- Ensure that you paste the script before the tag is closed, i.e., paste the script before
</head>or</body>. - Make sure Convertalk should be the last script to execute, as some scripts may override the Convertalk script.
How to install a bot on wordpress website
How to install a bot on wordpress website
After you have logged into your Convertalk account, Go to the Bots Tab, select the desired Bot, and navigate to the Install section.
- Move to the WordPress section and copy the API key available there.
- Open your website’s wp-admin, adding “/wp-admin” at the end of your Domain URL. E.g., If your website URL is “www.expample.com,” then you can open WP-Admin using the Link “www.example.com/wp-admin”
- Go to Plugins > Add new > Search Convertalk > Install now > Activate plugin”
- Install the ” Convertalk” Plugin and then activate the same.
- Upon activating the Plugin, you will be redirected to the plugins page with the confirmation message “Plugin Activated.”
- Once your Plugin is activated, paste the Bot Penguin API key in the Box named ” Convertalk Snippet” that you Copied from your Convertalk account.
- Save the Settings, and you are all set. Convertalk has been integrated into your website.
Bot is not showing up upon activation of wp-rocket plugin
Bot is not showing up upon activation of wp-rocket plugin
If you have both wp-rocket and Convertalk Plugin/Script added to your WordPress site, You may face the issue of the Convertalk not showing up on the website.In case you are facing such issues, try the below steps, and it will solve the problem.
- Login to your wp-admin panel and open the
wp-rocketsettings. - Go to the
File Optimization→JavaScript Files->Load JavaScript deferred - Add the
Convertalkbot script here underExclude Java Script Filesoption, and done!
wp-rockethttps://docs.wp-rocket.me/article/976-exclude-files-from-defer-jsWhat is the minimum browser version requirement for the Convertalk website bot
What is the minimum browser version requirement for the Convertalk website bot
Convertalk is a JS-based software. Hence your browser must support the Java Script. The minimum requirement for some renowned browsers are as follows:
- Google Chrome: Version 51 or above
- Edge: Version 14 or above
- Safari: Version 10 or above
- Firefox: Version 52 or above
How to resolve latency issues on my website when I have the chatbot installed
How to resolve latency issues on my website when I have the chatbot installed
We understand the criticality of website speed and responsiveness. Adding a trigger delay only delays the chatbot from opening, but the script of the chatbot is loaded at the same time as the page, which can delay the overall page loading and create latency issues. This happens because of the vast processes that allow chatbots to run smoothly. However, this problem can be solved.In the document ready function, create a timeout function of 3sec. In that timeout function, create a script element with the details of the script shared while installing the chatbot.**Please note: **Do not forget to replace 
And done, All sorted.
[Your Bot ID] with you bot ID that you can find in your script.
Where are the channels where I can install my bot
Where are the channels where I can install my bot
As of now (13/12/23), We have the following channels where you can run your bot to
- Website
- Telegram
- Standalone landing page
Why my bot is not showing up upon activation of wp-rocket plugin
Why my bot is not showing up upon activation of wp-rocket plugin
If you have both wp-rocket and Convertalk Plugin/Script added to your WordPress site, You may face the issue of the Convertalk not showing up on the website.In case you are facing such issues, try the below steps, and it will solve the problem.
- Login to your wp-admin panel and open the
wp-rocketsettings. - Go to the
File Optimization→JavaScript Files->Load JavaScript deferred - Add the
Convertalkbot script here underExclude Java Script Filesoption, and done!
