Add MyAlice Chatbot to WordPress
/* //ADD MYALICE function my_footer_script() { ?> <script> // Put this code snippet inside script tag (function () { var div = document.createElement('div'); div.id = 'icWebChat'; var script = document.createElement('script'); script.type = 'text/javascript'; script.async = true; script.src = 'https://webchat.getalice.ai/index.js'; var…
