HaloScan Commenting and Trackback

chialellid
chivarbo

Installing HaloScan - Shopify


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

To install HaloScan for Shopify:
  1. Select "Look and Feel"
  2. Click "Modify Current Theme"
  3. Under the "Templates" heading on the right hand side of the page, select your blog template (most likely "blog.liquid")
  4. Copy and paste the following code to the first line of the template editor:
    <script type="text/javascript" src="http://www.haloscan.com/load/HALOSCANUSERNAME"> </script>

  5. Copy and paste the following code to your template, where you want the comment links to be displayed (like after the 'article.content' tag):
    <a href="javascript:HaloScan('{{article.created_at}}');" target="_self"><script type="text/javascript">postCount('{{article.created_at}}');</script></a> | <a href="javascript:HaloScanTB('{{article.created_at}}');" target="_self"><script type="text/javascript">postCountTB('{{article.created_at}}'); </script></a> 

  6. Save your template.


Reader Comments

Page was generated in 0.9289 seconds