✨ 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 Charts for Sassy Social Share: dashboards

Sassy Social Share renders share buttons and stores per-post share counts in postmeta, but the plugin shows no historical trend or site-wide network breakdown. SleekView Charts reads the same meta and turns it into KPIs, donuts, ranked bars, and trend lines on one saved dashboard.

♾️ Lifetime License available

SleekView Charts dashboard for Sassy Social Share

Sassy Social Share counts deserve a dashboard

Sassy Social Share by Heateor records share counts per post per network using postmeta keys such as _heateor_sss_facebook_share_count, _heateor_sss_twitter_share_count, and _heateor_sss_pinterest_share_count. The settings screen lets you toggle networks and styles, but provides no analytics dashboard, no top-posts ranking, and no historical trend.

SleekView Charts reads wp_postmeta directly. Filter on the _heateor_sss_ meta keys, join to wp_posts by post_id for titles and publish dates, and every card type becomes possible. A Number KPI sums totals across networks, a Donut splits the network mix, a Horizontal Bar ranks the top-shared posts, and an Area chart trends activity against the post_date column.

The buttons keep rendering exactly as Sassy Social Share configured them, and the plugin's own count fetcher keeps writing the same meta keys it always has. The chart dashboard is a pure reading layer on top of that data, letting editors and marketers finally answer which posts and which networks drive shares without exporting CSVs or chaining external analytics services.

Workflow

From Sassy meta to charts in four steps

1

Point SleekView at Sassy meta

Add a SleekView data source for wp_postmeta filtered by _heateor_sss_ prefixed meta_keys. Join wp_posts on post_id so each row carries the post title and publish date for chart-card groupings and ranking.
2

Switch the view to Charts

Flip the saved view from Table to Charts. SleekView reads the available columns and offers meta_key, meta_value, post_title, and post_date as columns you can group by or aggregate on for each card.
3

Add chart cards

Pick a chart type, group by meta_key for network mix or post_id for ranking, and sum meta_value for share totals. Each card runs its own query so the dashboard updates as Sassy Social Share records new shares.
4

Save and share

Save the chart view, restrict it per role, and embed it on a frontend page or admin dashboard so editors and clients read share data without ever opening the Sassy Social Share settings screen in WP admin.

Sample dashboard

Charts you can build from Sassy data

Four cards from a single postmeta query: a KPI of total shares, a donut by network, a ranked bar of top posts, and a publish-date growth trend.
Number · Default

Total Sassy shares

A KPI summing meta_value across all _heateor_sss_ share count meta keys in wp_postmeta, with the previous period rendered underneath for context and quick momentum reading.
Sum(meta_value)
Pie · Donut

Shares by network

A donut split across _heateor_sss_facebook_share_count, _heateor_sss_twitter_share_count, _heateor_sss_pinterest_share_count, and _heateor_sss_linkedin_share_count so network mix is clear.
Sum(meta_value) group by meta_key
Bar · Horizontal

Top posts by total shares

A horizontal bar ranking posts by the combined value across _heateor_sss_ network meta keys, joined to wp_posts so the axis shows post titles rather than opaque numeric post IDs.
Sum(meta_value) group by post_id
Area · Gradient

Shares trend by publish month

A gradient area chart aggregating _heateor_sss_ totals by the post_date column on wp_posts, useful for spotting which publishing months produced the most shareable content.
Sum(meta_value) group by post_date

Comparison

Default Sassy reporting vs SleekView Charts

Default Sassy settings screen

  • No analytics dashboard inside the Sassy Social Share settings screen
  • No site-wide totals aggregated across all posts and pages
  • No network breakdown ranked across every network at once
  • No historical trend chart of shares over publishing periods
  • No saved per-role dashboard or frontend embed for stakeholders

SleekView Charts

  • Configurable chart cards built on _heateor_sss_ meta keys
  • Mix KPI total, network donut, top-posts bar, and growth trend on one screen
  • Group by meta_key for a full network breakdown across the site
  • Saved chart views scoped per role for editors, SEO leads, and clients
  • Buttons stay untouched: Sassy writes the meta, SleekView only reads

Features

What SleekView Charts gives you for Sassy Social Share

Networks ranked together

Group Sassy postmeta by meta_key so Facebook, X, Pinterest, and LinkedIn counts sit next to each other in a single donut. One glance shows which network is actually doing the work on your content.

Growth trends in-admin

Aggregate _heateor_sss_ totals by post_date and the area chart shows how share activity moves with each publishing month. No CSV exports, no analytics platform, just the data Sassy already records.

Client-friendly reports

Save chart views, scope them per role, and embed them on a frontend page or client portal so stakeholders see weekly share progress without needing access to the Sassy Social Share settings screen.

Audience

Who builds Sassy dashboards with SleekView

Editorial teams

A top-posts bar shows which articles audiences actually share, while the network donut answers which platforms deserve more focus in the next month's editorial plan or social calendar.

Content marketers

Group by category and sum _heateor_sss_ share meta to see which topic clusters earn the most shares, then plan the next campaign around formats and topics that consistently perform.

Agencies on client sites

Build a Sassy Social Share dashboard per client and embed it on a private frontend page so clients see weekly progress without needing access to the WordPress admin area or Sassy settings.

The bigger picture

Adding the dashboard Sassy never shipped

Sassy Social Share is one of the most popular share button plugins for WordPress and records share counts diligently on every post in postmeta. The plugin focuses on rendering buttons and offers no analytics dashboard, so all of that data sits invisible inside the database. Editors who want to know which posts pulled the most shares last quarter, which network is over-indexed, or which categories deserve more attention end up either exporting CSVs or staring at long post-by-post lists.

SleekView Charts treats the _heateor_sss_ meta keys as the dataset they already are. A KPI for total shares, a donut for the network mix, a top-posts bar, and a publish-date trend all sit on one saved dashboard inside WP admin. The buttons keep rendering, Sassy keeps writing the meta, and nothing about recording changes; what changes is that the data finally turns into editorial decisions and reports stakeholders can actually read.

Questions

Common questions about SleekView Charts for Sassy Social Share

No. Sassy Social Share keeps managing button styles, networks, and counts from its settings screen. SleekView Charts adds a chart-based reading layer on top of the meta values Sassy already writes, useful for editors and clients who need analytics.

 

SleekView reads the meta keys Sassy Social Share writes by default, including _heateor_sss_facebook_share_count, _heateor_sss_twitter_share_count, _heateor_sss_pinterest_share_count, _heateor_sss_linkedin_share_count, and other per-network keys.

 

Yes. Group postmeta by meta_key in a single Pie or Bar card and the dashboard shows every Sassy-supported network side by side. You can also add separate Number cards per network for KPI-style headline figures.

 

No. SleekView only reads existing rows from wp_postmeta. It never triggers Sassy's count refresh logic or alters how the plugin records share events, so the recording side stays exactly as Heateor configured it.

 

Yes. SleekView lets you filter the postmeta source by joined taxonomy columns. Build separate dashboards per category to see which sections of the site earn the most shares, all from the same Sassy meta without any extra plugin.

 

Yes. Saved chart views support role-based visibility, so editors and SEO leads can read share dashboards while authors or subscribers see only what their role allows. The same scoping applies to embedded frontend dashboards for client portals.

 

Yes. Any saved SleekView chart view can be embedded on a frontend page or admin page with role-based access, useful for agencies who want to share Sassy reports with clients without giving them WP admin access at all.

 

No. SleekView Charts reads the postmeta keys the free Sassy Social Share plugin already writes. No paid add-on is required, and you do not need to change Sassy settings to start building chart-based share dashboards on top of the data.

 

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