✨ 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 Instagram: feeds and sources as tables

Smash Balloon's free Social Photo Feed stores feed configurations and connected sources in its own tables (wp_sbi_feeds, wp_sbi_sources) plus serialised settings in wp_options. SleekView reads those rows and pivots them into a real feeds workspace with token status, cache age, and source handle as first-class columns.

♾️ Lifetime License available

SleekView table view for Smash Balloon Social Photo Feed

Smash Balloon feeds on one screen, not three admin tabs

Smash Balloon Social Photo Feed (the free version) writes feed configurations into wp_sbi_feeds with connected sources in wp_sbi_sources. The plugin caches fetched posts using transient or table-based caches depending on settings. Global plugin config lives in wp_options under the sbi_settings key. The default admin paginates feeds with a fixed column set, keeps sources on a separate tab, and surfaces cache and token data inside individual feed-edit screens. That is fine for a single-site setup with one feed; agencies and multi-feed sites need the data visible across feeds at once.

SleekView reads the Smash Balloon tables directly. Feed name, layout, columns, source account, cache duration, last-refresh, and feed status all become first-class columns. Connected sources surface as a separate view with account handle, last sync, token-expiry, and post-count cached. Saved views like feeds last refreshed over 24 hours ago, sources with tokens expiring in 30 days, or feeds set to a stale layout load with one click.

Inline edits route through Smash Balloon's own update functions where they exist (feed config, layout, cache duration). Row-level cache clears call Smash Balloon's documented cache-clear hook so the next page view rebuilds the feed cleanly. Token reconnect prompts open the standard reconnect flow without leaving the SleekView row, and the WP database stays the source of truth for feed config and cached output.

Workflow

From Smash Balloon tables to a feeds dashboard

1

Pick the source

Register wp_sbi_feeds and wp_sbi_sources as sources. SleekView reads the schema directly and joins feeds to sources by account handle, with the global Smash Balloon options surfaced as a dashboard tile.
2

Compose columns

Drag in source account, layout, columns, cache duration, last-refresh, and token-expiry. Add a status pill column with configurable thresholds for Expiring and Expired so the renewal queue surfaces in one glance.
3

Save and scope per role

Save views per page, per layout, per source, or per renewal window. Scope each so site editors see active feeds, reliability owners see token-expiry, and small agencies see one row per client across the network.
4

Edit inline or bulk

Inline-edit layout, columns, and cache duration. Bulk-clear caches through Smash Balloon's documented hook before a campaign launch. Token reconnect prompts open the standard reconnect flow without leaving the row.

Sample columns

A typical Smash Balloon Instagram feeds view

One row per feed with layout, source, last-refresh, and token-expiry pulled from Smash Balloon tables.
Source: wp_sbi_feeds, wp_sbi_sources + wp_options (sbi_settings) + transients (cached feed output)
Feed Source Layout Columns Last refresh Token expires Status
About page feed @about.bauer Grid 3 8 min ago Sep 02 Healthy
Sidebar feed @about.bauer Masonry 2 32 min ago Sep 02 Healthy
Footer feed @old.account Grid 4 2 days ago Jun 18 Token expiring
Legacy widget @retired Grid 3 60 days ago Expired Reconnect

Comparison

Default Smash Balloon admin vs SleekView

Default Smash Balloon admin

  • Feeds and sources live on separate tabs with no cross-cut view
  • Token-expiry per source needs the Sources tab opened
  • Cache age and last-refresh are not surfaced at the feed list level
  • No way to filter for feeds older than N hours since refresh
  • Bulk-changing layout or cache duration means saving each feed individually

SleekView

  • Join wp_sbi_feeds and wp_sbi_sources into one view
  • Filter by source account, layout, cache age, and token-expiry window together
  • Surface a token-renewal queue across every connected source on the site
  • Inline-edit layout, columns, and cache duration without opening the feed editor
  • Save views per page, per layout, or per renewal window for site editors and agencies

