Skip to Content
Menu
This question has been flagged
2 Replies
6599 Views

I currently have a website in Wordpress, hosted on Hostgator.

I am trying out some of the Odoo features, such as email marketing.

I would like to implement a chatbot into my regular website and not need to redo the entire site to bring into Odoo.

Can I embed odoo chatbot into my WordPress website?


Avatar
Discard
Best Answer

Hi,

The Widget tab on the live chat channel details form provides the shortcode for an embeddable website widget. This code can be added to a website to provide access to a live chat window.

The live chat widget can be added to websites created through Odoo by navigating to the Website ‣ Configuration ‣ Settings. Then scroll to the Livechat section, and select the channel to add to the site. Click Save to apply.

To add the widget to a website created on a third-party platform, click the first COPY button on the Widget tab and paste the code into the 

 tag on the site.

Likewise, to send a live chat session to a customer, click the second COPY button on the Widget tab. This link can be sent directly to a customer, and once they click the link, it will open a new chat.


For more:  https://www.odoo.com/documentation/16.0/applications/websites/livechat.html

Thanks

Avatar
Discard
Best Answer

Steps

Odoo:

1. Activate Live Chat

2. Set up a Live Chat Channel (Odoo has videos and instructions)

3. Go to the Live Chat Application, select your Channel, go to the "Widget" tab in it, copy the top link to the script. (look at Pic.1 Steps below)

Wordpress:

1. On wordpress, go to the admin panel -> Appearence -> Theme File Editor

2. On the Theme File Editor page, find the footer.php file

3. Select this file and you will see its code in the "Selected file content:" block

4. Scroll down to the bottom of the code and paste the copied code from Odoo between ?php wp_footer(); ? and /body
Pic.1 steps

5. Click on "update file" to update the code

6. Go to your website and you will find your widget in the bottom right corner of the page.
Pic.2 result

Avatar
Discard
Related Posts Replies Views Activity
3
Sep 24
4159
0
Apr 24
1301
1
Mar 15
8752
1
Jan 25
1286
2
Apr 25
4250