Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The chat is not auto expanding #69

Open
trompx opened this issue Jan 19, 2021 · 1 comment
Open

The chat is not auto expanding #69

trompx opened this issue Jan 19, 2021 · 1 comment

Comments

@trompx
Copy link

trompx commented Jan 19, 2021

I use the chat but despite it is auto expanding when I copy the widget provided directly by facebook on an html page, when I try to implement the chat via your plugin in a react app, the chat is not directly displayed when the page load.

I use:

<MessengerCustomerChat
  pageId="XXXXXX"
  themeColor="#000000"
  greetingDialogDisplay="show"
  htmlRef="fb-customer-chat"
  version="9.0"
  language="fr_FR"
/>

I tried different version, language, all greetingDialogDisplay, with or without delay, nothing works, the chat is never auto expanded.

@DiegoRodriguez93
Copy link

try with this props

      minimized={false}
      shouldShowDialog={true}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants