I love Chicklets! Do you? Ok friends this is not our discussion. I am not here to bore you. I explain here step by step about this widget. You can add it to your blogger blog.
And I wish it may help you.
Welcome friends
to my blog ... where I spent my
little time to explore the fascinating world of blogger and share it with you...
Step 1: First you must enter the following code in your style sheet before ]]></b:skin>:
.commenthidden {display:none}
.commentshown {display:inline}
Step 2: Second put this code between the <head> and </head> tags,
but not in the style sheet:
<script type="text/Javascript">
function togglecomments (postid) {
var whichpost = document.getElementById(postid);
if (whichpost.className=="commentshown") { whichpost.className=& quot;commenthidden"; } else { whichpost.className="commentshown"; }
} </script>
Step 3: Third put this code in your sidebar where you want it to appear:
<a aiotitle="click to expand" href="javascript:togglecomments('chickletlist')">Visit Where Am I ?(or any message) +/-</a><br />
<div class="commenthidden" id="chickletlist">Put Your Chicklet html here</div>
Friends if you try for the above tutorial, then never forget to leave a comment.
Happy blogging.
Subscribe to updates |
Post a Comment