React Messenger Customer Chat Versions Save

React component for messenger customer chat plugin

v0.8.0

3 years ago
  • [fix] Hide messenger chat on component unmount.

v0.7.2

5 years ago
  • [fix] Ensure the className is a string.

v0.7.1

5 years ago
  • [fix] fix undefined className.

v0.7.0

5 years ago
  • [new] use Customer Chat SDK internally.

v0.6.2

5 years ago
  • [fix] Fix access parentNode from undefined

v0.6.1

6 years ago
  • [fix] fix removing fbsdk error

v0.6.0

6 years ago
  • [new] reload fbsdk when componentDidMount and props change #18

v0.5.0

6 years ago
  • [new] Support more customizing options, greetingDialogDisplay and greetingDialogDelay:
<MessengerCustomerChat
  pageId="<PAGE_ID>"
  appId="<APP_ID>"
  htmlRef="<REF_STRING>"
  greetingDialogDisplay="show"
  greetingDialogDelay={3}
/>

Thanks @xxhomey19 !

v0.4.1

6 years ago
  • [fix] Fix passing false value to minimized.

v0.4.0

6 years ago
  • [new] Support more customizing options:
<MessengerCustomerChat
  pageId="<PAGE_ID>"
  appId="<APP_ID>"
  htmlRef="<REF_STRING>"
  themeColor="<HEX_COLOR_CODE>"
  loggedInGreeting="<GREETING_MESSAGE_FOR_LOGGED_IN_USERS>"
  loggedOutGreeting="<GREETING_MESSAGE_FOR_LOGGED_OUT_USERS>"
/>