Quality-of-Comments can drive Traffic to your blog through backlink and increase page rank indirectly discussed earlier on this blog. Lots of comment platforms are available online and few of them of most popular like, Disqus, Facebook, Livefyre etc. A professional webmaster always tries to capture every possibility available in any mode and increases blog ranking with subscriber base.
Blogger enabled by default commenting system on blogspot blogs but sometimes blogger commenting platform enough or attract readers to share their feedback. In this course integrating other popular commenting platform buttons with blogger comments can makes sense to get more feedback from visitors. This plugin is especially developed for those visitors who won’t likes blogger comment system or to experience different style of commenting platform. Let’s begin tutorial for installing ‘Integrated commenting platform sites at one stop’
.Blogger enabled by default commenting system on blogspot blogs but sometimes blogger commenting platform enough or attract readers to share their feedback. In this course integrating other popular commenting platform buttons with blogger comments can makes sense to get more feedback from visitors. This plugin is especially developed for those visitors who won’t likes blogger comment system or to experience different style of commenting platform. Let’s begin tutorial for installing ‘Integrated commenting platform sites at one stop’
Browse More Related Posts
How to Integrate Blogger-Disqus-Facebook- Comments to blogs?
Step One
Sign into your blogger account
From Blogger Dashboard select ‘Template’ link tab and proceed
Now Search for tag
</head>
After finding code copy below code and past above to it
<meta content='Krishi Omli' property='fb:admins'/>
<meta content='1234567890xxxxx' property='fb:app_id'/>
<script src='http://code.jquery.com/jquery-latest.pack.js'/>
<script src='http://blogtariff.googlecode.com/files/KOcommentstyle.js'/>
<script src='http://connect.facebook.net/en_US/all.js#xfbml=1'/>
Code customization:
- Replace ‘Krishi Omli’ with your Facebook Username
- Replace ‘Facebook ID’ with your Facebook Page ID
Step Two
Now Search for code
<div class='comments' id='comments'>
After finding code just generate code for integration of blogger, Facebook and Disqus comment.
After generating code copy code and paste after to
<div class='comments' id='comments'>
Step Three
Now find tag
</body>
After finding tag copy below code and paste above to it
<script type='text/javascript'>
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'Disqus-User-Name'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
Code customization:-
- Replace ‘Disqus-User-Name’ with your User name
Author Words
If you really enjoyed with our Article Don’t forget to Join Our Community. We always appreciate your efforts for subscribing to US.
Looks very nice although the tests disqus I did not work out, but I wanted to ask how can I remove disqus to leave only facebook and blogger comments?
ReplyDeletethanks
here's my test site
http://lovetechtest.blogspot.gr/2013/03/youtube.html
works very well I made a mistake
ReplyDelete