=== Pageviews === Contributors: pressjitsu, soulseekah Tags: pageviews, analytics, counter, views, hits, stats Requires at least: 4.4 Tested up to: 4.7.2 Stable tag: 0.9.2 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.html A simple and lightweight pageviews counter for your WordPress posts and pages. == Description == Pageviews is a simple and lightweight views counter for your WordPress posts and pages. It is based on JavaScript and is compatible with all caching plugins, proxies and complex setups. Pageviews works with a hosted processing service, and performs extremely well under high-traffic and on sites with large amounts of content. = Features = * Display the number of times a post or page has been viewed * Works on high-traffic websites with zero impact on performance * Includes useful hooks and APIs for seamless integration into third-party themes * Compatible with caching plugins, proxies and application firewalls For an installation and configuration guide please visit the [full documentation on GitHub](https://github.com/pressjitsu/pageviews). If you need any setup assistance or help migrating your existing views counts from other plugins or services (such as Jetpack, Google Analytics, etc.) please reach out to [Pressjitsu](https://pressjitsu.com) via live chat or e-mail, or open a new thread in the WordPress.org support forums. == Installation == Installing via the WordPress dashboard: 1. Browse to Plugins - Add New in your WordPress dashboard. 1. Search for "pageviews" using the search box on the right. 1. Find the Pageviews plugin in the search results and click Install Now. Installing via FTP: 1. Upload the plugin files to the `/wp-content/plugins/pageviews` directory, or install the plugin through the WordPress plugins screen directly. 1. Activate the plugin through the 'Plugins' screen in WordPress. 1. Enjoy. Installing via WP-CLI: `wp plugin install pageviews --activate` Installing via Git: `cd wp-content/plugins git clone https://github.com/pressjitsu/pageviews.git` For an installation and configuration guide please visit the [full documentation](https://github.com/pressjitsu/pageviews). == Screenshots == 1. Customized implementation of the pageviews output, styled specifically for this theme 2. Simple replacement for WP-PostViews and other popular plugins with inherited styles 3. Default output of the views counter for themes that don't provide explicit support for this plugin == Changelog == = 0.9.2 = * Add support for multiple containers per page for a single key * Add support for Jetpack's Infinite Scroll module * Wrap the JS code into a triggerable event = 0.9.1 = * Initial public release