✨ 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 Social Pug

SleekView reads the dpsp_networks_shares meta Social Pug (now Mediavine Grow Social) writes for every post and renders the cache as a per-network audit grid you can sort, filter and export inside WP Admin.

♾️ Lifetime License available

SleekView table view for Social Pug

Move the share-count cache out of postmeta and into a real table

Social Pug caches per-network share counts as a serialized dpsp_networks_shares postmeta value on every post that carries a share button. The bundled analytics screen surfaces a top-shared leaderboard and a few totals, which is fine for spotting hits and incomplete for an audit. Editorial leads typically want a queryable per-post grid with Facebook, Pinterest, Twitter and LinkedIn as columns, plus author and date, so refresh shortlists and per-author rollups are one filter away.

SleekView reads the same dpsp_networks_shares cache, unpacks the serialized value into per-network columns and renders the result as a sortable audit table. Filter to posts with zero Pinterest shares to find the visual-content backlog that never reached the network. Filter to posts with high Facebook and low LinkedIn to spot the audience-mismatch cohort. Sort by total shares to plan refreshes against the real top hundred rather than the bundled top five.

The plugin keeps owning button rendering and cache refresh. The table view owns the per-post audit surface, so the cached data Social Pug already maintains stops hiding inside postmeta and becomes something editorial can actually work with.

Workflow

How SleekView surfaces Social Pug data

1

Point at the dpsp meta

Pick wp_posts joined to wp_postmeta on dpsp_networks_shares and any related dpsp_* keys, with the serialized value unpacked into per-network columns automatically.
2

Compose the columns

Drag in Title, Author, Facebook, Pinterest, Twitter, LinkedIn, Total and Modified. Reorder, hide or rename any column without a custom manage_posts_columns callback.
3

Filter and sort like a database

Filter to posts with zero Pinterest shares, high Facebook plus low LinkedIn, or last-cached more than 30 days ago. Sort by Total to build the refresh shortlist in one click.
4

Save and gate the view

Name the view ("Refresh shortlist", "Pinterest backlog", "Stale share cache") and gate it by WordPress capability so editors, marketing leads and authors each land on the slice that matters to them.

Sample columns

A typical Social Pug share-count audit view

Posts joined with dpsp_networks_shares meta, unpacked into per-network columns. The same cache that drives the bundled leaderboard becomes a queryable per-post grid.
Source: wp_postmeta
Title Facebook Pinterest Twitter LinkedIn Total
10 quick weeknight pasta recipes 3,240 8,910 112 284 12,546
Spring sourdough starter guide 1,180 12,400 44 98 13,722
Office redesign on a $500 budget 642 2,180 31 510 3,363
Founder interview: scaling to 50 staff 418 204 1,920 2,542
Why we switched to four-day weeks 1,990 320 186 2,840 5,336

Comparison

Default Social Pug admin vs SleekView

Default Social Pug admin

  • Top-shared screen is a leaderboard, not a per-post queryable grid
  • Per-network counts hide inside the serialized dpsp_networks_shares meta
  • No way to filter to posts with zero shares on one specific network
  • Cache age is not surfaced per row, so stale rows look as current as fresh ones
  • Per-author rollups require raw SQL on postmeta

SleekView

  • Per-network share columns rendered directly from dpsp_networks_shares
  • Filter to Pinterest=0 or Facebook>1000 in a click
  • Last-cached column for honest reporting on cache freshness
  • Saved views per role: editor refresh shortlist, marketing audit, author rollup
  • Same dataset the chart view reads, so table and dashboard stay in sync

Features

What SleekView gives you for Social Pug

Serialized cache as real columns

Unpack dpsp_networks_shares into Facebook, Pinterest, Twitter and LinkedIn columns instead of opening each post to read the serialized blob.

Composable per-network filters

Stack filters on each network, on Total shares and on cache age to find the Pinterest backlog, the LinkedIn-heavy cohort or the rows that never refreshed.

Cache freshness inline

Last-refresh appears as a column so monthly reports never quote a six-month-old cached number as today's. The audit stays honest by default.

Audience

Who uses SleekView for Social Pug

Editorial teams

Sort by Total to build the real refresh shortlist, then filter to Pinterest=0 to find visual-content posts that never travelled on the channel that matters most.

Marketing reporting

Export last-30-days posts with per-network columns as a CSV briefing instead of pasting screenshots of the bundled top-shared widget.

Content ops

Group rows by author and surface the writers whose work consistently under-distributes on the brand's priority network. Coaching follows the data rather than guesswork.

The bigger picture

Why share-count caches deserve a real table

Social Pug, now distributed as Mediavine Grow Social, captures real signal: which posts earned distribution, which network the audience actually uses and how the counts move across each refresh. The bundled analytics screen turns that signal into a top-shared leaderboard, which is the right summary for a glance and the wrong surface for the audit work editorial teams actually do. SleekView reads the same dpsp_networks_shares cache and renders it as a queryable grid with per-network columns, last-cached timestamps, author and post type.

Filters stack into a single query, so the Pinterest backlog, the high-Facebook-low-LinkedIn cohort and the stale-cache rows become one-click views rather than spreadsheet exports. The plugin keeps owning button rendering and cache refresh, while editorial gets the per-post surface it needed all along.

Questions

Common questions about SleekView for Social Pug

Directly from wp_postmeta, primarily the dpsp_networks_shares serialized value plus any related dpsp_* keys Social Pug writes. The plugin's refresh schedule keeps maintaining the cache; SleekView only reads it.

 

Yes. The plugin was acquired and rebranded, but the underlying dpsp_* meta keys and the refresh logic stayed compatible. The table reads the same keys on both legacy and current installs without configuration changes.

 

Yes. Each per-network column supports equals, greater-than and less-than filters, so a Pinterest=0 view (or a Facebook>1000 view) takes one click. Filters compose, so Pinterest=0 plus post_type=post narrows further to blog posts only.

 

No. Social Pug refreshes the share-count cache on its configured schedule, so the numbers reflect the last successful refresh. SleekView surfaces a last-refresh column so reports stay honest about the age of every row.

 

Yes. Any filtered view exports as CSV with per-network columns, total shares, last-refresh timestamp and joined post fields. The CSV becomes the monthly distribution report or the briefing for an external content consultant.

 

No. The table reads the postmeta Social Pug already maintains. Refreshing counts stays the plugin's job through its scheduled jobs. SleekView is a read-only surface over the cache.

 

Yes. Pro adds networks and analytics features, all of which write to the same dpsp_* key family. New networks Pro enables appear as new columns in the table automatically.

 

Queries hit indexed columns on wp_posts (post_type, post_status, post_modified) and the indexed meta_key column on wp_postmeta. The serialized value unpack happens once per row during render, so even sites with thousands of cached posts stay responsive.

 

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