Saturday, 30 September 2017

THE CODE TO ENABLE FACEBOOK PAGE LIVE CHAT IN A BLOG.



Welcome guys! Below is the code to enable Facebook page live chat in your blog/website, before clicking this link I assumed you have already read the set up guides in my previous article. But if you have not done that, Please! click the link  below  to read the set up guides. very important!!
HOW TO ENABLE FACEBOOK LIVE CHAT IN A BLOG [WEBSITE]
I explained everything clearly, so you won't have any difficulty's with the set up. But before i will proceed with code, I would like to show you a glint of everything have been talking about in my previous article and how it will look like after adding the code to your blog/website.
Please check video and screenshot below for example:

SCREENSHOT.


CLICK HERE TO WATCH VIDEO!!


If you watch the above video or view the  screenshot  clearly you will noticed that a message was sent to my Facebook page. Now all I just have to do, " is to open my Facebook page and give a reply to the message sent to me".

FINALLY COPY AND PASTE THIS CODE BELOW AS INSTRUCTED.


<script>
      window.fbAsyncInit = function() {
        FB.init({
          appId      : '95100348886',
          xfbml      : true,
          version    : 'v2.6'
        });
      };

      (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 = "//connect.facebook.net/en_US/sdk.js";
        fjs.parentNode.insertBefore(js, fjs);
      }(document, 'script', 'facebook-jssdk'));
    </script>

    <div class="fb-page"
         data-href="https://www.facebook.com/Lilwizzytechstk-1907005389562166/"
         data-tabs="messages"
         data-width="400"
         data-height="300"
         data-small-header="true">
      <div class="fb-xfbml-parse-ignore">
        <blockquote></blockquote>
      </div>
    </div>

PLEASE NOTE: DON'T FORGET TO CHANGE "LILWIZZYTECHSTK" TO YOUR VALID FACEBOOK PAGE URL.[USERNAME].

"IF YOU FINED THIS ARTICLE HELPFUL PLEASE DON'T FORGET TO SHARE THIS POST.

No comments:

Post a Comment