How to integrate Zoho SalesIQ with FAQPrime?

1Answer

To Integrate the ZOHO SalesIQ please follow the given steps - 

Step 1: Get the ZOHO SalesIQ code from the zoho for your account.

Step 2: Add the zoho code before the FAQPrime Widget code into your website followed by the given lines - 

<script type="text/javascript" id="">$zoho.salesiq.ready=function(a){$zoho.salesiq.floatbutton.visible("hide")};</script>

Step 3: In the FAQPrime widget inside the function faqbotChatExecution please add '$zoho.salesiq.floatwindow.visible("show");' as follows -

function faqbotChatExecution() {

$zoho.salesiq.floatwindow.visible("show");

}

Did this answer your question?
...