var url = 'https://whats.stacklix.com/assets/js/WhatsAppWidgetPro.js'; var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = url; var options = {'enabled':true, 'chatButtonSetting': { 'backgroundColor': '#7f0019', 'ctaText': '', 'borderRadius': '25', 'marginLeft': '50', 'marginBottom': '50', 'marginRight': '50', 'position': 'right', }, 'brandSetting':{ 'brandName': 'Topptalent', 'brandSubTitle': 'Typically replies within a day', 'brandImg': 'https://user-images.strikinglycdn.com/res/hrscywv4p/image/upload/c_limit,fl_lossy,h_300,w_300,f_auto,q_auto/1151954/636321_104538.png', 'ctaText': 'Start Chat', 'welcomeText':'Hi there! \nWelcome to the place to hire Singapore-based talents. ', 'backgroundColor':'#7f0019', 'borderRadius':'25', 'autoShow':'true', 'phoneNumber': '6597455372', 'message': "" } } s.onload = function() { CreateWhatsappChatWidget(options); }; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x)