magextensionsio / facebookcustomerchat
Facebook Customer Chat Plugin for Magento 2
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 0
Forks: 1
Open Issues: 0
Type:magento2-module
Requires
- magento/framework: ^100.1.0|^101.0.0
This package is not auto-updated.
Last update: 2025-06-08 09:13:48 UTC
README
This Free Magento 2 extension integrates the Facebook Customer Chat Plugin easy into Magento 2.
Features
- Set theme color.-
Set logged in greeting.
-
Set logged out greeting.
-
Set greeting dialog display:
show: The greeting dialog will always be shown when the plugin loads.
hide: The greeting dialog of the plugin will always be hidden until a user clicks on the plugin.
fade: The greeting dialog of the plugin will be shown, then fade away and stay hidden afterwards.
- Set greeting dialog delay.
Getting Started
Download the extension as a ZIP file from this repository or install our module with Composer using the following command:
composer require magextensionsio/facebookcustomerchat
If you're installing the extension manually, unzip the archive and upload the files to /app/code/Magextensionsio/FacebookCustomerChat
. After uploading, run the following Magento CLI commands:
bin/magento module:enable Magextensionsio_FacebookCustomerChat --clear-static-content
bin/magento setup:upgrade
bin/magento setup:di:compile
These commands will enable the Facebook Customer Chat extension, perform necessary database updates, and re-compile your Magento store. From there, you'll want to run through the pre-import checklist and set everything up using our extension guide).
Setting Up the Plugin
To include the customer chat plugin on your webpage, do the following:-
Whitelist the domain of your website in your Facebook Page settings
-
Set your Facebook PageId in the extension settings.
For more info please read the Facebook developer page: https://developers.facebook.com/docs/messenger-platform/discovery/customer-chat-plugin
PrintScreen Frontend 01
PrintScreen Frontend 02
PrintScreen Backend 01