We have recently refreshed our branding across our offerings and changed the names of our pricing plans. If you have signed up before Aug 9, 2021, please click Previous plans to view your applicable plans.
We assure you that this change will not impact your product experience, and no action is required on your part.


The web messenger in Freshchat also known as the conversations widget, is used to deliver a convenient and contextual conversational messaging experience for customers. You can hide the widget on certain pages by using the below code under the <BODY> tag.


<script>
window.fcWidget.init({
"config": {
"headerProperty": {
"hideChatButton": true
}
},
"host": "https://wchat.freshchat.com",
"token": "ENTER YOUR TOKEN HERE"
});
</script>