Posted by
Haloscan is a site that offers free commenting and trackback services for blogs. One of the feature which Blogger does not offer is Trackbacks. This tempted me in switching to some other commenting sites. So when I encountered Haloscan I did not even think for a moment and switched to Haloscan commenting. The problem is that to switch to Haloscan commenting, you need to download the existing template of your blogger. This has to be uploaded to Haloscan account and the template will be altered and given a new template. This new template I uploaded without even storing a backup six months back. Now if I switch to any new template all my valuable scripts embedded in the code which I have used in it for analytics and other purpose will be gone for ever.
But since them too many problems I have with the commenting system of Haloscan, though no trackbacks I have ever received for which I switched. Nowadays most of the people don’t bother to give trackback pings; instead they just post a comment with the link of their post. The main problems you will face are,
Since then I have been struggling to change the code to remove the Haloscan commenting and switch that to blogger comments which has improved a lot after the beta. But since the template was in XML I used to make mistakes every time and end up with an XML which was incomplete tags.
So Today I forced myself to complete this task and finally I have converted the commenting system back to Blogger’s. For those who are having similar problem you need to follow these steps.
<!– start haloscan (part 1) –>
<script src=’http://www.haloscan.com/load/ username type=’text/javascript’> </script>
<span class=’post-comment-link’>
<a class=’comment-link’ expr:href=’"http://www.haloscan.com/comments/ username /" + data:post.id + "/"’ expr:onclick=’"HaloScan(" + "\""+ data:post.id + "\"" + ");return false;"’>
<script type=’text/javascript’>postCount('<data:post.id/>');</script>
</a>
<a class=’comment-link’ expr:href=’"http://www.haloscan.com/tb/ username /" + data:post.id + "/"’ expr:onclick=’"HaloScanTB(" + "\""+ data:post.id + "\"" + ");return false;"’>
<script type=’text/javascript’>postCountTB('<data:post.id/>');</script>
</a>
</span>
<!– end haloscan –>
– Same as above Part1, Part 2 also will be embedded in the XML.
<!– start haloscan (part 3) –>
<a class=’feed-link’ href=’http://www.haloscan.com/members/rss.php?user=username target=’_blank’>Comment Feed (RSS)</a>
<!– end haloscan –>
<a class=’comment-link’ expr:href=’data:post.addCommentUrl’ expr:onclick=’data:post.addCommentOnclick’><b:if cond=’data:post.numComments == 1′>1 <data:top.commentLabel/><b:else/><data:post.numComments/> <data:top.commentLabelPlural/></b:if></a>
<a class=’feed-link’ expr:href=’data:f.url’ expr:type=’data:f.mimeType’ target=’_blank’><data:f.name/> (<data:f.feedType/>)</a>
Hope the above steps would help you in removing the irritating Haloscan commenting.
No comments yet.