=== Toplytics === Contributors: PressLabs, olarmarius Donate link: http://www.presslabs.com/ Tags: presslabs, analytics, posts, top, most visited, most viewed posts, top content, toplytics, popular, google analytics, high traffic, popular posts, oauth, server resources, settings, widget, embed code, javascript, json, json file, simple, post views Requires at least: 3.9 Tested up to: 3.9.2 Stable tag: 2.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Displays the most visited posts as a widget using data from Google Analytics. Designed to be used under high-traffic or low server resources. == Description == This plugin displays the most visited posts as a widget using data extracted from Google Analytics. It is designed to work with high-traffic sites and all types of caching. = IMPORTANT! = You need to have Google Analytics active on your site if you want to use this plugin! = Features: = * Connection with Google Analytics Account using OAuth method; the plugin doesn't store any passwords or account details; * Widget displaying most visited posts as simple links (*Most Visited Posts*); * The widget can display the most viewed articles from the past day, week or month; * You can set the number of posts to be displayed between 1 and 20; * It can also display the number of views as counted by Google Analytics; * i18n support/translation requests are more than welcome; * Generate the list of the most viewed posts dynamicaly with JavaScript; * custom template for displaying the widget is now available and should be included in the active theme folder; * You can use some of the plugin's functions if the above are not enough for your customization needs. Check FAQ for details; * Shortcodes are now supported for easier integration into posts/pages or other widgets. Check FAQ for details; == Installation == = Installation = 1. Upload *toplytics.zip* to the */wp-content/plugins/* directory; 2. Extract the *toplytics.zip* archive into the */wp-content/plugins/* directory; 3. Activate the plugin through the *Plugins* menu in WordPress. Alternatively, go into your WordPress dashboard and click on *Plugins -> Add Plugin* and search for Toplytics. Then click on *Install*, then on *Activate Now*. = Usage = Connect your plugin with Google Analytics Account from the Settings page (*Settigns -> Toplytics*); Use the *Most Visited Posts* widget from the *Appearance->Widgets* page; == Frequently Asked Questions == = Why should I use this plugin? = You should use this plugin if you want to display the most visited posts of your site in a safe and stable manner, with no risk of downtime or slowness, based on data from Google Analytics statistics. The plugin is built for high-traffic sites where counting every visitor's click loads up the DB and can potentially crash the site. = How often is the data from Google Analytics refreshed? = The data from GA is refreshed every hour. During this interval, the information is safely stored using transients. = How to use the custom template? = To use a custom template you just need to copy the file `toplytics-template.php` from toplytics' plugin folder to your theme folder. You can then customize your template. The plugin will first search for the file `toplytics-template.php` in the active theme folder, and, if that's not found, it will search for it in the plugin folder. The custom template from the theme folder has priority over the one in the plugin folder. = How can I use the shortcode? = The shortcode has 3 parameters: period -> default=month (today/week/month), numberposts -> default=5 (min=1/max=20), showviews -> default=false (true/false) Shortcode example: `[toplytics period="week" numberposts="3" showviews="true"]` The shortcode can be used within post/pages and in other widgets from the sidebar. For any parameter that is not used, the default value will be used. = How can I use the plugin functionality outside the sidebar? = The plugin offers 2 functions that can be used either in the theme or by another plugin. Please review the complete documentation below. **1.** `toplytics_results` **Description** `mixed toplytics_results ( [ array $args ] )` toplytics_results() prints the toplytics results in `