How To Set Up A Phalera Chat Widget
Modified on: Mon,19 Sep, 2022 at 10:56 AM
To add a chat bubble to your website/landing page, you’ll want to use this code in your Footer or Body.
You’ll need to replace the ‘Location ID’, with the location ID in the URL. (i.e. W8SqkDJCYwyQyC8jSVuZ)
Raw code:
<script src=”https://msgsndr.com/js/text_widget.js“></script> <script type=”text/javascript“> PHALERA.init(‘LOCATION_ID’, { heading: ‘Have a question?’, subHeading: ‘Enter your question below and someone from our team will get right back to you.’ }) </script>
HTML
Example code with location id:
<script src=”https://msgsndr.com/js/text_widget.js“></script> <script type=”text/javascript“> PHALERA.init(‘W8SqkDJCYwyQyC8jSVuZ’, { heading: ‘Have a question?’, subHeading: ‘Enter your question below and someone from our team will get right back to you.’ }) </script>
HTML
Once the code has been added, don’t forget to create a new trigger for the Text Widget Chat event.
Did you find it helpful? Yes No