So I have a WalkMe Tutorial setup on my site but for some reason it doesn't work or appear to work anymore. It used to work perfectly fine but now I'm not sure why it has stopped. Note this is the code they gave me to embed below in the <head> of my forum, which I did same as always. Please help: www.designerssociety.net
- Code:
<script type="text/javascript">(function() {var walkme = document.createElement('script'); walkme.type = 'text/javascript'; walkme.async = true; walkme.src = 'https://cdn.walkme.com/users/8759/walkme_8759_https.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(walkme, s); window._walkmeConfig = {smartLoad:true}; })();</script>