Integrate Chatfuel Chatbot with Wix Website

Hi Support Team,

I see you guys also use Chat Fuel
https://chatfuel.com/bot/wix

How can I add my chatfuel chatbot javascript code onto my website (www.mavenscreamery.com) Is this possible? I have attached the Javascript below.

  <div 
    class="fb-customerchat" 
    page_id="<I_removed_the_id>" 
    ref="chatfuel"> 
  </div>
1 Like

I’m trying to figure out the same thing. Let me know when you figure it out. The HTML Iframe app doesn’t seem to work.

By the looks of it, there hasn’t been a resolution to this? Does anyone know the answer?

Anyone has an answer to this please?

Hi,
This page is not a Wix site and not related to us. I recommend checking whether they have a REST API so that you can use the fetch function to send and get data from the API.

Best,
Tal.

Tal,

I used wix to build my own website (www.mavenscreamery.com). As you can see there are several wix owners on this post asking the same question.

How can I add my chatfuel chatbot javascript code onto my website ( www.mavenscreamery.com ) Is this possible? I have attached the Javascript below.

 <div 
   class="fb-customerchat" 
   page_id="<I_removed_the_id>" 
   ref="chatfuel"> 
 </div>

Any answer to this Wix? Many developers wanting to know

Hey,
There’s no option to get access to the HTML code of your site. Therefore, if it doesn’t work using HTML component, it seems like there’s no option to embed it.
However, I recommend checking if they have a REST API that you can use.
Another option is checking the app market, maybe they have a similar app for that purpose.

Have a good day,
Tal.

Another option that may work, is using the Track & Analyze feature for that purpose. I’m not sure it’ll work, but it’s worth trying.

Hey
I have created a lot of chatbots using motion.ai and chatfuel. What is your exact requirement for your bot integration?

Andreas - I’ve been trying to install a Manychat button with checkbox in a clients’ Wix site… haven’t had any luck so far… here is the global JS snippet and embed code from Manychat:

Js Snippet:

Embed code:

Hi Nick, I´m trying to do the same. I´m new on Wix. There seems to be a way now that you can edit html, so perhaps now you can? Have you found an easy way to do this? Thank you!

Hi chatbot (and website) builders! I used Tal’s suggestion to try the Track & Analyze feature and it worked! :raised_hands:

I followed the Chatfuel documentation to generate the code then placed it in the code field in Track & Analyze. Whoop, there it is! :star_struck:
​

Thanks for the help Tal, I see you’re a moderator, not sure if you have any pull but would be really helpful to a lot of users and make Wix more valuable if it would be possible to integrate chatfuel, manychat, etc…

This is actually an awesome feature in Wix I never knew about before :scream:This could save me from a lot of issues I’ve been running into installing plug-ins! … just did this with chatfuel and it works! Just install the code in the “Body- Start” may work other places but didn’t work in the header for me

Is there a way to hide the chatfuel chatbot on some pages?