React Facebook Customer Chat Plugin
npm install react-customer-chatSimple component integrate facebook customer chat plugin to your react web

``js`
npm install react-customer-chat --save
Option 1: Setup Using Developer Steps
1. Click Settings at the top of your PageMessenger Platform
2. Click on the leftWhitelisted Domains
3. Edit whitelisted domains for your page in the section

Option 2: Using the Setup Tool
1. Go to Page Settings > Messenger Platform
2. In the 'Customer Chat Plugin' section, click the 'Set Up' Button.
The setup tool provides a simple UI for customizing the greeting message, theme color, displayed response time, and setting the whitelisted domains for the plugin.
see more
> See more details in Customer Chat Plugin official docs and Customer Chat SDK official docs.
* How To Find Facebook Page ID?
Go to the Facebook page you own/admin > “About” > “Page Info.”
Now, at the very bottom, you can find the “Facebook Page ID”.

`javascript
import CustomerChat from 'react-customer-chat'
/>
``
# Pull request
Pull requests are welcome!