Hi Aslam,
I got in the theme’s footer now and it works perfectly, though it has the fields you have on the code, John Smith…. How can I make the fields be to the person that is signed in?
I just tried under incognito and its showing the fields you have in the sample – I also tried ” <name> ” it loads that exactly.
-
This reply was modified 6 years, 4 months ago by estradas.
Thanks a lot, I’ll check that out!
I already have the chat installed but I want to offer users that are logged in to simply send a message with the chat and we will automatically see their contact info on our end.
Zoho explained there is a way to accomplish that with an API fetch call from the db to wordpress.
This is all they gave me, so im unsure where to place this
Syntax
$zoho.salesiq.visitor.name(” < NAME > “);
Example
<script>
$zoho.salesiq.ready=function()
{
$zoho.salesiq.visitor.name(“John Smith”);
}
</script>