What is Haloscan Trackback? Trackback is a system [...] that alerts and allows a blogger to see who has blogged about posts on his or her blog. The system works by sending a 'ping' between the blogs, and therefore providing the alert. Read more here.
Instructions? First, register for a Haloscan account. Then install the following codes which comes in three parts.
Insert the following right after the <HEAD> tag in your "Main Template" section. The red represents where your username should be replaced.
Insert the following right after the [permalink] tag in your "Main Template". Remove either Comments or Trackback if you do not need them. Note: You must have your permalink enabled.
<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");