🚀 DAY 1 OF LAUNCH WEEK: Reachability for Ruby Now in Beta.Learn more →
Socket
Book a DemoInstallSign in
Socket

react-facebook-customer-chat

Package Overview
Dependencies
Maintainers
3
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-facebook-customer-chat

React component for facebook customer chat plugin

latest
npmnpm
Version
0.0.2
Version published
Maintainers
3
Created
Source

React Facebook Customer Chat

React component for facebook customer chat plugin

Installation

npm install react-facebook-customer-chat

Usage

import React from 'react';
import ReactDOM from 'react-dom';
import FacebookCustomerChat from 'react-facebook-customer-chat';

ReactDOM.render(
  <FacebookCustomerChat
    pageId="<PAGE_ID>"
    appId="<APP_ID>"
    autoLoad={true}
    ref="<OPTIONAL_WEBHOOK_PARAM>"
    minimized={true}
  />,
  document.getElementById('demo')
);

License

MIT © Yoctol

FAQs

Package last updated on 30 Nov 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts