Linux 软件免费装
Banner图

PulseViews – Post Views Counter, Page Views & Real-Time Analytics

开发者 rankalseo
更新时间 2026年9月11日 18:50
PHP版本: 8.1 及以上
WordPress版本: 7.1
版权: GPL-2.0-or-later
版权网址: 版权信息

标签

analytics post views page views view counter content stats

下载

1.0.0 1.0.1 1.0.2

详情介绍:

PulseViews records how many times each post or page has been viewed and gives you a clean analytics dashboard inside your WordPress admin. No wp_postmeta writes. No database bloat. Works with any caching plugin. Key features: Shortcode reference: [pulseviews] — current post, default style [pulseviews style="1" variant="filled"] — filled pill [pulseviews style="2"] — block counter [pulseviews style="3"] — inline text [pulseviews style="4"] — compact badge [pulseviews label="readers"] — custom label [pulseviews period="week"] — views this week [pulseviews period="today"] — views today [pulseviews id="42"] — specific post by ID Pro version available PulseViews Pro is an optional add-on available at pulseviews.net/pricing/. It adds: For detailed documentation, visit our Documentation Page. The free plugin is fully functional without Pro.

安装:

From the WordPress admin (recommended):
  1. Go to Plugins → Add New Plugin
  2. Search for PulseViews
  3. Click Install Now, then Activate
Manual upload:
  1. Download the ZIP from WordPress.org
  2. Go to Plugins → Add New → Upload Plugin
  3. Choose the ZIP and click Install Now, then Activate
After activation:
  1. Visit PulseViews → Dashboard to see your analytics
  2. Visit PulseViews → Settings → Counting to configure tracking mode
  3. Visit PulseViews → Settings → Display to set up the view badge

屏幕截图:

  • Compact PulseViews analytics widget integrated into the WordPress admin dashboard featuring top content metrics.
  • Tracking Targets settings — Configure tracking mode (PHP/JS), enabled post types, session interval duration, and bot filtering options.
  • Data & Privacy settings — Configure geographic lookup options and raw view event retention periods.
  • Badge Appearance & Placement settings — Customize front-end view count labels, visual badge styles (Pill, Block, Inline, Compact), and auto-insertion rules.
  • PulseViews Pro upgrade screen showcasing detailed reporting, custom date ranges, and CSV/XML export capabilities.
  • Active PulseViews Pro dashboard status banner with quick links to advanced reports and data export tools.
  • Custom date range filtering tool and views-over-time trend chart showing daily average, peak day, and total unique post views.

升级注意事项:

1.0.0 Initial release. No upgrade needed.

常见问题:

Does it work with caching plugins?

Yes. Go to Settings → Counting → Tracking mode and switch to JavaScript. This tracks views asynchronously after the page loads — even when served from cache. Tested with WP Rocket, LiteSpeed Cache, W3 Total Cache, and Cloudflare.

Will it slow down my site?

No. JavaScript tracking uses the browser's sendBeacon API — completely non-blocking. PHP tracking adds one indexed database write per view. The frontend badge CSS loads only on pages that display it.

Does it track logged-in users?

By default, Administrators and Editors are excluded. Configure this under Settings → Counting → Exclusions. You can exclude any role independently of the "exclude logged-in" toggle.

Where is my data stored?

All post view data is stored locally in your WordPress database in four dedicated tables: wp_pulseviews_views, wp_pulseviews_aggregates, wp_pulseviews_post_totals, wp_pulseviews_exclusions. Nothing is sent to any external server unless you explicitly opt in to geographic tracking or usage collection.

Is it GDPR compliant?

IP addresses are SHA-256 hashed before storage — raw IPs are never written to your database. No cookies are set by default (session tracking uses a hashed key). Geographic tracking and telemetry are disabled by default. Read our full Privacy Policy.

How do I show the view count on my posts?

Go to Settings → Display → Auto-insert position and choose "After content". Or place [pulseviews] manually anywhere in post content, page templates, or widget areas.

Can I customise the label?

Yes. Go to Settings → Display → View count label. Change "views" to anything — "readers", "hits", "people read this". You can also override it per-shortcode with [pulseviews label="readers"].

What display styles are available?

Four styles: Pill (rounded with eye icon), Block (bold inverted counter), Inline (pure text, inherits theme font), and Compact (small bordered badge for post cards). Each automatically inherits your theme's text colour.

Can I use it on multiple post types?

Yes. Go to Settings → Counting → Track post types and select any public post type — posts, pages, products, custom types.

What happens to my data if I deactivate the plugin?

Data is preserved on deactivation. To delete everything, go to Settings → Other → Danger Zone and enable "Delete all data on uninstall" before deleting the plugin.

Where can I read your terms and conditions?

You can review our full service terms at pulseviews.net/terms.

更新日志:

1.0.0 — 2026-05-19