Rabu, 03 Oktober 2018

fix blogger comment's box error cannot stop loading

    20.53   No comments

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


Mas Agus

About Mas Agus

Author Description here.. Nulla sagittis convallis. Curabitur consequat. Quisque metus enim, venenatis fermentum, mollis in, porta et, nibh. Duis vulputate elit in elit. Mauris dictum libero id justo.

Previous
Next Post
Tidak ada komentar:
Write komentar

Get updates in your email box

Complete the form below, and we'll send you our recent update.

Deliver via FeedBurner
© 2014 Knowlist. WP Theme-junkie. Designed by Bloggertheme9
Proudly Powered by Blogger.