Allows you to easily add the necessary JavaScript code to enable Quantcast on your blog.
Quantcast Quantifier adds the necessary JavaScript code to enable Quantcast logging on any WordPress blog. This eliminates the need to edit your template code to begin logging.
http://www.jamesturner.co.nz/other/wordpress/plugin-quantcast-quantifier/
Features
Quantcast Quantifier Has the Following Features:
Usage
In your WordPress administration page go to Options > Quantcast Quantifier. From there enter your Quantcast tag and enable logging. Information on how to obtain your Quantcast tag can be found on the options page.
Once you save your settings the JavaScript code should now be appearing on all of your WordPress pages.
quantcast-quantifier
to the /wp-content/plugins/
directoryThe Quantcast Quantifier code is added to the section of your theme by default. If you choose the footer option it should display somewhere near the bottom before the .
If you have switched off admin logging, you will not see the code. You can try enabling it temporarily or log out of your WordPress account to see if the code is displaying.
Yes, you will need to visit Quantcast and signup to receive tracking code for your website.
2011-06-18
BUG FIX: Cleared the setting/option that was actually printing to the screen.
2011-06-18
BUG FIX: The default settings were being loaded poorly by me. Have now fixed and tested. Thank you to those who reported the error.
2011-06-13
* EDIT: Header/footer option removed
* EDIT: Making it more translation friendly
* EDIT: updated ga_ > qq_ (Thanks Vynce)
* ADD: Advanced area added, this code is added to the head
* ADD: Added Notes at the bottom of the plugin
* ADD: Added register/activation hook and function
* ADD: nonce when saving settings (Thanks Vynce)
2011-03-03
* EDIT: add_option hooks updated
* EDIT: add_options_page hook updated
2010-11-04
* House keeping for WP3.0.1.
* More user role control over who is tracked and when.
2009-03-10
* EDIT: House keeping, updating a few links and wording for some things. 2.7+ screenshot. Added Settings link to plugin page.
2008-10-17
* TYPO: add_action(‘wp_head’, ‘add_quantcast_uantifier’); >>> add_action(‘wp_head’, ‘add_quantcast_quantifier’); – Thanks to dlbjeff http://www.drivelineblog.com for pointing it out.
2008
* Released