Skip to main content

.floatbutton.visible()

This API allows you to control the visibility of the Float chat widget.

PARAMETERS

show: To display the Float Button.

hide: To hide the Float Button.

delayinsecsSpecify a time frame in seconds to induce a delay after which the Float widget is to be displayed.

Syntax

Copied$zoho.salesiq.floatbutton.visible(" show | hide | delayinsecs ");

Example

Copied<script>

$zoho.salesiq.ready=function()

{
   $zoho.salesiq.floatbutton.visible("hide");   
}

</script>