• Resolved ranaharoon322

    (@ranaharoon322)


    when you add facebook messenger chat widget then once you open facebook messenger chat widget there is no option to close it. A big chat box will there forever. Please fix it

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Buttonizer

    (@buttonizer)

    Hi @ranaharoon322 ,

    We will fix this in a future update.
    For a temporary fix, you could perhaps add this custom script into your site’s header:

    <script type="text/javascript">
      function buttonizerInitialized() {
        document.querySelector(".buttonizer").onclick = () => {
          if(document.querySelector(".fb-customerchat").querySelector("iframe").style.maxHeight !== "0px") {
             FB.CustomerChat.hideDialog();
          }
        }
      }
    </script>

    This will make it so that when you click on the group button, it will close the Messenger Chat Widget.

    Please let me know if this works for you!

    Thread Starter ranaharoon322

    (@ranaharoon322)

    no luck https://www.zelomall.com/ now its open by default

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘i found a bug on facebook messenger chat widget’ is closed to new replies.