=== Google Analytics counter widget (for Google Analyticator) === Contributors: Antonio Petricca Tags: google analytics,google analyticator,counter,widget,stats,statistics,visits,pages Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=TJ5RH78V428GJs Requires at least: 4.0 Tested up to: 4.4 Stable tag: 0.9.7 License: GPL 3.0 License URI: http://www.gnu.org/licenses/gpl-3.0.en.html Easily show on sidebar your Google Analytics visits counter! == Description == Google Analytics counter widget (for Google Analyticator) is a plugin which adds a new widget to show counters from a given google analytics account. It is based upon the great Google Analyticator plugin (https://wordpress.org/plugins/google-analyticator), and extends it to provide a more flexible counter widget. Please contribute to its translation by https://translate.wordpress.org/projects/wp-plugins/google-analytics-counter-widget. == Installation == 1. Install and activate Google Analyticator plugin (https://wordpress.org/plugins/google-analyticator). 2. Install Google Analytics counter widget either via the WordPress.org plugin directory, or by uploading the files to your server. 3. Activate the plugin through the Plugins menĂ¹ in WordPress. 4. Go to the widget settings page. == Frequently Asked Questions == 1. How to style the widget. You can accomplish customizing the builtin styles by the settings panel. 2. How to customize HTML. Write a filter as follow: function ga_counter_widget_html_filter( $html, $widgetId ) { // Do something with $html... return $html; } add_filter( 'ga-counter-widget-html-filter', ga_counter_widget_html_filter, 10, 2 ); == Screenshots == 1. Widget settings panel. 2. Widget sidebar example. == Changelog == = 0.9.7 = - Changed text domain to 'google-analytics-counter-widget'. - Prepared for translation by https://translate.wordpress.org/projects/wp-plugins/google-analytics-counter-widget. = 0.9.6 = - Updated for WordPress 4.4. = 0.9.5 = - Removed the "days back" parameter in favour of "start date" (don't remember to configure it). = 0.9.4 = - Added HTML filter (ga-counter-widget-html-filter). - Added AJAX loader animation. - Uninstall now removes the transients too. - Transient now is per widget instance (fix). - The widget is now really multi instance (fix). - Removed CSS base class name setting. - Code cleanup. = 0.9.3 = - Added custom CSS configuration. - Added full uninstall (custom CSS files and settings). - Updated italian translation. - Code cleanup. = 0.9.2 = - Added support for AJAX updates. - Updated italian translation. - Minor fixes. = 0.9.1 = - Linked Google Analtycator plugin inside the widget settings error message. - Minor fixes. = 0.9.0 = - First development release.