Contact page
- ๐๐๐ผ๐๐ผ๐๐ ๐๐ ๐ฝ๐ ๐๐๐๐ ๐๐๐๐ฝ๐๐ (09037876048)
window.addEventListener('mouseover', initLandbot, { once: true });
window.addEventListener('touchstart', initLandbot, { once: true });
var myLandbot;
function initLandbot() {
ย if (!myLandbot) {
ย ย var s = document.createElement('script');s.type = 'text/javascript';s.async = true;
ย ย s.addEventListener('load', function() {
ย ย ย var myLandbot = new Landbot.Livechat({
ย ย ย ย configUrl: 'https://storage.googleapis.com/landbot.online/v3/H-2719583-96XPJW5R9T7JNUEG/index.json',
ย ย ย });
ย ย });
ย ย s.src = 'https://cdn.landbot.io/landbot-3/landbot-3.0.0.js';
ย ย var x = document.getElementsByTagName('script')[0];
ย ย x.parentNode.insertBefore(s, x);
ย }
}