Features

What SleekView gives you for Smash Balloon Social Photo Feed

Feeds and sources joined

wp_sbi_feeds joins to wp_sbi_sources by source handle. Layout, columns, cache duration, last-refresh, and token-expiry all become first-class columns in one configurable view.

Token renewal radar

Token-expiry per source becomes a sortable column with a configurable expiring-soon threshold. A saved view of sources expiring in 30 days becomes the recurring renewal queue.

Cache and refresh visibility

Last-refresh and cache-age columns make stale feeds obvious. Trigger a cache-clear from the row through Smash Balloon's documented hook and the next page view rebuilds the feed cleanly.

Audience

Who uses SleekView for Smash Balloon Social Photo Feed

Site editors with multiple feeds

Track every feed on the site with layout, source, and cache age visible at list level. Standardise layout across feeds during a refresh with a saved view and inline bulk edits.

Reliability owners

Watch token-expiry across every connected Instagram source. A reconnect queue per 30-day window prevents the front-end blank-feed surprises that come from quietly expired tokens.

Small agencies on light contracts

Even with one or two feeds per client, the renewal queue scales linearly with the client count. SleekView turns each Monday's check from a tab-by-tab audit into a single saved view across every connected source.

The bigger picture

Why even free social-feed plugins benefit from a list view

Smash Balloon's free Social Photo Feed runs on thousands of WordPress sites because it is the simplest path to a working Instagram embed. Simple at install time is not the same as simple at operation time. Over a year of running the plugin a site accumulates multiple feeds (homepage, about page, footer, sidebar), each with its own layout and source.

Tokens quietly expire and the front-end goes blank without warning. Cache ages drift and a campaign-period feed ends up showing last month's posts. The default Smash Balloon admin handles the single-feed single-source case cleanly, but the moment a site grows past one feed the tab-by-tab audit becomes the work that nobody schedules and the cost of skipping it shows up as broken embeds.

SleekView reads the Smash Balloon tables once and exposes feeds, sources, and caches as columns. A weekly check becomes a saved view, the renewal queue runs itself, and even small sites get the operational visibility that used to be only worth setting up for agency-scale fleets.

Questions

Common questions about SleekView for Smash Balloon Social Photo Feed

Yes. The free version uses the same wp_sbi_feeds and wp_sbi_sources tables as Pro. SleekView reads them directly so the feed and source columns work the same way on free as they do on Pro, with Pro-only feed types appearing as empty filter values on free installs.

 

On free Smash Balloon caching can use transients rather than a dedicated cache table. SleekView surfaces last-refresh timestamps from wp_sbi_feeds regardless of whether the underlying cache is a transient or a table, so cache age is always visible at list level.

 

Token expiry per source is stored in wp_sbi_sources. SleekView shows it as a column with a status pill (Healthy, Expiring, Expired) based on configurable thresholds. A saved view of sources expiring in 30 days becomes the renewal queue.

 

Yes. A row-level action calls Smash Balloon's documented cache-clear hook for that feed so the next page view rebuilds the feed against Instagram fresh. Bulk-clear works the same way across many feeds at once before a launch.

 

Yes. Config writes route through Smash Balloon's update functions where they exist so the cache regenerates on the next page view. Layout, columns, and cache duration stay consistent with what the Smash Balloon admin would have written from its own edit screen.

 

Yes. Each connected source is a row in wp_sbi_sources. SleekView shows the full list with handle, token status, and post-count cached. Joining sources back to feeds builds a per-source view that lists every feed tied to a single Instagram account.

 

Yes. Any view exports to CSV including layout, source, cache age, and token-expiry. A site editor hands a content owner a CSV inventory of every feed on the site with renewal dates included, useful for quarterly reviews.

 

Yes. SleekView reads the same Smash Balloon table set whether the install runs the free version, Pro, or a mixed setup. Upgrading from free to Pro fills in Pro-only columns automatically without re-configuring the SleekView source.

 

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