✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

SleekView for Novashare Pro: share counts & click analytics as tables

Novashare Pro caches share counts as novashare_* postmeta and logs share-button clicks to wp_novashare_clicks. SleekView reads both, joins them to wp_posts, and presents one editorial grid with per-network columns and freshness flags.

♾️ Lifetime License available

SleekView table view for Novashare Pro

Share data as a queryable grid

Novashare Pro stores share counts as postmeta (novashare_share_count_facebook, novashare_share_count_pinterest, novashare_share_count_total) and logs click events to its own wp_novashare_clicks table with post_id, network, location, and timestamp columns. The plugin's settings page configures buttons; its built-in stats panel shows aggregates. There is no row-level grid that joins both data sources to wp_posts.

SleekView reads the novashare_* meta keys and the wp_novashare_clicks table together, surfacing each post with cached counts, click totals, and per-network columns alongside title, author, and post type. The Cache freshness column reads novashare_share_count_updated so editorial knows whether a number is current.

Inline edits on the editorial side (review status, refresh-by date, owner) live as SleekView-managed meta keys that never collide with the novashare_* namespace. The plugin owns its keys; SleekView owns its annotations alongside.

Workflow

From cached counts and clicks to one grid

1

Map the share-count keys

Point SleekView at novashare_share_count_facebook, novashare_share_count_pinterest, novashare_share_count_linkedin, and novashare_share_count_total. The agent inspects postmeta and proposes one column per network.
2

Join the clicks table

Aggregate wp_novashare_clicks by post_id for a 30-day click total. Cached counts and actual click behaviour now sit in the same row.
3

Add standard post columns

Pull title, author, post type, and date from wp_posts. Filter chips on author and post type slice the data without leaving the grid.
4

Surface freshness

Compute cache age from novashare_share_count_updated and tag rows older than the configured duration as stale. Reports stop quoting outdated numbers.

Sample columns

A typical Novashare Pro post view

SleekView reads novashare_* postmeta and the click log, joining both to wp_posts for one row per post.
Source: wp_postmeta (novashare_* keys) + wp_novashare_clicks + wp_posts
Post Facebook Pinterest LinkedIn Clicks 30d Cache age
Best grinders 2026 1,420 3,210 44 4,820 12 min
Pour-over technique 880 1,640 28 2,720 55 min
Bean storage tips 120 240 10 412 8 h
Roastery field notes 8 0 2 14 3 d

Comparison

Default Novashare Pro admin vs SleekView

Default Novashare Pro admin

  • Stats panel renders aggregates; per-post novashare_* meta is hidden in metaboxes
  • wp_novashare_clicks rows have no admin grid
  • No cross-source view that joins cached counts with click events
  • No filter by post type on the share-count cohort
  • Cache freshness (novashare_share_count_updated) is invisible in the UI

SleekView

  • Pivot novashare_share_count_* meta into per-network columns
  • Join wp_novashare_clicks for a 30-day click total per post
  • Filter by author, post type, or date alongside share data
  • Surface novashare_share_count_updated as a freshness column
  • Export the editorial cohort as CSV for monthly reports

Features

What SleekView gives you for Novashare Pro

Cached + click in one row

Per-post share counts from novashare_share_count_* meta sit next to a 30-day click total from wp_novashare_clicks. Cached share counts and actual click behaviour finally compare.

Author and post-type filters

Standard wp_posts columns sit beside the share columns. 'Top Pinterest posts by author X in March' is a saved view, not a spreadsheet pivot.

Cache freshness

Read novashare_share_count_updated per row. Tag rows older than the configured refresh window as stale so reports don't quote yesterday's numbers as today's.

Audience

Who uses SleekView for Novashare Pro

Editorial teams

Sort posts by Pinterest share count and by 30-day clicks side by side. The view answers 'what's worth a sequel' from both cached and live signals.

Marketing reporting

Filter to last-30-days posts, sort by Total, and the monthly content report writes itself. Network-mix columns export alongside totals.

Site auditors

Spot zero-share posts that should have promotion budget or a content audit. The Total column makes the underperformer cohort obvious.

The bigger picture

Cached counts and click logs both deserve a table

Novashare Pro is unusual in that it captures both cached share counts and live click events. The first is what other plugins call 'share data' and it lives in wp_postmeta as novashare_* keys. The second is what other plugins skip entirely and it lives in wp_novashare_clicks with row-level granularity.

The plugin's own stats panel surfaces aggregates of both, which is fine for the executive overview and not enough for editorial or reporting work that needs to slice by author, post type, or date. SleekView turns both data sources into one queryable grid: per-network share columns from postmeta, 30-day click totals from the clicks table, and a freshness flag for the cache. Editorial sees cached counts vs actual clicks in the same row, which is the comparison that separates 'shared but not clicked' from 'clicked but not shared' and points to entirely different follow-up actions.

Marketing exports the cohort, growth keeps tabs on placements, and the plugin's own panel keeps doing the executive summary. The grid is where the rows live.

Questions

Common questions about SleekView for Novashare Pro

novashare_share_count_total, novashare_share_count_facebook, novashare_share_count_pinterest, novashare_share_count_linkedin, and novashare_share_count_updated. It also reads wp_novashare_clicks for live click events.

 

No. SleekView reads the cached postmeta values Novashare already wrote. Refreshing counts stays the plugin's job; the grid is a read-only surface plus inline edits on annotations.

 

Yes. The per-post view joins wp_postmeta for cached counts and wp_novashare_clicks for a 30-day click total. Cached share counts and actual click behaviour finally compare in one row.

 

Yes. Both write to the same wp_postmeta keys regardless of editor. The grid joins on wp_posts.ID, so any published post with novashare_* meta appears.

 

Yes. Filter the grid to any post type Novashare is enabled on. The plugin writes the same meta keys regardless of post_type, so the columns work for products and recipes alike.

 

novashare_share_count_updated stores the last refresh timestamp. SleekView subtracts it from now() and compares against the plugin's configured cache duration, tagging rows as fresh, stale, or expired.

 

Yes. CSV export honors current sort and filter state. A common export is 'last 30 days, sorted by clicks descending, post_type=post' for the editorial monthly report.

 

No. SleekView reads the same tables and meta keys the panel reads. The two surfaces complement each other; Novashare's panel is the dashboard, SleekView is the queryable row view.

 

Pricing

More than 1000+
happy customers

Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.

Starter

€79

EUR

per year

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€149

EUR

per year

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Most popular

€249

EUR

once

  • Unlimited websites
  • Lifetime updates
  • Lifetime support

...or get the Bundle Deal
and save €250 🎁

The Bundle (unlimited sites)

Pay once, own it forever

Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.

What’s included

  • SleekAI

  • SleekByte

  • SleekMotion

  • SleekPixel

  • SleekRank

  • SleekView