✨ 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 Open Graph tags: OG coverage as dashboards

The Wonderm00n Open Graph plugin stores per-post OG titles, descriptions, and image IDs as postmeta on every post, but its settings screen only shows defaults. SleekView Charts reads those same meta rows and turns them into KPIs, donuts, ranked bars, and coverage trend lines on one saved dashboard.

♾️ Lifetime License available

SleekView Charts dashboard for Open Graph for Facebook, Google+ and Twitter Card Tags

OG tag coverage deserves a real dashboard

The Open Graph plugin by Wonderm00ns lets editors override OG titles, descriptions, and image IDs per post. Each override is stored in wp_postmeta using keys like wonderm00n_open_graph_specific_og_title, wonderm00n_open_graph_specific_og_description, and wonderm00n_open_graph_specific_og_image_id. The settings screen exposes the global defaults but ships no editorial dashboard for tracking which posts actually have OG overrides, which post types lag, or how coverage trends over time.

SleekView Charts treats those overrides as the dataset they already are. Point a SleekView source at wp_postmeta, filter by the wonderm00n_open_graph_ meta keys, and join to wp_posts by post_id to get post titles, post types, and publish dates. From there a Number card counts posts with overrides, a Donut splits coverage by post type, a Horizontal Bar ranks post types missing OG images, and an Area chart traces coverage growth across publish dates.

The output stays untouched. The plugin keeps writing the same OG meta keys and rendering the same Open Graph tags in the head of every page, exactly as it does today. The chart dashboard sits on top as a reading layer, so editors and SEO leads finally see which posts have curated OG data, which need fixing, and how the share preview experience is trending site-wide without auditing posts one by one.

Workflow

From OG plugin meta to charts in four steps

1

Point SleekView at OG meta

Add a SleekView data source for wp_postmeta filtered by meta_keys that start with wonderm00n_open_graph_specific_. Join wp_posts on post_id so each OG row carries the post title, post type, and publish date alongside the override value.
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_type, and post_date as candidates you can group by or aggregate on inside the chart dashboard.
3

Add chart cards

Pick a chart type, choose post_type or meta_key as the grouping column, and count posts with overrides. Each card is its own saved query so the dashboard updates automatically as editors fill in more OG overrides over time.
4

Save and share

Save the chart view, scope it per role, and embed it on a frontend or internal admin page so editors and SEO leads can read OG coverage without opening the Open Graph plugin settings screen in WP admin themselves.

Sample dashboard

Charts you can build from OG plugin data

Four cards drawn from a single postmeta join: a KPI for overridden posts, a coverage donut by post type, a ranked bar of post types missing images, and an area chart of coverage growth.
Number · Default

Posts with OG overrides

A KPI counting distinct post_id values in wp_postmeta where meta_key equals wonderm00n_open_graph_specific_og_title across the entire site, with the previous period underneath for context on coverage growth.
Count(post_id)
Pie · Donut

OG coverage by post type

A donut split by post_type from wp_posts joined to wp_postmeta, counting which post types have wonderm00n_open_graph_specific_og_title overrides so the OG coverage mix is visible at a glance.
Count(post_id) group by post_type
Bar · Horizontal

Post types missing OG images

A horizontal bar ranking post types where wonderm00n_open_graph_specific_og_image_id is missing or zero, surfacing the post types whose share previews fall back to defaults instead of curated images.
Count(post_id) group by post_type
Area · Gradient

OG coverage by publish month

A gradient area chart aggregating posts with wonderm00n_open_graph_specific_og_title overrides by the post_date column on wp_posts, useful for spotting which months had the strongest editorial OG discipline.
Count(post_id) group by post_date

Comparison

Default Open Graph plugin settings vs SleekView Charts

Default Open Graph settings page

  • No site-wide totals; OG overrides are only visible on individual post edit screens
  • No coverage breakdown across post types or custom post types in one screen
  • No ranked list of post types missing curated OG images or descriptions
  • No trend visualisation of OG coverage across recent publishing periods
  • No saved per-role dashboard for editors or SEO leads to read coverage data

