I am trying to develop a simple bot and integrate it into a website built using Wordpress. Has anyone here tried doing this? Can this be achieved using the following REST channels?
My understanding is I can have a separate chat window hosted on server using ‘chatroom’. But how do I integrate it to WordPress site?
Hi @mrafea, can i have some more detail about the integration… I’m trying to integrate a bot to wordpress site. I’m very new to rasa. I built it using rasa x.
Thanks @Paras for the reply. What all you have successfully integrated can you share and help out please, if you have time or when ever you are free write. Many thanks in advance!
i used this JiteshGaikwad/Chatbot-Widget content moved static folder and index.html file
then locally i run ngrok http 5005
then rasa run -m models --enable-api --cors "*" --debug initially i am using rasa run so i am getting CROS error but after changing the command bot runs fine
save the file and open the project page in browser
and you find your bot is up and running
a) i am running bot on my site from my system through ngrok
b) my site is in html not in word press, so if your site is in wordpress, it might be possible that script.js might be fail to operate, you can convert it in jquery file