(function () { // Create and append the chat-bot element var chatBotEl = document.createElement('chat-bot'); chatBotEl.setAttribute('platform_id', '35de9cb9-7c11-41f8-b554-fde1f5a668eb'); chatBotEl.setAttribute('user_id', '1b576e9b-f47d-4b65-8a71-5110ec2de322'); chatBotEl.setAttribute('chatbot_id', '982b8110-819e-4c57-a7db-657f5e206e15'); var chatbotLink = document.createElement('a'); chatbotLink.href = 'https://www.chatsimple.ai/?utm_source=widget&utm_medium=referral'; chatbotLink.innerHTML = 'chatsimple'; chatBotEl.appendChild(chatbotLink); document.body.appendChild(chatBotEl); // Dynamically load the external script var cs = document.createElement('script'); cs.src = 'https://chatsimple-widget.s3.us-east-2.amazonaws.com/chat-bot-loader.js'; document.body.appendChild(cs); })();