Most recent edit on 2008-01-03 14:37:55 by DelacErcle [ricgetvidron]
Additions:
chialellid
Edited on 2007-11-24 17:42:33 by OudomTroca
Additions:
chivarbo
Edited on 2006-06-15 03:43:54 by JeevanK [Shopify instructions]
Additions:
1) Copy and paste the following code to your template, where you want the comment links to be displayed (like after the 'article.content' tag):
Deletions:
1) Copy and paste the following code to your template, where you want the comment links to be displayed (like after the 'article.content' tag:
Oldest known version of this page was edited on 2006-06-15 03:43:39 by JeevanK [Shopify instructions]
In step 1 of these instructions, you should replace HALOSCANUSERNAME with your HaloScan username.
To install HaloScan for Shopify:
Additions:
chialellid
Edited on 2007-11-24 17:42:33 by OudomTroca
Additions:
chivarbo
Edited on 2006-06-15 03:43:54 by JeevanK [Shopify instructions]
Additions:
1) 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>
Deletions:
1) 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>
Oldest known version of this page was edited on 2006-06-15 03:43:39 by JeevanK [Shopify instructions]
Page view:
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.