Disqus Comments
First of all you have to add your disqus_shortname
or Disqus ID first. So that there are no errors, we added disqus_shortname = "jagodesain"
to the Disqus script, you can find code like this on your blog:
Replace the part marked in code above with your Disqus ID.
Next to enable Disqus comments, find and replace the code below:
With this code:
Diqsus Comments onScroll (Alternative)
If in the first version Disqus comments will be active when user presses the comment button, then in this alternative Disqus comments will appear automatically when the page is scrolled to bottom of the article.
You should also replace disqus_shortname
or Disqus ID in the default script with your own ID:
To activate it's not much different from the first method, the difference only lies in the name attribute that uses name='post-commentDisqusScroll'
, the complete code is as below:
Facebook Comments
Facebook comments are easier to activate than Disqus, you just need to change the part marked in the code below to name='post-commentFB'
Example of correct application:
<!--[ Blogger Comments ]-->
<b:include cond='data:post.allowComments and data:view.isPost and !data:view.isPreview' data='post' name='threadedComments-modifV3'/>
Thanks for reading: How to Replace Blogger Default Comments to Disqus or Facebook Comments, Sorry, my English is bad:)