✨ 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 for Smash Balloon: feed cache & sync logs as tables

Smash Balloon caches Facebook, Instagram, Twitter, and YouTube feeds in WordPress transients and options. SleekView surfaces that cache, plus sync timestamps and embed inventory, as filterable, sortable, audit-ready tables.

♾️ Lifetime License available

SleekView table view for Smash Balloon

Feed cache, finally as a queryable table

Smash Balloon's four core plugins (Custom Facebook Feed, Instagram Feed, Custom Twitter Feeds, Feeds for YouTube) cache social content as serialized blobs in wp_options and as transients, with a handful of plugin-owned tables for sync state. There is no entries table, no per-item row store, just a refresh cycle that overwrites the cache when tokens are valid and silently fails when they aren't.

SleekView reads the cache the way the plugins do: it pulls the option blob, extracts last-sync timestamps, item counts, and source identifiers, and presents one row per feed across all four plugins. Stale-cache flags are computed from each feed's configured cache duration so a Facebook feed that hasn't refreshed in 48 hours surfaces as stale even when the option still exists. Failed-sync feeds (typically after a Meta or Google permission rotation) get their own filter chip so re-authorization queues are obvious.

The view is honest about its scope. Inventory and freshness audits, yes; row-level browsing of every Instagram post, only if your install caches posts as actual wp_posts rows or postmeta items, which most don't by default. SleekView is the audit and operations layer alongside Smash Balloon's admin, not a replacement for the plugins themselves.

Workflow

From four plugin admins to one feed table

1

Discover feed options

Point SleekView at the Smash Balloon option keys (sb_instagram_settings, cff_settings, ctf_settings, sby_settings). The agent UI extracts last-sync, item count, and source ID from the cached blobs in each.
2

Compute stale flags

Each feed has a configured cache duration. SleekView compares last-sync against that duration plus a margin and tags rows fresh, stale, or failed without any extra cron or polling job.
3

Inventory the embeds

Search post and option content for [instagram-feed], [custom-facebook-feed], [custom-twitter-feeds], and [youtube-feed] shortcodes. Pair them with the feed view so every embed has a known source and freshness state.
4

Triage failures

Filter to feeds with failed-sync status, group by source, and tackle the re-authorization queue in one pass. Most outages are token expiries that surface only when a homepage block goes empty.

Sample columns

A typical Smash Balloon feeds view

SleekView reads the plugin's local feed cache and any cached-post entries, surfacing source, last-sync, and item-count columns.
Source: wp_options + wp_postmeta (cached posts) + transients
Feed Source Items cached Last sync Status Embed
Brand IG Instagram 24 Apr 24 09:00 Fresh [instagram-feed]
Founder Tweets Twitter 30 Apr 24 08:55 Fresh [custom-twitter-feeds]
FB community Facebook 12 Apr 22 14:00 Stale [custom-facebook-feed]
Tutorials YT YouTube 0 Apr 12 10:43 Failed [youtube-feed]

Comparison

Default Smash Balloon admin vs SleekView

Default Smash Balloon admin

  • Feed cache is hidden in transients — no admin UI to inspect freshness
  • Each Smash Balloon plugin (FB, IG, Twitter, YT) has its own admin screen
  • No unified view of every feed on the site across all four sources
  • Failed-sync detection requires opening each feed individually
  • No exportable inventory of feeds and their shortcodes

SleekView

  • Unify all four Smash Balloon feeds (FB, IG, Twitter, YT) in one table
  • See last-sync time and stale-cache state at a glance
  • Inventory every feed with its embed shortcode for audit
  • Filter by failed-sync to find feeds that need re-authorization
  • Honest scope: feeds are a cache, not an entries table — covered as such

Features

What SleekView gives you for Smash Balloon

Cross-source feed inventory

Smash Balloon ships four plugins. SleekView gives you one table that lists every feed across Facebook, Instagram, Twitter, and YouTube, joined to the shortcodes that embed them on the site.

