window.hsConversationsSettings = { loadImmediately: true, }; function openChat() { window.HubSpotConversations.widget.load(); window.HubSpotConversations.widget.open(); } function closeChat() { }