We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
All my widgets are rendered as "inline", even the ones that are embedded in Tawk Dashboard and if rendered via js script.
The text was updated successfully, but these errors were encountered:
To allow the embed you need to declare embedId and target element.
Embed will render in the element you specificized but it will not have the button to open and close it by default state it will show the whole widget.
For example
return( <div id='mydiv'></div> <TawkMessengerReact :embedId='myDiv' .../> );
Sorry, something went wrong.
No branches or pull requests
All my widgets are rendered as "inline", even the ones that are embedded in Tawk Dashboard and if rendered via js script.
The text was updated successfully, but these errors were encountered: