02.08.2018 2259
On some Nginx installations the config file does not allow loading the chat widget on the website. Should that be the case you will need to edit the nginx config file.
add_header X-Frame-Options "SAMEORIGIN";
#add_header X-Frame-Options "SAMEORIGIN";
Save and reload the site, it should now load the chat widget as expected.