chialellid
chivarbo
In step 1 of these instructions, you should replace HALOSCANUSERNAME with your HaloScan username.
To install HaloScan for Shopify:
chivarbo
Installing HaloScan - Shopify
In step 1 of these instructions, you should replace HALOSCANUSERNAME with your HaloScan username.
To install HaloScan for Shopify:
- Select "Look and Feel"
- Click "Modify Current Theme"
- Under the "Templates" heading on the right hand side of the page, select your blog template (most likely "blog.liquid")
- 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>
- 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>
- Save your template.