JSFiddle - React, Tailwind, and code Playground

by Can

HTML

<script src="//connect.facebook.net/en_US/all.js"></script>
<div id="fb-root"></div>
<div class="fb-comments" data-href="http://bia2.com/music/2846" data-num-posts="10" data-width="470"></div>

JavaScript

window.fbAsyncInit = function() {
    // init the FB JS SDK
    FB.init({
      appId      : '120746444855', // App ID from the App Dashboard
      channelUrl : '//http://bia2.com/music/', // Channel File for x-domain communication
      status     : true, // check the login status upon init?
      cookie     : true, // set sessions cookies to allow your server to access the session?
      xfbml      : true  // parse XFBML tags on this page?
    });
     FB.Canvas.setAutoGrow();
};