Insert Java Script Page Counter
-
Hi folks, trying to insert a Java script page counter at some appropriate location in the various PHP files in order to work out the number of hits (using https://www.statcounter.com) to the site for various podcasts.
I tried inserting the appropriate java in the body of the post along with my HTML but when posted I get an error “code corrupted”
Where is the most appropriate place to insert the Java
<!– #BeginLibraryItem “https://www.matthewholden.com.au/Statcounter.lbi” –>
<!– Start of StatCounter Code –>
<!– This code is for v1 of https://www.matthewholden.com.au –>
<script type=”text/javascript” language=”javascript”>
</script>
<script type=”text/javascript” language=”javascript” src=”https://www.statcounter.com/counter/frames.js”></script>
<noscript>
<img src=”https://c4.statcounter.com/counter.php?sc_project=01&java=0″ alt=”counter” border=”0″>
</noscript>
<!– End of StatCounter Code –>
<!– #EndLibraryItem –>many thanks.
Matthew
- The topic ‘Insert Java Script Page Counter’ is closed to new replies.