SleekView Charts

  • Chart cards built on the wp_postmeta rows the OG plugin already writes
  • Mix KPI total, post-type donut, missing-image bar, and coverage growth trend
  • Group by post_type to compare OG coverage across the entire site
  • Saved chart views scoped per role for editors, SEO leads, and agency clients
  • Output stays untouched: the plugin renders OG tags, SleekView only reads meta

Features

What SleekView Charts gives you for Open Graph for Facebook, Google+ and Twitter Card Tags

Post types side by side

Group postmeta by post_type so posts, pages, and custom post types sit next to each other instead of hidden behind individual edit screens. One donut answers which content type actually has curated OG data and which still relies on defaults.

Missing-image audit

Filter for posts where wonderm00n_open_graph_specific_og_image_id is empty or zero, then rank by post_type. The bar chart surfaces exactly where share previews fall back to defaults instead of curated artwork in the head tag output.

Coverage trends without exports

Aggregate overridden posts by post_date to see which months produced the strongest editorial OG discipline. The area chart shows the curve directly inside WP admin, no CSV exports or external SEO platform needed.

Audience

Who builds Open Graph chart dashboards with SleekView

SEO leads

A ranked bar of post types missing OG images tells the SEO lead exactly which content needs curated previews, while the coverage donut answers whether new post types are being included in the OG strategy at all.

Editorial teams

Group by post_type and count overrides to see whether editors are setting curated OG titles on every long-form piece. The dashboard turns OG hygiene into a visible, trackable editorial habit instead of a hidden field.

Agencies auditing clients

Build an OG coverage dashboard per client site and embed it on an internal admin page so account managers can audit share preview hygiene without opening every single post in the WordPress editor themselves.

The bigger picture

OG coverage that finally turns into editorial decisions

The Wonderm00n Open Graph plugin is a lightweight, reliable way to ship Open Graph tags from WordPress, but the per-post overrides it stores tend to sit in postmeta as rows nobody reads. The settings screen exposes the global defaults, and individual edit screens carry one override at a time. Neither view answers the questions SEO leads actually have: which post types have curated OG data, which still rely on defaults, how many posts are missing OG images, and whether coverage is trending up or down with each new publish.

SleekView Charts treats the same wonderm00n_open_graph_specific_ meta keys as the dataset they already are. A KPI for overridden posts, a donut by post type, a ranked bar of types missing images, and an area chart of coverage growth all sit on one saved dashboard. The plugin keeps writing the meta, the head tags keep rendering, and nothing about the OG output changes; what changes is that the coverage data finally turns into editorial decisions.

Questions

Common questions about SleekView Charts for Open Graph for Facebook, Google+ and Twitter Card Tags

No. The Open Graph plugin keeps writing its overrides to wp_postmeta and rendering OG tags in the head of every page. SleekView Charts is a reading layer on top of the same meta keys, not a replacement for the plugin or its settings panel.

 

SleekView reads the meta keys the plugin writes per post: wonderm00n_open_graph_specific_og_title, wonderm00n_open_graph_specific_og_description, and wonderm00n_open_graph_specific_og_image_id. You configure which keys participate in each chart card on the dashboard.

 

Yes. Group postmeta by post_type in a single Pie or Bar card and your dashboard shows every post type side by side. You can also add separate Number cards per post type for KPI-style headline coverage figures at the top of the page.

 

No. SleekView Charts only reads existing rows from wp_postmeta. It never alters the OG tag output, the plugin's defaults, or how the plugin writes meta on save, so your Open Graph configuration and head tag output stay exactly as you set them.

 

Yes. Saved chart views support role-based visibility, so SEO leads and editors can read the OG coverage dashboard while the rest of the site users see only what their role allows. The same scoping applies to frontend or internal embeds too.

 

Yes. Any saved SleekView chart view can be embedded on a frontend page or admin page with role-based access, which is how agencies share OG coverage dashboards with clients without giving them WordPress admin access at all.

 

Cards aggregate against wp_postmeta with indexed lookups, so dashboards stay quick even on sites with tens of thousands of posts and per-post OG overrides. SleekView caches expensive aggregates so chart loads stay fast on large content libraries too.

 

No. SleekView Charts reads the postmeta keys the free Open Graph plugin writes by default. No paid tier or add-on is required, and you do not need to change a single OG plugin setting to start building coverage dashboards on top of your existing 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