Cache freshness audit

See last-sync timestamps and stale-state flags for every feed. Catch feeds that broke after a token expiry before users complain about empty Instagram blocks on the homepage.

Failure triage

Filter feeds by failed-sync state to surface feeds that need re-authorization. Common after Meta or Google permission rotations and easy to miss without a cross-source view.

Audience

Who uses SleekView for Smash Balloon

Site editors

Inventory every feed embed across the site with its shortcode and source — useful before redesigns, content audits, or migrations where embedded blocks need to move with their content.

Maintenance teams

Spot feeds that haven't refreshed in days; re-authorize before the homepage shows an empty Instagram block. Stale and failed states are filter chips, not log entries to grep.

Compliance & audit

Document which third-party social sources are embedded on the site for cookie or data-flow review. The feed table is the source-of-truth list a privacy questionnaire actually asks for.

The bigger picture

Cached social feeds fail silently until they're audited

Social feeds embedded on a site are simultaneously high-visibility and weakly monitored. The homepage Instagram block is the kind of thing visitors notice when it's empty and nobody notices when it's stale. Token expiries, permission rotations on Meta or Google, and account restructures all silently break feeds without producing an admin notice that anyone reads.

The default Smash Balloon admin solves the configuration problem (set up a feed, configure caching, add a shortcode) and ignores the operational one (which feeds are healthy across the four plugins, right now). Without a unified audit surface, sites end up with a long tail of half-broken embeds, accidentally GDPR-non-compliant social embeds nobody documented, and re-authorization fire drills triggered by user reports rather than monitoring. SleekView gives operations a single feed table across Facebook, Instagram, Twitter, and YouTube with last-sync, freshness, and shortcode columns.

Maintenance teams catch token expiries before users do, compliance gets an inventory it can actually answer cookie-policy questions from, and editorial teams know which feeds to trust on which pages.

Questions

Common questions about SleekView for Smash Balloon

No. Feeds are cached, typically as transients or as a serialized blob in wp_options, with some sync-log tables for premium plugins. SleekView is honest about that. The view is a feed-cache and sync-log audit, not a feed-entries database. If your needs require row-level item history, you'd capture posts via a separate sync to a custom table.

 

If your install caches posts as actual wp_posts rows or as items in postmeta, yes. SleekView reads those. If they live only in transients, the value is the freshness audit, not row-level browsing. Most default Smash Balloon installs don't write per-post rows, so plan accordingly.

 

Custom Facebook Feed, Instagram Feed, Custom Twitter Feeds, and Feeds for YouTube — the four core plugins under the Smash Balloon brand. Each has its own option keys and its own caching pattern. SleekView pulls them into a unified view so the four plugins behave like one inventory in admin.

 

Refreshing a cache is a Smash Balloon plugin operation. SleekView surfaces freshness state but doesn't replace the plugin's own 'Clear cache' controls. You can add a row-action button that calls the plugin's clear-cache endpoint, but the actual refresh happens through Smash Balloon's normal path.

 

Inline edits make sense on local metadata, for example a 'reviewed' or 'replace by' column you add on top of the cached data. The cached items themselves are read-only mirrors of the source platform. Editing them in WordPress doesn't change anything on Instagram or Facebook because the source still owns the data.

 

No. It's an audit surface alongside it. Smash Balloon's UI is still where you configure feeds, set caching, and pick layouts. SleekView is where you inventory and monitor them, especially across multiple plugins. The two tools complement each other rather than overlap.

 

Smash Balloon writes error metadata into the feed's option payload when an API call fails. SleekView extracts that error string and tags the row failed when present. The exact key varies by plugin but each one persists at least the last-error timestamp and a code or message string SleekView can surface.

 

Yes. The feed view exports to CSV with last-sync, source, item count, status, and shortcode columns. Useful for compliance questionnaires that ask which third-party services are embedded site-wide and useful for redesign briefs that need a list of every embed currently in production.

 

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