I-Project
I-Project

Reputation: 1

IBM Watson Assistant: How to integrate a chabot into a WIX web site?

I've created a Watson Assistant chatbot, but I do not have any idea about how integrate it into a Wix website? I didi it in slack, facebook messenger and a wordpress website but in WIx I cannot find any clue how to do it? could you help me?

Upvotes: 0

Views: 411

Answers (2)

spybart
spybart

Reputation: 2593

For anyone trying to figure out how to do this, I'm here to save the day!

The solution is to add it as "custom code" to your website via the Settings page. Then, it works perfectly and you don't need to mess with trying to freeze the chat box or handle mobile exceptions. It just works.

Screenshot of Add Custom Code Page

Upvotes: 0

data_henrik
data_henrik

Reputation: 17118

You would use the instructions from "Integrating the web chat with your webseite". It shows how you can embed the IBM Watson Assistant chatbot via a HTML widget.

Basically, you have to add a JavaScript to your web page. That script can be parameterized. It loads the actual chat script which shows off the chatbot.

Upvotes: 1

Related Questions