fix blogger comment's box error cannot stop loading

10/04/2018
fix blogger template error in comment box

Recently I wonder, why i did not get any comment from my blog visitors. After that, Two days later I figured out there are some errors in my template blogger. My comment's box did not appear and it seems did not stop loading. I try to fix the error in my template then, finally after read many blog and done some experiments I found the errors came from blogger script. So today I will share to you how to fix your blogger template's error with non-stop loading

For a safety reason blogger had make a preference from http:// to https://
Those seem to became a problem when your script do not use https protocol, then it seems cause you comments box error

To fix blogger template error in comment box first of all search this code:  <b:includable id='comment-form' var='post'>

Try to look below  then you may find a blogger scripts looks like this:

<a expr:href='&quot;//www.blogger.com/comment-iframe.g?blogID=&quot; + data:blog.blogId + &quot;&amp;amp;pageID=&quot; + data:post.id' id='comment-editor-src' title='comment editor'/>

or
<a expr:href='&quot;http//www.blogger.com/comment-iframe.g?blogID=&quot; + data:blog.blogId + &quot;&amp;amp;pageID=&quot; + data:post.id' id='comment-editor-src' title='comment editor'/>


Change all of the code to:

<a expr:href='&quot;https//www.blogger.com/comment-iframe.g?blogID=&quot; + data:blog.blogId + &quot;&amp;amp;pageID=&quot; + data:post.id' id='comment-editor-src' title='comment editor'/>


Note: Your theme may have more than one code. So change all those code with https protocol. To make it easier you may search www.blogger.com if you find another code then change it.

Well if you done, save it, then check your template. Give a comment if you cannot fix it by yourself


Artikel Terkait

Next Article
« Prev Post
Previous Article
Next Post »
Silahkan Tinggalkan Komentar Anda

Comments


EmoticonEmoticon