Simple Google Analytics

Download the plugin: BBEOJ’s Simple Google Analytics Plugin for WordPress

Description

I wrote this plugin as an exercise to introduce myself to writing plugins for wordpress. It does everything I need it to do.
I have no plans to enhance this plugin.If you have a problem, I’m interested to know about it.
If you think my code is dangerous, please let me know ASAP.

Frequently Asked Questions

Why doesn’t your plugin work on my site?

Probably your theme doesn’t implement the wp_footer() hook.
To check this, switch your theme back to Kubrick, aka WordPress Default 1.6
If the tracking code still doesn’t show up, verify that you’ve activated the plugin.

If all else fails, leave a comment on the plugin site (http://www.bbeoj.com/index.php/downloads/wp-simple-google-analytics)

My theme doesn’t implement the wp_footer() hook!

YOUR THEME MUST IMPLEMENT THE wp_footer(); HOOK!!
It is a standard WP hook, so if your theme doesn’t include it, you should notify the theme author.
You will normally see this in the footer.php file in your template,
immediately before the </body> tag.

Optionally you may want to try a different google analytics plugin.

One thought on “Simple Google Analytics

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>