Skip to main content

.floatbutton.position()

This API can be used to alter the position of the Float chat widget.

PARAMETERS

topright: Float button will be aligned to the top right.

topleft: Float button will be aligned to the top left.

bottomright: Float button will be aligned to the bottom right.

bottomleft: Float button will be aligned to the bottom left.

right: Float button will be aligned to the right.

left: Float button will be aligned to the left.

Syntax

Copied$zoho.salesiq.floatbutton.position(" topright | topleft | bottomright | bottomleft | right | left ");

Example

Copied<script>

$zoho.salesiq.ready=function()

{
   $zoho.salesiq.floatbutton.position("left");
}

</script>