acelrelli
delliolotr
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:
More information in the Forum∞
Original information from seige∞
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:
- Login to your account at Blogdrive
- Click your blog's name to enter the blog's management area
- Select Layout & Design from the navigation bar on the left
- Click on the Main template edit link near the bottom of that page to display your blog's template
- 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>
- 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>
- Save your template.
More information in the Forum∞
Original information from seige∞