Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. <script type="text/javascript">
  2. (function(d, s, id, cb) {
  3. var js = d.createElement(s);
  4. var n = d.createElement("div");
  5. n.id = id;
  6. if (js.readyState) {
  7. js.onreadystatechange = function() {
  8. if (js.readyState === "loaded" || js.readyState === "complete") {
  9. js.onreadystatechange = null;
  10. cb();
  11. }
  12. };
  13. } else {
  14. js.onload = function() {
  15. cb();
  16. };
  17. }
  18. js.src = "https://embedded.herochat.tech/chatbotize-entrypoint.min.js";
  19. document.body.appendChild(js);
  20. document.body.appendChild(n);
  21. })(document, "script", "chatbotize", function() {
  22. Chatbotize.init({
  23. instanceId: "ba7d6974d8964e418dcef17d4a9eda63",
  24. name: "Sollers Demo",
  25. startOnOpen: true,
  26. engagementMessage: "Your message...",
  27. ctaHeader: "Hello!",
  28. ctaText: "How can I help you?"
  29. });
  30. });
  31. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement