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

Insert Google Search box into blog/website

Normally, every  blog/website has a search function which supports everyone to easily browse the site contents. But it maybe not really useful and effective. Then Google Custom Search is a brilliant choice for you. How to get it?

Access Facebook.com with Google DNS and hosts file

Facebook is now the most popular social network. You have many friends and many informations which need to be check on it. But a day, you can't access Facebook or can't post an image. You can resolve this problem by simple steps:

Integrate blogspot blogger blog with Dot TK free domain

Blogspot or Blogger is a blog service from Google. This service provides us many functions to make a small website as creating a blog, posting, commenting, . . . But there is a thing which might cause you dissatisfy. That's the blog address is too long, like http://www.your-tips-tricks.blogspot.com . If you own a short Dot TK domain , then your problems will be solved.