✨ 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 USM Icons: clicks as dashboards

Ultimate Social Media Icons drops share and follow icons on every post, but offers no in-admin click reporting on top of what your site logs locally. SleekView Charts reads any USM-related click meta and turns it into KPIs, network donuts, ranked bars, and trend lines on a single saved dashboard.

♾️ Lifetime License available

SleekView Charts dashboard for Ultimate Social Media Icons

Share icon clicks deserve a real dashboard

USM Icons (the "Ultimate Social Media Icons" plugin by UltimatelySocial) renders share and follow icons across the site but offers no detailed in-admin reporting on top of the count files it stores. Most installs that care about clicks add a small custom hook to record clicks into wp_postmeta under a key like usm_clicks_ or a custom log table.

SleekView Charts reads either path. Point a SleekView source at wp_postmeta filtered by your usm_clicks_ meta keys (or at a custom log table), then join to wp_posts on post_id for titles and publish dates. From there a Number card totals clicks, a Donut splits them across networks, a Horizontal Bar ranks top posts, and an Area chart trends activity over time.

The icons themselves are untouched. The USM plugin keeps rendering buttons exactly as configured in its settings, and the lightweight tracking hook keeps writing its meta key on each click event. The chart dashboard is purely a reading layer on top of whatever data is already stored, so editors finally get to see which posts and which networks actually move readers to share.

Workflow

From USM click logs to charts in four steps

1

Point SleekView at the click data

Add a SleekView data source for the USM click postmeta or custom log table. Join wp_posts on post_id so each click row carries the post title and publish date for grouping and ranking inside chart cards.
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 breakdowns or post_id for ranking, and sum meta_value to total clicks. Each card runs its own query so the dashboard refreshes as new click events are recorded.
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 click-through data without ever opening the USM Icons settings screen in WP admin.

Sample dashboard

Charts you can build from USM click data

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

Total icon clicks

A KPI summing meta_value across all usm_clicks_ keys in wp_postmeta, with the previous period rendered underneath for context and momentum reading inside the WordPress admin area.
Sum(meta_value)
Pie · Donut

Clicks by network

A donut split across the usm_clicks_facebook, usm_clicks_twitter, usm_clicks_pinterest, usm_clicks_linkedin, and usm_clicks_email keys so the network mix driving clicks is visible at a glance.
Sum(meta_value) group by meta_key
Bar · Horizontal

Top posts by icon clicks

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

Daily click trend

A gradient area chart aggregating click meta by post_date on wp_posts, useful for matching publication days with click momentum and aligning content campaigns to activity peaks.
Sum(meta_value) group by post_date

Comparison

Default USM Icons reporting vs SleekView Charts

Default USM Icons settings

  • No built-in in-admin click reporting beyond what you log yourself
  • No site-wide totals or aggregation across all posts
  • No network breakdown that ranks every USM-supported network
  • No historical click trend across publishing periods or campaigns
  • No saved per-role dashboard or frontend embed for stakeholders

SleekView Charts

  • Configurable chart cards built on usm_clicks_ meta keys in postmeta
  • Mix KPI total, network donut, top-posts bar, and trend chart 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
  • Icons stay untouched: USM keeps rendering buttons, SleekView only reads

Features

What SleekView Charts gives you for Ultimate Social Media Icons

Adds reporting USM lacks

USM Icons focuses on rendering social icons, not analytics. SleekView Charts fills the gap by reading any click meta or log table your install records and rendering it as in-admin dashboards anyone on the team can reach.

Networks ranked together

Group postmeta by meta_key so Facebook, X, Pinterest, LinkedIn, and email click counts sit next to each other in a donut. One glance shows which network is actually pulling clicks from your readers.

Read-only for editors

Save chart views, scope them per role, and embed them on a frontend page so editors and clients see weekly click data without needing access to the USM settings screen or the broader WP admin area.

Audience

Who builds USM Icons dashboards with SleekView

Bloggers and editors

A top-posts bar shows which articles actually move readers to share, while the network donut answers which platforms deserve a stronger push in next month's editorial calendar.

Content marketers

Group by category and sum usm_clicks_ meta to see which topic clusters earn the most clicks, then plan the next campaign around the formats and topics that consistently move the needle.

Agencies on client sites

Build a USM Icons click 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 USM settings screen.

The bigger picture

Adding the analytics USM Icons never shipped

Ultimate Social Media Icons is widely deployed because it makes adding sharing and follow icons trivially easy, but the plugin's reporting story has always been thin. Most teams that want to know which post and which network actually drives clicks end up writing a tiny custom hook that stores increments into postmeta, then have nowhere good to read those values back. The data sits there, recorded faithfully on every click, but invisible inside WP admin.

SleekView Charts treats that postmeta as the dataset it already is. A KPI for total clicks, a donut for the network mix, a top-posts bar, and a publish-date trend all sit on one saved dashboard. The icons keep rendering, your hook keeps logging, and nothing about the recording side changes; what changes is that the data finally becomes visible and useful inside the same WordPress admin where editors and clients already work.

Questions

Common questions about SleekView Charts for Ultimate Social Media Icons

USM Icons focuses on rendering icons and does not ship rich click analytics by default. Most installs add a tiny custom hook that writes click increments into wp_postmeta. SleekView Charts then reads whatever meta key your install uses to surface the data as charts.

 

You configure the meta keys per chart card on the SleekView source. The conventional pattern is usm_clicks_facebook, usm_clicks_twitter, and so on, but any consistent prefix works. SleekView reads whatever your install records without imposing a naming scheme.

 

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

 

No. SleekView Charts only reads existing rows from wp_postmeta with indexed lookups. The USM icons themselves run separately on the front end, and dashboards stay quick even on sites with tens of thousands of posts and long click histories.

 

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 clicks, all from the same USM click meta without any extra plugin.

 

Yes. Saved chart views support role-based visibility, so editors and SEO leads can read click 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 USM Icons click data with clients without giving them WP admin access.

 

No. SleekView Charts reads the meta keys your install writes on click events, regardless of which USM Icons tier you use. Even free USM Icons combined with a small custom hook is enough to populate the dashboard with usable click 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