Wednesday 22 August 2012

Blogger tip 11 Comment boxes


If you make additional pages in Blogger for example PP or Creative challenge, there is a small problem in that you only get one comment box at the bottom of the page.
As as you add new weekly entries there is no place to comment.
I found this code that you drop below the HTML for your new entry on the page and it makes a comment box, you anly have to add your name and comment, I tested it and it worksd;)
<!-- begin htmlcommentbox.com -->
 <div id="HCB_comment_box"><a href="
http://www.htmlcommentbox.com">HTML Comment Box</a> is loading comments...</div>
 <script type="text/javascript" language="javascript" id="hcb"> /*<!--*/ if(!window.hcb_user){hcb_user={  };} (function(){s=document.createElement("script");s.setAttribute("type","text/javascript");s.setAttribute("src", "
http://www.htmlcommentbox.com/jread?page="+escape((window.hcb_user && hcb_user.PAGE)||(""+window.location)).replace("+","%2B")+"&opts=0&num=10");if (typeof s!="undefined") document.getElementsByTagName("head")[0].appendChild(s);})(); /*-->*/ </script>
<!-- end htmlcommentbox.com -->

 
What I found was a good trick is type a word in plain text where you want the comment box, when you hit the HTML button you can read down and find the word, hilight it and past the HTML in that way you get the comment box just where you want it;)
 
UP date I found the code came from this site:
http://www.htmlcommentbox.com/
You can go there and there is a code maker that is full of options you select options and it changes the code for you when your finished  you copy the code and can past it into your Blogger Blog on any of the poages you have created;)