FaceBook Messenger Web site chat Integration?

Answered
0
0

FaceBook Messenger web site chat is great!

I would like to integrate it in my Wisej project lekodar.com.

From FB they gave me a integration module. I placed it in index.html page, but no chat icon appear on the  bottom right corner of the page.

How I can integrate FB Messenger web site chat?

I will be very happy to have this chat on my Wisej site. Please help!

<!– Load Facebook SDK for JavaScript –>
<div id=”fb-root”></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = ‘https://connect.facebook.net/en_US/sdk/xfbml.customerchat.js#xfbml=1&version=v2.12&autoLogAppEvents=1’;
fjs.parentNode.insertBefore(js, fjs);
}(document, ‘script’, ‘facebook-jssdk’));</script>

<!– Your customer chat code –>
<div class=”fb-customerchat”
attribution=setup_tool
page_id=”SOMEPAGEID”
theme_color=”#20cef5″
logged_in_greeting=”Здравейте! С какво да Ви бъдем полезни?”
logged_out_greeting=”Здравейте! С какво да Ви бъдем полезни?”>
</div>

  • You must to post comments
Best Answer
0
0

Hi again!

It worked. But when log into Web application (lekodar.com) can’t use chat. Chat message send field constantly loses focus. And impossible to type a message.

If there is a form on the page (form or message) chat works. But if there is no form on the page message field loses focus.

 

Attachment
  • Luca (ITG)
    Wisej 1.4.99 (I believe) was a bit too aggressive in keeping the focus in sync with the client. That was creating an issue with html editors too since they use iframes as well. Try an earlier release. In any case it’s fixed in 1.5 (coming this week).
  • mgmst
    • mgmst
    • Jul 12, 2018 - 12:28 pm
    Thank you! I am happy to hear that issue has been fixed. I will wait for release 1.5.
  • mgmst
    • mgmst
    • Jul 15, 2018 - 10:32 am
    Now with new Wisej version chat works fine. I am happy. Thank you! Great platform!
  • You must to post comments
0
0

I suggest to make it work with a plain html page first on your site. Then copy it to the wisej html page.

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.