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
<a expr:href='"//www.blogger.com/comment-iframe.g?blogID=" + data:blog.blogId + "&amp;pageID=" + data:post.id' id='comment-editor-src' title='comment editor'/>
or
<a expr:href='"http//www.blogger.com/comment-iframe.g?blogID=" + data:blog.blogId + "&amp;pageID=" + data:post.id' id='comment-editor-src' title='comment editor'/>Change all of the code to:
<a expr:href='"https//www.blogger.com/comment-iframe.g?blogID=" + data:blog.blogId + "&amp;pageID=" + 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
Tidak ada komentar:
Write komentar