I want the Freshchat messenger to open when a user clicks on a link or button on my website
Modified on: Mon, 25 Nov, 2019 at 11:09 AM
We will be replacing the older version of Freshdesk with the new Mint experience on January 31, 2019. All your data and configurations will remain intact. Switching back to the old Freshdesk will not be possible.
To read about this feature on Freshdesk Mint, refer to this article instead
This feature is currently not available on Freshdesk Mint.
This feature is not available on the old Freshdesk.
Applicable plans
Sprout
Blossom
Garden
Estate
Forest
Please add this code to the <BODY> tag for creating a button in your website for the freshchat widget.
<button onclick="window.fcWidget.open();window.fcWidget.show();">Chat with us</button>
<script>
window.fcWidget.init({
token: "99198db8-ea46-4f69-a106-4fd0076835b4",
host: "https://wchat.freshchat.com"
});
window.fcWidget.hide();
</script>
Did you find it helpful?
Yes
No
Can you please tell us how we can improve this article?