✨ 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 Super Socializer

SleekView reads the the_champ_* usermeta keys Heateor's Super Socializer writes for every linked social account and every per-user share total, and renders the dataset as a sortable, filterable grid inside WP Admin.

♾️ Lifetime License available

SleekView table view for Super Socializer

Login and share data, finally as a queryable user table

Heateor's Super Socializer captures two adjacent datasets per user: the linked-social-account record (network, first-login timestamp, OAuth token state) and the per-user share total through its share-button counters. Both live as the_champ_* usermeta keys. The default WordPress Users screen ignores both, and the Super Socializer settings panel handles configuration rather than reporting.

SleekView reads the same usermeta and renders a per-user audit grid that joins login and share signal. Each row is one user with linked network, first-login timestamp, OAuth token status and total shares triggered. Filter to LinkedIn-registered users, scope to expired tokens or sort by share count to find the most engaged social registrants. The Users screen finally exposes the social-registration data marketing has always needed.

The settings panel keeps owning configuration and front-end rendering; the table view owns the cross-user audit. Marketing builds outreach segments and compliance builds re-consent cohorts directly from the table rather than running raw SQL on usermeta.

Workflow

How SleekView surfaces Super Socializer data

1

Point at the the_champ_* meta

Pick wp_users joined to wp_usermeta on the_champ_login_data, the_champ_fb_details and the_champ_share_count, with linked network and OAuth status unpacked into native columns.
2

Compose the columns

Drag in Email, Network, First login, Token status, Total shares and Registered. Reorder, hide or rename any column without a custom manage_users_columns callback.
3

Filter and sort like a database

Filter to LinkedIn-registered users, scope to expired tokens or sort by share count. Composable filters land complex cohorts (high sharers with valid tokens on Facebook) in one query.
4

Save and gate the view

Name the view ("Outreach segment", "Re-consent queue", "Network mix by month") and gate it by capability so marketing, compliance and support each see the slice they need.

Sample columns

A typical Super Socializer social-login audit view

Users joined with the_champ_* usermeta keys. The same data Super Socializer writes per linked social account becomes a queryable per-user grid.
Source: wp_usermeta
Email Network First login Token status Total shares Registered
maria@example.com Facebook 2025-09-12 Valid 48 2025-09-12
jonas@example.com LinkedIn 2025-11-04 Expiring 12 2025-11-04
asha@example.com Google 2026-02-18 Valid 102 2026-02-18
leo@example.com Twitter 2024-06-30 Revoked 3 2024-06-30
renata@example.com Facebook 2026-04-22 Valid 2026-04-22

Comparison

Default Heateor admin vs SleekView

Default Heateor admin

  • Login data only visible by editing each user profile
  • Network mix per cohort requires raw SQL on usermeta
  • Share counts live as a counter inside profile screens, not a column
  • No filter for expired or revoked OAuth tokens in the plugin UI
  • No queryable surface to build outreach or re-consent segments

SleekView

  • Per-user rows with linked network, first login, token status and share count
  • Filter to LinkedIn-only, expired-token or high-share cohorts in a click
  • Sort by share count or registration date without custom column code
  • Saved views per role: marketing outreach, compliance re-consent, support audit
  • Same dataset the chart view reads, so table and dashboard stay in sync

Features

What SleekView gives you for Super Socializer

the_champ_* meta as real columns

Render linked network, first login, token status and share count as user-screen columns instead of opening one user profile at a time to read the_champ_ keys.

Composable cohort filters

Stack filters on network, token status, share count and registration date to land outreach segments and re-consent cohorts in one query.

Compliance-friendly token view

Filter to expired or revoked OAuth tokens so re-consent prompts target the right cohort. The plugin tracks the data; SleekView surfaces it.

Audience

Who uses SleekView for Super Socializer

Audience marketing

Filter by network and share count to build an outreach list of engaged social registrants. The CSV export is the campaign segment, ready to push into the email tool.

Compliance review

Scope the table to revoked or expiring tokens and target re-consent prompts at exactly that cohort, without hand-editing the_champ_ keys.

Support and ops

Look up a single user's linked network, token status and share count without opening the profile edit screen. Tickets resolve faster when the data lives on the Users grid.

The bigger picture

Why login and share data deserve more than a profile-edit screen

Super Socializer captures a complete social-registration record per user, plus the share counts those users trigger through the same plugin's share buttons. The data covers OAuth provider, first-login timestamp, token state and share volume per linked account, which is the dataset marketing actually needs for any meaningful social-growth review. The default surface, individual user profiles, makes that data invisible at any scale beyond a handful of accounts.

SleekView reads the same the_champ_* keys and renders them as a per-user grid with linked network, first login, token status and share count as native columns. Filters stack into one query, so outreach segments, re-consent cohorts and per-network audits become one-click saved views. The settings panel keeps owning configuration and the share-button rendering, while marketing, compliance and support each get a queryable view they previously had to build by hand.

Questions

Common questions about SleekView for Super Socializer

Directly from wp_usermeta on the the_champ_* keys Super Socializer writes per linked social account, plus the_champ_share_count for per-user share totals, joined to standard wp_users columns.

 

No. SleekView reads the same the_champ_ usermeta keys regardless of edition. The Pro version of Super Socializer adds providers and additional share-network options, all of which write to the same prefix and appear in the table automatically.

 

Yes. Any network value Heateor records in usermeta appears in the Network column automatically. New networks added in future plugin versions surface without configuration.

 

Yes. Token status is a native column and filter, with options for valid, expiring and revoked. Compliance teams build the re-consent cohort with one filter instead of running raw SQL.

 

Yes. Network is a native filter, sourced from the values Super Socializer writes. Useful when one campaign targets one OAuth provider for sign-ups.

 

Yes. Any filtered view exports as CSV with the_champ_ fields plus standard user columns. Marketing uses the CSV for outreach segments; compliance uses it for the audit log of token-status reviews.

 

No. SleekView is read-only on the data the plugin writes. Inline edits on standard wp_users columns are supported, but the the_champ_ token data and share counts stay under Super Socializer's control.

 

Queries hit indexed columns on wp_users and the indexed meta_key column on wp_usermeta for the_champ_* keys. Even sites with hundreds of thousands of users stay responsive because filters compose into one SQL query.

 

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