comments - htmlcommentbox on blogger, how to treat ?m=0 and ?m=0 as normal post (.html) -
i found fast , wordpress comments system blogger.
it's www.htmlcommentbox.com
but treat ?m=0 , ?m=1 different pages. technically have 3 comment box single post.
this script (it may not show text here)
<!-- begin comments --> <div id="quickfever comments"> <div id="hcb_comment_box"><a href="http://www.htmlcommentbox.com">please wait,</a> we're loading comments...</div> <link rel="stylesheet" type="text/css" href="//www.htmlcommentbox.com/static/skins/bootstrap/twitter-bootstrap.css?v=0" /> <script type="text/javascript" id="hcb"> /*<!--*/ if(!window.hcb_user){hcb_user={};} (function(){var s=document.createelement("script"), l=hcb_user.page || (""+window.location).replace(/'/g,"%27"), h="//www.htmlcommentbox.com";s.setattribute("type","text/javascript");s.setattribute("src", h+"/jread?page="+encodeuricomponent(l).replace("+","%2b")+"&mod=%241%24wq1rdbcg%242.j.ante5me1dugfmwzpf1"+"&opts=18398&num=10&ts=1454419699649");if (typeof s!="undefined") document.getelementsbytagname("head")[0].appendchild(s);})(); /*-->*/ </script> <!-- end comments --> </div>
try this:
<!-- begin comments --> <div id="quickfever comments"> <div id="hcb_comment_box"><a href="http://www.htmlcommentbox.com">please wait,</a> we're loading comments...</div> <link rel="stylesheet" type="text/css" href="//www.htmlcommentbox.com/static/skins/bootstrap/twitter-bootstrap.css?v=0" /> <script>var commentscanonicalposturl = '<data:post.canonicalurl/>';</script> <script type="text/javascript" id="hcb"> /*<!--*/ if(!window.hcb_user){hcb_user={};} (function(){var s=document.createelement("script"), l=hcb_user.page || (""+commentscanonicalposturl).replace(/'/g,"%27"), h="//www.htmlcommentbox.com";s.setattribute("type","text/javascript");s.setattribute("src", h+"/jread?page="+encodeuricomponent(l).replace("+","%2b")+"&mod=%241%24wq1rdbcg%242.j.ante5me1dugfmwzpf1"+"&opts=18398&num=10&ts=1454419699649");if (typeof s!="undefined") document.getelementsbytagname("head")[0].appendchild(s);})(); /*-->*/ </script> <!-- end comments -->
note codes 1 should added in template > edit html rather in each individual blog post.
Comments
Post a Comment