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

Função withTarget não funciona #55

Open
danieldocki opened this issue Apr 26, 2022 · 0 comments
Open

Função withTarget não funciona #55

danieldocki opened this issue Apr 26, 2022 · 0 comments

Comments

@danieldocki
Copy link

<htmL>

<head>
  <script src="https://unpkg.com/blip-chat-widget" type="text/javascript">
  </script>
  <script>
    (function () {
      window.onload = function () {
        new BlipChat()
          .withAppKey('APP_KEY')
          .withButton({ "color": "#be6c10", "icon": "" })
          .withTarget('bot')
          .build();
      }
    })();
  </script>
</head>

<body>
  <div id='bot'>
    //seu bot vai aqui
  </div>
</body>

</html>

dá o seguinte erro e não carrega o bot

Screen Shot 2022-04-26 at 09 42 28

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

1 participant