Hi,
Sorry, there isn’t any shortcode for FB Commenting currently.
For now, you can place following code where you want to enable Facebook Commenting, after switching post/page editor to “Text” mode.
<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 = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.0";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-comments" data-href="WEBPAGE_URL" data-numposts="5" data-colorscheme="light"></div>
Replace WEBPAGE_URL in above mentioned code with the webpage url on which you want to comment.