Resources

Products

How do I hide the widget on certain pages of my website?

Modified on: Mon, 6 Jun, 2022 at 3:42 PM

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>