HaloScan Commenting and Trackback

acelrelli
delliolotr

Installing HaloScan - Blogdrive


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

You must have your permalinks enabled for this process to work.

To install HaloScan for Blogdrive:

  1. Login to your account at Blogdrive
  2. Click your blog's name to enter the blog's management area
  3. Select Layout & Design from the navigation bar on the left
  4. Click on the Main template edit link near the bottom of that page to display your blog's template
  5. Copy and paste the following code anywhere between the <HEAD> and </HEAD> tags:
    <script type="text/javascript" src="http://www.haloscan.com/load/HALOSCANUSERNAME"> </script>

  6. Copy and paste the following code to right after the [permalink] tag in your "Main Template":
    <script type="text/javascript"><!--//
        // written by http://design.blogdrive.com/ for Haloscan Trackback
        permalink = '[permalink]';
        permalink = (permalink.length>
    1?permalink:location.href);
        pid = (permalink.indexOf(".html")>0?permalink.substring(permalink.indexOf("archive")+8,permalink.indexOf(".html")):"mainpage");

        //--- Haloscan Comments Starts
        document.write("<a href=\"javascript:HaloScan('"+pid+"');\" target=\"_self\">");
        postCount(pid);
        document.write("</a>");
        //--- Haloscan Comments Ends

        document.write(" | "); // divider

        //--- Haloscan Trackback Starts
        document.write("<a href=\"javascript:HaloScanTB('"+pid+"');\" target=\"_self\">");
        postCountTB(pid);
        document.write("</a>");
        //--- Haloscan Trackback Ends

        //--></script> 

  7. Save your template.
More information available
More information in the Forum

Original information from seige

Reader Comments

Page was generated in 0.2218 seconds