Skip to main content

Integrate Facebook comment form into your website/blog

When you create a website/blog base on any template or CMS (content management system), the comment function is usually available for everyone visit the site. But that comments are only published on your site, your informations won't be known more than. To improve your site's popularity, you can use Facebook comment social plugin.


  • Create a Facebook app to get App ID/API Key:








    • Copy  App ID/API Key







  • Go to your site, open the html template to config and use Facebook comment form:

    • Insert below code before tag to add Javascript to your site:

    • [html]
      <script>
      window.fbAsyncInit = function() {
      FB.init({appId: PUT_YOUR_FACEBOOK_APP_ID_HERE, status: true, cookie: true,
      xfbml: true});
      };
      (function() {
      var e = document.createElement('script'); e.async = true;
      e.src = document.location.protocol +
      '//connect.facebook.net/en_US/all.js';
      e.async = true;
      document.getElementById('fb-root').appendChild(e);
      }());
      </script>
      [/html]
    • Then, insert below code into everywhere your want to display Facebook comment form in:

    • [html]
      <!--FACEBOOK COMMENTS-->
      <div id='fb-root'/>
      <div class='fb-comments' data-href='http://www.your_website_here.com/' data-num-posts='5'/>
      <!--END FACEBOOK COMMENTS-->
      [/html]



Wish succeed!

Comments

Popular posts from this blog

Turn off AutoPlay on Windows

On Windows, when you insert an USB or a CD/DVD into your computer, they are usually opened automatically. So the computer maybe infected autorun virus. To avoid that, you should turn off AutoPlay function.

Install and play Pokemon Go on unsupported device

Pokemon Go is great mobile game for smart devices (Android, iOS...). Many people can install and play it normally. However, some device has not been supported yet (Intel inside smartphone: Asus Zenfone, Dell Veune, ...; Windows Phone devices...). Here we show you how to play it in all your devices. For Android devices: Enable “Unknown sources” in the settings. Download Pokemon Go app setup:  Link 1  / Link 2   Open the downloaded file to install app. Enable all the settings when promted. Now you can open and run Pokemon Go to catch 'em. ... That's all. Wish succeed!