Page 1 of 1

Quancast can't find my code

Posted: Thu Mar 01, 2012 3:43 pm
by rj
hey! Havent been here in a while. Which means Serendipity has been running find and smooth!

Quancast says put their code above the </body>

I tried putting it in an HTML plugin with miy analytics and counter and no go.
I then put it in SAMPLE with below content. No go
Then SAMPLE in footer. No go.

I even tried putting it at the bottom of index.tpl which caused the blog to not show...

Any ideas? Quancast is a requirement for a new ad program

Thanx RJ

Re: Quancast can't find my code

Posted: Thu Mar 01, 2012 4:05 pm
by yellowled
rj wrote:Quancast says put their code above the </body>
What code exactly are you supposed to put there? If it's JS (very likely), you might need to escape some special characters, i.e. replace { and } with {ldelim} and {rdelim}, respectively, in a .tpl file.

YL