Page 1 of 1

Statcounter and Feedburner

Posted: Sat May 10, 2008 2:47 pm
by Indyviews
Just two more questions:

Statcounter.........where do I put the code? I read in the index.tpl file but I can't find it. Do I list that it must be XHTML compliant?

Feedburner RSS.......Again exactly where to put it and have the icon. The text link that showed up sent me to a strange website feed.

Template folder

Posted: Sun May 18, 2008 12:12 am
by mdnava
Statcounter.........where do I put the code? I read in the index.tpl file but I can't find it. Do I list that it must be XHTML compliant?
index.tpl is inside your template folder, if you use bulletproof for example, it shuold be in /templates/bulletproof/index.tpl

Bear in mind any javascript code you put in smarty files should be placed in between the {literal} and {/literal} tags or your Blog will break.
Feedburner RSS.......Again exactly where to put it and have the icon. The text link that showed up sent me to a strange website feed.
I use the html block plugin to add my feeds, you could just drop in there the html code given by Feedburner, or better yet, change it the way you want it.

Posted: Sun May 18, 2008 4:29 am
by Indyviews
Thanks Melvin for the reply. I have gotten the Statcounter to work and also the RSS. My problem with the RSS feeds is that I don't have the icons. I will try what you suggest and see how it works.