✨ 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 AddThis: share clicks as dashboards

AddThis renders share buttons everywhere but its native analytics live behind an external dashboard with limited filtering. SleekView Charts reads any locally captured share events plus per-post counts and turns them into KPIs, network donuts, ranked bars, and trend lines.

♾️ Lifetime License available

SleekView Charts dashboard for AddThis Share Buttons

Share button activity deserves an in-admin dashboard

AddThis ships rich share buttons that drop into posts and pages, but its native reporting redirects you to a third-party dashboard that has been winding down since Oracle's deprecation announcements. Per-post counts that the plugin stores in wp_postmeta rarely surface anywhere useful inside the WordPress admin itself.

SleekView Charts pulls those AddThis-related meta values back into WordPress. Point a SleekView source at wp_postmeta, filter on addthis_-prefixed keys (or whichever meta key your custom AddThis tracking captures), and join to wp_posts for titles and publish dates. A Number card totals shares, a Donut splits by network, a Horizontal Bar ranks posts, and an Area chart trends shares over time.

The buttons themselves stay exactly as AddThis configured them. The chart dashboard sits on top of whatever per-post share counters you have set up locally, so editors finally get a network-by-network and post-by-post answer without depending on a fading external dashboard. Even partial data, recorded via a small custom hook on AddThis click events, is enough to power a full SleekView chart view.

Workflow

From AddThis events to charts in four steps

1

Point SleekView at AddThis meta

Add a SleekView data source for wp_postmeta filtered by the AddThis meta_keys your install captures, then join wp_posts on post_id so each share row carries the post title and publish date for grouping.
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 candidates you can group by or aggregate on.
3

Add chart cards

Pick a chart type, choose meta_key for network breakdowns or post_title for ranking, and sum meta_value for share totals. Each card runs its own query so the dashboard refreshes automatically as new clicks are logged.
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 can read share activity without depending on the AddThis external analytics dashboard.

Sample dashboard

Charts you can build from AddThis 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 daily trend of share activity.
Number · Default

Total share clicks

A KPI summing meta_value across all AddThis 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 the AddThis network meta keys (facebook, x, pinterest, linkedin, email) so the network mix driving your shares is visible at a glance across the entire site.
Sum(meta_value) group by meta_key
Bar · Horizontal

Top posts by share clicks

A horizontal bar ranking posts by the share counts stored in their AddThis meta, joined to wp_posts so post titles render on the axis instead of opaque numeric IDs.
Sum(meta_value) group by post_id
Area · Gradient

Daily share trend

A gradient area chart of share counts aggregated by post_date from wp_posts, useful for matching publication days with share momentum and content campaign timing.
Sum(meta_value) group by post_date

Comparison

Default AddThis reporting vs SleekView Charts

AddThis external dashboard

  • External dashboard, not visible inside the WordPress admin area
  • Per-post counts stored as meta but never surfaced in WP admin
  • No combined network breakdown ranked across the entire site
  • No saved per-role dashboard for editors, SEO leads, or clients
  • No frontend embed for readers and stakeholders without admin access

SleekView Charts

  • Configurable chart cards built on AddThis meta keys in wp_postmeta
  • Mix KPI total, network donut, top-posts bar, and daily trend on one dashboard
  • Group by meta_key for a full network breakdown across all posts
  • Saved chart views scoped per role for editors, SEO leads, and clients
  • Buttons stay untouched: AddThis writes the share counts, SleekView only reads

Features

What SleekView Charts gives you for AddThis Share Buttons

Pull AddThis data back in-house

Stop relying on an external dashboard that ships in deprecation mode. SleekView reads whatever AddThis-related meta lives in your WordPress install and renders it as charts the whole team can reach inside WP admin.

Network mix on one screen

Group postmeta by meta_key so Facebook, X, Pinterest, LinkedIn, and email counts sit next to each other in a donut, answering which network is actually doing the work and which deserves a content push.

Stays inside your site

All aggregation happens locally on the same MySQL database that powers your WordPress install. No external service is required to read, render, or share dashboards, so client data never leaves your control.

Audience

Who builds AddThis share dashboards with SleekView

Editorial teams

A top-posts bar tells the editorial team which articles get shared, while the donut answers which platforms deserve more focus, all from data the AddThis dashboard now buries.

Agencies on client sites

Build a SleekView dashboard per client, embed it on a private admin page, and deliver weekly social-share reports without needing access to the deprecated AddThis platform.

Content marketing leads

Group by post category or tag and sum AddThis share meta to see which topic clusters drive the most shares, then plan the next campaign around what actually works.

The bigger picture

AddThis is winding down; your data does not have to

AddThis still lives on millions of WordPress sites, but its external analytics dashboard has been quietly shrinking since Oracle's deprecation announcements, and editors who built habits around those reports keep finding less to see each quarter. The per-post share counts and any click data captured locally tend to sit in postmeta with no in-admin reporting on top. SleekView Charts treats that meta as the dataset it already is.

A KPI for total share clicks, a donut for the network mix, a top-posts bar, and a daily share trend all sit on one saved dashboard inside WP admin. The buttons keep rendering as AddThis configured them, the data stays inside your site instead of an external service, and editors finally get to answer which content and which networks are actually driving shares without depending on a third-party platform that may not exist next year.

Questions

Common questions about SleekView Charts for AddThis Share Buttons

It does not replace the buttons or the AddThis integration itself. SleekView Charts is a reading layer that surfaces whatever AddThis share data your site stores in wp_postmeta as in-admin chart dashboards, so you no longer depend on the external AddThis platform for reporting.

 

SleekView reads whatever meta keys your site stores. The classic AddThis WordPress plugin and common AddThis tracking snippets write counts to keys prefixed with addthis_ on wp_postmeta. You configure the exact keys per chart card on the SleekView source.

 

Yes. Group postmeta by meta_key in a single Pie or Bar card and the dashboard shows every AddThis network side by side. You can also build separate Number cards per network for KPI-style headline figures at the top of the page.

 

No. SleekView only reads existing rows from wp_postmeta. The AddThis buttons keep rendering exactly as configured in your theme or AddThis settings, and click tracking continues unchanged whether the buttons use the legacy script or your custom hook.

 

SleekView reads whatever data your site already has. If you replace the AddThis fetch with a simple meta increment on click, SleekView keeps reading the same meta keys and the dashboard keeps rendering without changes to the chart cards themselves.

 

Yes. Saved chart views support role-based visibility, so editors and SEO leads can read the share dashboard while the rest of the team sees only what their role allows. The same scoping applies to frontend embeds for client portals.

 

Yes. Any saved SleekView chart view can be embedded on a frontend page or admin page with role-based access, so clients can read share data without needing the AddThis external dashboard or any WordPress admin access at all.

 

No. SleekView Charts aggregates locally against wp_postmeta with indexed lookups. The AddThis buttons themselves run separately on the front end, and dashboards remain quick even on sites with tens of thousands of posts and long click histories.

 

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