Yeldaai / chat-plugin

Yelda Chat Plugin
MIT License
0 stars 0 forks source link

Feat init single param #93

Closed meelie closed 3 years ago

meelie commented 3 years ago

https://trello.com/c/pPxjes9H/1466-webchat-new-init

Should be tested with https://github.com/Yeldaai/yelda/pull/4144

you can run test + open yourlocalpath//chat-plugin/test/index.html

<!DOCTYPE html>
<html>
  <head>
    <meta charset=utf-8>
    <meta name=viewport content="width=device-width,initial-scale=1">
    <title>Yelda - Your Company's Virtual Assistant</title>
  </head>
  <body>
    <div id=app></div>
    <script type="text/javascript" src="../dist/js/yeldaWebchatInjector.min.js"></script>
    <script>
      yeldaChat.init({
        'settingId': '600060987bcdfb0fe914808b'
      })
    </script>
  </body>
</html>

As shared on trello