Skip to main content

How to Hide or Display the Real-Time Online Chat Button

These methods allow you to hide and show the online chat button in real time:

  1. hide the online chat button
document.getElementById('teletype-widget-component-button').style.visibility = 'hidden'

2. show the online chat button

document.getElementById('teletype-widget-component-button').style.visibility = 'visible'
Оглавление