Adding Javascript for Pagecount
-
Because of some server security issues on their server, a business must have this Javascript laid into a WordPress blog so they can track visits. Where can I safetly place this code to have it work and keep page counts for these folks?
Thank you<!– Counter/Statistics –>
<?php $TimeStamp = time();
$VisitURL = “\”https://visit.webhosting.yahoo.com/visit.gif?”.$TimeStamp.”\”” ?>
<script language=”JavaScript” src=”https://hostingprod.com/js_source/geov2.js”></script>
<script language=”javascript”> geovisit();</script>
<noscript><img src=<?php echo $VisitURL ?> border=”0″ width=”1″ height=”1″>
</noscript>
- The topic ‘Adding Javascript for Pagecount’ is closed to new replies.