Some time ago and I want to put Topic you devote how to add Facebook comments to blogger
Now go to this link to create an application then continued the explanation in pictures:
Now copy the App ID and save it in a notepad
Step 2: Login to you Blogger dashboard and navigate to Layout > Edit HTML and check on Expand Widget Templates. Search for the code
<data:post.body/>
or <div class='post-header-line-1'/>
and paste the code below <data:post.body/>
or <div class='post-header-line-1'/>
and save the template.
<b:if cond='data:blog.pageType == "item"'>
<p align='left'><img alt='' class='icon-action' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjPV8mtRmFvhDvcW7ZnhwRGEt7lvFDOiDztUI35m6BjdTvz7AclmHeWhW20qTfKzt84Ee7B9FB0nWWjgN6HIhwL-YpbD-7mdJLxxwR7HsTVWFWuYJXmKZ7pPb7I3CGAwNZab3UN274G09v9/s1600/cmds.png'/></p>
<div id='fb-root'/>
<script>
window.fbAsyncInit = function() {
FB.init({appId: 'APPID', 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>
<fb:comments/>
</b:if>
Change the APP ID on the code with your APP ID provided from Facebook and save the template.
Step 3: Now you need to hide default blogger commenting system. So navigate to
Step 3: Now you need to hide default blogger commenting system. So navigate to
Settings > Comments
and select hide and save settings.
Note: Using Facebook Comments will hide your blogger comments. So use this comment box wisely.
I did all the steps then it work thanks :)
ReplyDeleteEnjoy & happy Blogging!
Delete