Nahid
Aug 27, 2024
visibility 1640
star star star star star star
(1 votes)

Integrate Chat (Tidio) Functionality in Episerver CMS

It is quite fundamental for every website owner in today’s world to place a live chat option on his/her site since customers can ask questions in real time and concerns can be received promptly.

Tidio, a live chat system, stands out because it is simple to operate, has a good array of abilities, and is easy to incorporate. In this blog post, we’ll integrate Tidio chat into your Episerver CMS website.


Step 1: Create an Account in Tidio

The incorporation of Tidio into the Espreserver CMS is quite simple however before proceeding to do so a user must sign up for an account.

  • Go to the Webpage of Tidio: Navigate to https://www.tidio.com/, and on the top right, click on ‘Get Started’

 Tidio

  • Create your account: To create your account, adhere to the on-screen directions. For a quicker setup, social logins are another option. If you’re a developer and you don’t have a published website then just give a dummy website URL and create an account

 Tidio Account

  • Personalize your Tidio widget: After you have set up an account, you will be required to customize a chat widget for your website. Tailor it to suit your site's blogs and layout.

Step 2: Copy the JavaScript Code of Tidio

As soon as your Tidio account has been established, and the installation of your chat widget has been completed, the subsequent thing to do is to get the javascript code snippet that is to be inserted into the Episerver CMS.

To access the installation code, Click on the “Settings” tab in your Tidio dashboard. Next, find and click on “Live chat” option and then go to “Installation”. In there, you’ll find the “Manual Install” tab. Click on this and you will find the javascript code snippet. Copy the code which we’ll use later in the Episerver cms site footer section

 Tidio Setup

Step 3: Integrate Tidio with Episerver CMS

Now that you have the Tidio JavaScript code, it’s time to integrate it into your Episerver CMS website.

Find the main layout file of your website. This is usually where you want to add third-party scripts, as it ensures the script is loaded on all pages. For simplicity, I’m using the Alloy theme and adding it in the Root.cshtml file. Note that This placement is recommended to ensure that the script loads after all other content, reducing the risk of blocking page rendering.

Step 4: Test the Integration

After updating the changes, it’s essential to test if the Tidio chat widget is working correctly

Step 5: Customize the Chat Widget (Optional)

You can further customize the Tidio chat widget to match your website’s design and branding.

Conclusion

Integrating Tidio with your Episerver CMS site is a straightforward process that can significantly enhance your user interaction and customer service capabilities. With just a few steps, you can have a fully functional live chat widget that helps you engage with your visitors in real-time.

By leveraging Tidio's features, you can offer quick support, improve customer satisfaction, and ultimately drive more conversions. Happy chatting!

Aug 27, 2024

Comments

error Please login to comment.
Latest blogs
Composition Over Inheritance: Why Your Content Contract Is Not a Base Class

Inside the structural conformance pattern in SaaS CMS — from server-side inheritance to pipeline governance. A contract in Optimizely SaaS CMS is...

Vipin Banka | Sep 19, 2026

Optimizely Opti ID Integration: Why the API Key Was Missing from the DXP Management Portal

While working on an Optimizely CMS 12 Opti ID integration recently, we ran into an issue that initially appeared to be related to SSO authenticatio...

Madhu | Sep 18, 2026 |

Extending a Contract: What You Can Override

Contracts share fields across content types — but not every field setting can be overridden. Push the same contract onto several components, and CM...

Chirag Khanna | Sep 18, 2026 |

Building a Blazor Server UI Inside the Optimizely CMS 13 Admin Shell

What I learned shipping a Blazor Server UI inside Optimizely CMS 13 — Razor components in a NuGet package, the Blazor hub next to MapContent(),...

Stanisław Szołkowski | Sep 17, 2026 |