✨ 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

Heateor's Super Socializer scatters social login data across the_champ_* usermeta keys. SleekView pulls them into one structured WP Admin table with network, first-login date, share counts, and token state per row.

♾️ Lifetime License available

SleekView table view for Super Socializer

Super Socializer scatters login data across usermeta

Heateor's Super Socializer plugin records every linked Facebook, Google, LinkedIn, or Twitter account inside the user's usermeta with keys like the_champ_fb_details, the_champ_login_data, and matching share counts. The default WordPress Users screen ignores all of it, so admins lose visibility into who logged in through which network and how active those social registrations actually are.

SleekView turns the scattered meta into a structured table with one row per social-login record: user ID, email, network (Facebook, LinkedIn, Google, Twitter), first-login date, shares triggered, and token status. The columns come straight from the keys Super Socializer already writes, so any new network the plugin enables appears in the grid automatically. Network breakdown stops being a SQL exercise and becomes a sortable column.

The Shares Triggered column is the one that turns the registry into something marketing actually wants to see. Super Socializer tracks per-user share totals; the standard plugin UI does not pivot them next to the network they registered through. The grid does. A LinkedIn registration that has triggered four shares is a real signal; a Twitter registration that has triggered zero shares since 2025-09 is a different signal. Both are visible at a glance, which is the kind of view marketing previously had to build a custom report to get.

Workflow

From the_champ_* meta to one social registry

1

Read the_champ_ keys

SleekView reads the_champ_fb_details, the_champ_login_data, and the related share-count keys Super Socializer writes. Standard usermeta queries, no extra schema.
2

Pivot by network

Group by network so Facebook, LinkedIn, Google, and Twitter records each get a filterable view. Marketing sees the real social mix in one grid.
3

Surface share counts

Add the share-count column next to the network so engaged registrations stand out from dormant ones. The data is already there; the grid surfaces it.
4

Export the audit

Filter to a network or a token state, export to CSV, and hand it to outreach or compliance without rewriting the SQL or running it from phpMyAdmin.

Sample columns

Social login records

Compiled from the_champ_* usermeta keys that Super Socializer writes whenever a visitor authenticates through a network.
Source: wp_usermeta (the_champ_* keys)
Array Array Array Array Array Array
204 rena@example.com Facebook 2025-12-08 37 Array
318 kai@example.com LinkedIn 2026-01-22 4 Array
401 noor@example.com Google 2026-04-09 12 Array
522 sam@example.com Twitter 2025-09-30 0 Array

Comparison

Super Socializer admin vs SleekView

Heateor default

  • Social login data only visible by editing each user profile
  • No way to compare share activity across users in one screen
  • Network breakdown requires raw queries on the usermeta table
  • Cannot filter by login method or first-login timestamp
  • Bulk cleaning of stale tokens means hand-editing meta keys

SleekView

  • One row per linked account, no profile clicking
  • Sort by network, first-login date, or share count
  • Inline edit emails attached to social registrations
  • Filter to active networks for clean reporting
  • Export the social login audit as CSV

Features

What SleekView gives you for Super Socializer

Network breakdown

Group rows by Facebook, LinkedIn, Google, or Twitter to see your real social-registration mix. Marketing reports stop being SQL output.

Share activity

Surface the per-user share counts Super Socializer tracks alongside each registration. Engaged users separate from dormant ones in one column.

Token cleanup

Spot revoked tokens and clean them up without editing the_champ_ usermeta keys by hand. The cohort that needs a prompt is one filter away.

Audience

Where Super Socializer admins lean on SleekView

Audience reporting

Show marketing which social network actually brings new registrations and which produces the most subsequent shares per user.

Compliance review

Identify users with revoked tokens that may need re-consent prompts. The grid surfaces them; the usermeta no longer hides them.

Targeted outreach

Filter by network and last-share date to send re-engagement emails to a specific audience without touching the user list export.

The bigger picture

Why scattered usermeta needs a registry

Super Socializer is unusual among social-login plugins in that it doubles as a sharing plugin: it tracks both who registered through which network and how many shares they triggered afterwards. That pairing makes the dataset uniquely valuable for marketing, but only if it is queryable. As long as it lives as serialized arrays under a half-dozen the_champ_ meta keys, the value is locked away.

Querying that data with raw SQL works once but does not scale to a recurring report or to a multi-stakeholder team. Marketing wants the network mix; security wants the revoked tokens; outreach wants the dormant LinkedIn cohort with valid grants. Three teams, one dataset, none of which Heateor's UI exposes as a list.

SleekView's job is to read the keys Super Socializer already maintains and present them as a structured registry that all three teams can filter and export from. That is the difference between knowing social login is enabled and knowing what it is actually producing for the business.

Questions

Common questions about SleekView for Super Socializer

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. New networks appear in the SleekView filter dropdown automatically when at least one linked account exists.

 

No. SleekView is read-first by design and only writes when you explicitly inline-edit a column like email or display name. The Heateor settings, the network configuration, the OAuth credentials, and the front-end share buttons are all owned by Super Socializer and never touched by the grid.

 

Yes. Super Socializer tracks per-user share totals through its own counter meta and SleekView pivots them in as a sortable column. Marketing finally sees Engaged Lena with 37 Facebook shares next to Dormant Sam with zero Twitter shares, in the same grid, which is the comparison they always wanted.

 

Yes. Any network Heateor records in usermeta is surfaced automatically. The list of networks Super Socializer ships with covers the major OAuth providers, and any future addition writes to the same key prefix, so SleekView picks it up without configuration.

 

Yes. CSV export honors any filters or sorts in the current view. A common export is network equals LinkedIn plus shareCount greater than zero, which produces the exact cohort marketing wants to enrich for outbound campaigns.

 

No. SleekView paginates and lazy-loads rows so even tens of thousands of records stay snappy. The query hits standard usermeta indexes; if your site has a large wp_usermeta table already, SleekView does not make it slower because it requests only the rows on the current page.

 

No. Tokens are reduced to a Valid, Expiring, or Revoked status indicator just like every other secrets field SleekView handles. Admins never see the raw access tokens, which is both a security guarantee and a compliance one for SOC 2 and ISO reviews.

 

Indirectly. SleekView produces the filtered cohort and exports it; the actual re-engagement happens in your email tool. Filter by network, by token state, and by last-share date, export, and feed the CSV to whichever ESP or marketing automation you already use.

 

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