ubsimple-chat-widget
v1.0.1
Published
- repo:https://github.com/Certsoftt/livechat_widget/upload This is a live chat widget that can be used on any website, plain html or react or php website
Readme
Overview
- repo:https://github.com/Certsoftt/livechat_widget/upload This is a live chat widget that can be used on any website, plain html or react or php website
To use chat widget on html or php site kindly use the code last tag:
Admin Panel
For the admin panel, edit the db.php file in the include folder and set all database details to your database details
React Web App
run the command
npm i reactnpm i ubsimple-chat-widget
create .env file with a varaible to store your site domain name
- REACT_APP_SITE_URL = "your_domain.com"
In your component you can
import ChatWidget from 'ubsimple-chat-widget'usage:
