tdsoft Posted February 1, 2019 Share Posted February 1, 2019 (edited) Allow put your Facebook Live Chat box on your website, visitors can chat with you via Facebook Message. Allow put your Facebook Live Chat box on your website, visitors can chat with you via Facebook Message. Demo: https://prestashop-demo.com/facebooklivechat/ For Merchant Easy way to support and keep contact with your customers Support your customers via Facebook Live Chat directly on your website Facebook Messenger has over 800 million active monthly users Free and convenient Features Customer can directly chat on your store as Facebook friends with Facebook account Allows customers to directly Like your Facebook Page on your website Chat with customer from your Facebook account on your computer, tablet or mobile on anywhere Customize text, color header, text color… from Admin’s Dashboard Unlimited Chat History: Facebook will save chat history on your Facebook account and customer’s Facebook, you can review anytime Unlimited bandwidth: User Facebook’s server, so you will never worry about your speed or bandwidth Multiple Chat at the same time Compatible to multiple languages Responsive on Tablet, Mobile Allow choose show/hide windows chat when customer access your website on both of mobile and desktop (optional) Allow customize welcome screen when customer chat on first time OTHER FEATURES Easy to install, easy to upgrade, just copy to use Friendly and flexible configuration HTML/CSS validation Clean code Cache system… For Customer Contact owner store through Facebook account Save Chat history on Facebook account Download: Free Download Link: Download If you have any questions, we are ready to work for help you Change log Released version 1.0.11 - update license header to 2020 Edited April 6, 2020 by tdsoft (see edit history) 3 Link to comment Share on other sites More sharing options...
banan_44 Posted February 1, 2019 Share Posted February 1, 2019 Thank you for this great plugin. Just installed it and configured. Very powerful tool. I have notices 2 small issues. 1. The grey buuble does not get bigger when I inserted longer greeting text 2. When I am not logged in on facebook and I press start I have information in English instead of French in this example (the language on Prestashop is set to French). Switching to other languages also show this text in English. Link to comment Share on other sites More sharing options...
Guest Posted April 3, 2019 Share Posted April 3, 2019 Hi, i install on my website for test on local presta and i'am ok for use on my normal website online. Every-think work on presta 1.7.5.1.... In french. Thank a lot for your work and free module. I keep your site in touch for futur. Thank a lot, great job ! Link to comment Share on other sites More sharing options...
tdsoft Posted April 4, 2019 Author Share Posted April 4, 2019 11 hours ago, Tiri said: Hi, i install on my website for test on local presta and i'am ok for use on my normal website online. Every-think work on presta 1.7.5.1.... In french. Thank a lot for your work and free module. I keep your site in touch for futur. Thank a lot, great job ! Thanks Link to comment Share on other sites More sharing options...
fercarazo Posted June 9, 2019 Share Posted June 9, 2019 It's posible change code, maybe is in en_EN. Default languaje is english... Link to comment Share on other sites More sharing options...
tdsoft Posted June 10, 2019 Author Share Posted June 10, 2019 HI language automatic get from your prestashop website, but you can change it in source: modules\facebookchat\views\templates\hook\message.tpl Link to comment Share on other sites More sharing options...
kyripapa Posted February 3, 2020 Share Posted February 3, 2020 Hello and thank you for the module. It has issues with jquery conflict if you have other modules with fancybox. Link to comment Share on other sites More sharing options...
tdsoft Posted February 5, 2020 Author Share Posted February 5, 2020 On 2/3/2020 at 9:49 PM, kyripapa said: Hello and thank you for the module. It has issues with jquery conflict if you have other modules with fancybox. Hi, what is your website? How to view your issue? Link to comment Share on other sites More sharing options...
kyripapa Posted February 6, 2020 Share Posted February 6, 2020 (edited) On 2/5/2020 at 6:34 AM, tdsoft said: Hi, what is your website? How to view your issue? Hello, I will dm you my website and some print screens and details. **EDIT** the devs from the module helped me a lot to configure this. The solution is given by them if you have a jquery conflict: In ROOT\modules\facebookchat\views\templates\hook\message.tpl Hi, You can try to open file ROOT\modules\facebookchat\views\templates\hook\message.tpl change source block: if(!window.jQuery) { var script = document.createElement('script'); script.type = "text/javascript"; script.src = "{$jquery_path.0|escape:'htmlall':'UTF-8'}"; document.getElementsByTagName('head')[0].appendChild(script); ////// script = document.createElement('script'); script.type = "text/javascript"; script.src = "{$jquery_path.1|escape:'htmlall':'UTF-8'}"; document.getElementsByTagName('head')[0].appendChild(script); } TO var script; Edited March 23, 2020 by kyripapa Edit the answer to my question (see edit history) Link to comment Share on other sites More sharing options...
tdsoft Posted February 7, 2020 Author Share Posted February 7, 2020 14 hours ago, kyripapa said: Hello, I will dm you my website and some print screens and details. We got your message and we are checking it Link to comment Share on other sites More sharing options...
Maxel Posted February 13, 2020 Share Posted February 13, 2020 Hello Can't install zip file, any solution ? Version 1.7.6.1 Link to comment Share on other sites More sharing options...
tdsoft Posted February 14, 2020 Author Share Posted February 14, 2020 16 hours ago, Maxel said: Hello Can't install zip file, any solution ? Version 1.7.6.1 Hi, please UNZIP zipfile + install file: facebookchat_v_1.0.10.zip Link to comment Share on other sites More sharing options...
ComGrafPL Posted March 8, 2020 Share Posted March 8, 2020 (edited) Hello, How can i change language? I know i can translate. But even when i am using Polish language on prestashop, browser etc. he connect to Quote //connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.6 Where i can change it to Quote //connect.facebook.net/pl_PL/sdk.js#xfbml=1&version=v2.6 Cant find proper file. Edited March 8, 2020 by jacekgabor (see edit history) Link to comment Share on other sites More sharing options...
tdsoft Posted March 9, 2020 Author Share Posted March 9, 2020 @jacekgabor Our module supported multiple languages, SDK of Facebook automatic change language to language of your website Example: your Prestashop website is choosed English, it will show English Code in file: modules\facebookchat\views\templates\hook\message.tpl Line 49 js.src = "//connect.facebook.net/{$btnLikeLang|escape:'htmlall':'UTF-8'}/sdk.js#xfbml=1&version=v2.5"; Link to comment Share on other sites More sharing options...
xbart Posted March 11, 2020 Share Posted March 11, 2020 (edited) Please, there is a conflict using BA Cookie Law Info module. Both modules use same variable $BAEU_rightLinkText2 So when I change text in Cookiw Law Info module, the text will change on Facebook chat module. It looks like you use BA Cookie module, and edited that to facebook live chat module 🙂 Can you please change that ? Thanks a lot. Edited March 11, 2020 by xbart (see edit history) Link to comment Share on other sites More sharing options...
tdsoft Posted March 11, 2020 Author Share Posted March 11, 2020 @xbart You can open 3 file: modules\facebookchat\facebookchat.php modules\facebookchat\views\templates\admin\admin.tpl modules\facebookchat\views\js\admin.js Change all BAEU_rightLinkText_ to fblivechat_rightLinkText_ Thanks. Link to comment Share on other sites More sharing options...
tdsoft Posted April 6, 2020 Author Share Posted April 6, 2020 Released version 1.0.11 - update license header to 2020 Link to comment Share on other sites More sharing options...
Diego1592 Posted May 13, 2020 Share Posted May 13, 2020 Hi there! It is not working for me, for some reason no matter what facebook url I set for my store I dont make it work. I have tried with my page fb id, my fb page name, url address, address and ID but nothing. Please help! Link to comment Share on other sites More sharing options...
tdsoft Posted June 2, 2020 Author Share Posted June 2, 2020 On 5/13/2020 at 11:18 PM, Diego1592 said: Hi there! It is not working for me, for some reason no matter what facebook url I set for my store I dont make it work. I have tried with my page fb id, my fb page name, url address, address and ID but nothing. Please help! Please give us admin + ftp account in private message for this issue our developer can check it for help you Link to comment Share on other sites More sharing options...
santiagonra Posted July 6, 2020 Share Posted July 6, 2020 Hi guys! Thanks a lot for the module, looks great. I installed it on my site, and it shows, but when I click on it, nothing happens 😕 Link to comment Share on other sites More sharing options...
tdsoft Posted July 7, 2020 Author Share Posted July 7, 2020 14 hours ago, santiagonra said: Hi guys! Thanks a lot for the module, looks great. I installed it on my site, and it shows, but when I click on it, nothing happens 😕 Please give us admin + ftp account in private message for this issue our developer can check it for help you Link to comment Share on other sites More sharing options...
SliderFlash Posted July 9, 2020 Share Posted July 9, 2020 For some it is not for some, does it have to do with Facebook settings? Link to comment Share on other sites More sharing options...
tdsoft Posted July 13, 2020 Author Share Posted July 13, 2020 On 7/9/2020 at 6:40 PM, SliderFlash said: For some it is not for some, does it have to do with Facebook settings? Yes our module is using Facebook Pixel and it works for FB, Google adwords, google analytics Link to comment Share on other sites More sharing options...
algisna Posted August 18, 2020 Share Posted August 18, 2020 Somehow this module is conflicting with revolution slider.. Revolution slider loads fine w/o chat module, but when chat module is enabled, it constantly shows loading icon and sildes are not displayed. Same happens on desktop and mobile.. Link to comment Share on other sites More sharing options...
tdsoft Posted August 19, 2020 Author Share Posted August 19, 2020 @algisna you can try to remove jquery in our module Go to: modules\facebookchat\views\templates\hook\message.tpl remove block code: if(!window.jQuery) { var script = document.createElement('script'); script.type = "text/javascript"; script.src = "{$jquery_path.0|escape:'htmlall':'UTF-8'}"; document.getElementsByTagName('head')[0].appendChild(script); ////// script = document.createElement('script'); script.type = "text/javascript"; script.src = "{$jquery_path.1|escape:'htmlall':'UTF-8'}"; document.getElementsByTagName('head')[0].appendChild(script); } Link to comment Share on other sites More sharing options...
algisna Posted August 19, 2020 Share Posted August 19, 2020 Hi, seems to work much better now I need to test it with other browsers, but looks like the problem is solved . Thanks Link to comment Share on other sites More sharing options...
tdsoft Posted August 21, 2020 Author Share Posted August 21, 2020 On 8/19/2020 at 7:00 PM, algisna said: Hi, seems to work much better now I need to test it with other browsers, but looks like the problem is solved . Thanks Thanks again! Link to comment Share on other sites More sharing options...
Fábio Silva Posted September 15, 2020 Share Posted September 15, 2020 On 7/7/2020 at 10:12 AM, tdsoft said: Please give us admin + ftp account in private message for this issue our developer can check it for help you i am having the same problem can you help me? Link to comment Share on other sites More sharing options...
tdsoft Posted September 16, 2020 Author Share Posted September 16, 2020 3 hours ago, Fábio Silva said: i am having the same problem can you help me? Yes, What is your issue? Please give us admin + ftp account in private message for this issue our developer can check it for help you Link to comment Share on other sites More sharing options...
P i l o u Posted September 16, 2020 Share Posted September 16, 2020 (edited) Hello, Thanks for the module. I installed it but nothing happened when I click on the title. I cleared the cache (Ps and Firefox or Chrome), but nothing changed. Edited September 16, 2020 by P i l o u (see edit history) Link to comment Share on other sites More sharing options...
tdsoft Posted September 17, 2020 Author Share Posted September 17, 2020 @Pilou please read our document, you must setting your Fanpage available for countries, public... Also if you still get that issue. Please give us admin + ftp account in private message for this issue our developer can check it for help you Link to comment Share on other sites More sharing options...
P i l o u Posted September 17, 2020 Share Posted September 17, 2020 Hi @tdsoft, thanks for your answer. What document you talked about please ? My Fanpage is availaible for all. Link to comment Share on other sites More sharing options...
tdsoft Posted September 18, 2020 Author Share Posted September 18, 2020 @Pilou please go to you Fanpage facebook, allow your domain use messager of this Fanpage, please view photo: https://postimg.cc/ft9NdCY0 Also you can view some settings for Fanpage from our post: https://buy-addons.com/blog/how-add-facebook-messenger-to-prestashop-store-website/ Link to comment Share on other sites More sharing options...
tdsoft Posted December 28, 2020 Author Share Posted December 28, 2020 Upgraded latest version to compatible to Prestashop 1.7.7+ Link to comment Share on other sites More sharing options...
MostofaBD Posted January 10, 2021 Share Posted January 10, 2021 working fine, thanks for your contribution. it's working fine when send message to page admin. but i couldn't get page administrator chat reply. thanks for your co-operation. Link to comment Share on other sites More sharing options...
tdsoft Posted January 11, 2021 Author Share Posted January 11, 2021 11 hours ago, MostofaBD said: working fine, thanks for your contribution. it's working fine when send message to page admin. but i couldn't get page administrator chat reply. thanks for your co-operation. Admin can response from your Facebook Fanpage. Please logged in your Facebook account that has admin permission for your Fanpage. you can see all messages + responsed. Link to comment Share on other sites More sharing options...
emon1077 Posted October 18, 2023 Share Posted October 18, 2023 (edited) Hi, for me, the chat window lets you login to facebook but then is keeps spinning and doesn't load any content. Chrome dev tools shows this error: Found null hrp, blocking mods: ExceptionDialog; non-blocking mods: ; response error: 1357032, summary: Something Went Wrong, description: Please try refreshing the page or closing and re-opening your browser window. Subsequent non-fatal errors won't be logged; see https://fburl.com/debugjs. Is there anything I can do to make it work? Thank you! Edited October 18, 2023 by emon1077 (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now