HaloScan Commenting and Trackback

droncarorelp
acelsitl

Installing HaloScan Manually


If you are installing HaloScan to a website you maintain manually, you will need to repeat step 2 of the instructions below every time you create a new comment link. The comment identifier MUST be unique for each comment link, that is all four comment identifiers shown in step 2 (as COMMENTID) must be changed for each post.

In step 1 of these instructions, you should replace HALOSCANUSERNAME with your HaloScan username.

To install HaloScan manually:
  1. Copy and paste the following code anywhere between the <HEAD> and </HEAD> tags in your template:
    <script type="text/javascript" src="http://www.haloscan.com/load/HALOSCANUSERNAME"> </script>

  2. Copy and paste the following code to your template, where you want the comment links to be displayed:
    <a href="javascript:HaloScan('COMMENTID');" target="_self">
    <script type="text/javascript">postCount('COMMENTID'); </script></a> |
    <a href="javascript:HaloScanTB('COMMENTID');" target="_self">
    <script type="text/javascript">postCountTB('COMMENTID'); </script></a>

  3. Save your template.

Page was generated in 0.1828 seconds