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

SleekView reads the Super Socializer social login records that map every WordPress user to one or more provider identities, groups every row by the current link state, and lets an admin drag a card from Linked to Disconnected or Banned to revoke access without leaving the WordPress admin.

♾️ Lifetime License available

SleekView Kanban board for Super Socializer

Super Socializer logins need a board, not a flat list

Super Socializer stores social login data in user meta on the standard WordPress users table. Each user can carry meta entries for Facebook, Google, Twitter, LinkedIn, and other supported providers, each with a linked_at timestamp and a state of linked, disconnected, or banned. The default plugin admin shows a per-user list under each user, which works for inspection but hides the queue shape across the whole membership.

SleekView reads the wp_users table together with the Super Socializer meta values. The natural status column is the link state, with the user email, the provider name, the last login timestamp, and the provider identifier surfaced as card meta. The board can also be retargeted at per-provider views, useful when an admin needs to audit how many users actually authenticate through one social provider compared to another across the entire site.

Dragging a card calls the Super Socializer disconnect or rebind function, so the WordPress user state, the provider token, and any related social aggregation queue stay aligned. The plugin fires its normal link change hooks, so any custom listener that watches link or unlink events runs exactly as it would on a manual disconnect from the user profile edit screen. Failed writes snap the card back inline with the error visible to the admin.

Workflow

From Super Socializer data to a kanban board

1

Connect to Super Socializer data

Point SleekView at the Super Socializer table you want to visualize. The plugin stores rows in wp_usermeta or its meta companions, and SleekView reads them directly with no extra sync to babysit.
2

Pick the status column to group by

Choose the ss_link_status column as the kanban grouping. SleekView reads the distinct values currently on rows and builds one column per value in the order you arrange them.
3

Choose what shows on each card

Pick the fields that make a card useful at a glance. Most Super Socializer boards show the user, provider, last login, and provider id. Anything on the record is selectable without writing template code.
4

Enable drag-and-drop writeback

Turn on writeback and dragging a card updates ss_link_status on the record. SleekView fires the same the_champ_link_changed hook the plugin uses, so emails, webhooks, and reminders stay attached.

Sample board

Sample Super Socializer social links board

A community admin reviews the active provider links, the pending ones waiting for first login, the disconnected accounts kept for audit, and the banned identities flagged for review.
Linked
2,143
anna@studio.co linked Facebook
last login 3 hours ago
ben@inkpot.co linked Twitter
last login yesterday afternoon
ravi@kelp.io linked LinkedIn
last login 2 days ago
Pending
17
mia@brick.dev pending Google
linked, no login yet
casey@orbit.dev pending Twitter
linked, no login yet
ops@cedar.io pending Facebook
linked, no login yet
Disconnected
51
lee@frame.work removed Facebook
user disconnected last week
diego@arc.app removed LinkedIn
token expired, no relink
jo@notion.run removed Twitter
user disconnected, audit
Banned
12
nina@vega.tv banned Facebook
banned, abuse pattern match
ali@dune.fm banned LinkedIn
banned, throwaway identity
vik@granite.io banned Twitter
banned, prior ban return

Comparison

Default Super Socializer admin vs SleekView Kanban

Default Super Socializer

  • Per-user provider list, no overview of link state across the membership in one screen
  • Disconnecting a provider needs opening each user profile and unlinking by hand once
  • Card fronts do not exist, provider identifier and last login are not visible together
  • Per provider audit lives on a separate plugin screen with no shared board across users
  • Daily moderation reviews end up exported to CSV when the link queue gets backed up at all

SleekView Kanban

  • Native read of Super Socializer user meta with link state on every provider entry
  • Drag a card to disconnect or rebind, firing the same Super Socializer hooks as admin
  • Card front shows user email, provider, last login, and provider id for fast audit
  • Filter the board by provider, role, or any custom user meta the rest of the site has
  • Lives next to the Super Socializer admin, no duplicate database, no separate workers

Features

What SleekView Kanban gives you for Super Socializer

Provider link health at a glance

See the count of records in each state the moment the board loads. Super Socializer usually buries this behind list filters, but the kanban surface puts it up front so a manager can spot a pile-up in seconds.

One board per record type

Build a separate kanban per Super Socializer table. Pair a links board by state with a per-provider board grouped by provider name. Each board remembers its own card template and column order.

Drag-and-drop writeback

Cards do not just show pretty data. Drop one in a new column and SleekView writes back to the Super Socializer record, runs the same hooks the admin uses, and the WordPress user state stays aligned with every card move.

Audience

What teams build with SleekView and Super Socializer

Provider link audit

Open the links board and drag stale rows to Disconnected. The default Super Socializer admin never aggregates link state across the membership this clearly in a screen.

Compromised identity sweep

Filter by provider and sweep through every Facebook or Twitter link, dragging suspicious rows to Banned. The Super Socializer hooks fire the same way a manual disconnect would.

Provider mix dashboard

Group by provider name and you get a live count of how many users connect through each provider, useful for product decisions on which providers to keep or sunset.

The bigger picture

Why a kanban view fits Super Socializer well

Super Socializer ties WordPress accounts to multiple social identities and aggregates social activity around posts. The trouble with the default admin is that the link state is exposed per user, which works for inspecting one account but never gives an admin the overall shape of social authentication on the site. A daily review on the per user pages turns into clicking profile after profile and reading provider sections one at a time.

With SleekView Kanban the link queue is the interface. Active links fill the main column, pending links sit waiting for the first login, and disconnected or banned links stay archived to the right. Drag-and-drop writeback fires the same Super Socializer hooks the admin uses, so any related role mapping, any login redirect logic, and any custom listener on link or unlink events all continue to run exactly as they would on a manual edit from the WordPress user profile screen.

Questions

Common questions about SleekView Kanban for Super Socializer

Both. SleekView reads Super Socializer tables and the ss_link_status column at the database level, so whichever tier you run the board still builds. Paid add-ons that add custom fields or extra status values are picked up automatically because SleekView scans the live schema on render.

 

SleekView calls the Super Socializer disconnect and rebind functions, which fire the same hooks the admin uses on a manual link change. Any custom listener you have on the_champ_link_changed runs exactly as if you had unlinked the provider from the standard user profile screen.

 

Yes. Card layouts are per board. A links board can show email, provider, last login, and provider id. A provider mix board can show provider name, user count, and last activity. Each board remembers its own card template so the team does not reconfigure when switching contexts.

 

Yes. SleekView respects every WordPress capability check Super Socializer registers. A user who can view but not edit other users can drag a card to inspect, but the writeback only fires for users with the same capabilities the user edit screen would enforce on a manual save action.

 

Add the value in Super Socializer the way you normally would, by adding a new link state through the plugin filters. SleekView picks it up on the next board load because columns are derived from the distinct meta values present on rows, not from a hard coded enum at all.

 

No. SleekView paginates cards per column instead of loading every link up front. The board fetches counts via an indexed meta query, and each column loads a window of cards on demand, so even a site with hundreds of thousands of social links stays responsive on standard hosting.

 

Yes. Any Super Socializer related table with a status like column is a valid board. The social comment table, the share counter rows, and any custom user meta tables the plugin adds work the same way as the main user links board does on the social login surface.

 

It stays in sync because there is no separate database. SleekView reads the same Super Socializer user meta the admin reads. Changes on the kanban appear in the per user provider list immediately, and edits from the admin appear on the next board refresh without cron sync.

 

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