✨ 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 TikTok Feed: cached videos and feeds as tables

TikTok Feed plugins cache TikTok videos in wp_options and (optionally) a wp_tkf_video_cache-style custom table. SleekView surfaces feed inventory, freshness, and the shortcodes that embed each feed as one sortable table.

♾️ Lifetime License available

SleekView table view for TikTok Feed

TikTok feed cache and embed inventory in one table

TikTok Feed plugins pull videos from a TikTok account or hashtag into a local cache, primarily stored in wp_options under feed keys, with some installs using an optional wp_tkf_video_cache table for per-video rows. The default admin focuses on per-feed configuration with no unified inventory of every TikTok feed on the site.

SleekView reads the cache and shows one row per TikTok feed with account or hashtag, last-sync, video count, status, and the shortcode entries that embed each feed. Filters like 'stale this week' or 'feeds tied to hashtag #campaign' become first-class chips. Useful for content audits and for the inevitable token rotation when TikTok updates its API.

The grid handles both modes (feed-level cache only and full per-video cache table) and labels each so admins know what they are looking at. The view is an operations and audit layer; configuration and OAuth still go through the plugin's own admin.

Workflow

From per-feed screens to one campaign table

1

Pick the source

Point SleekView at the TikTok Feed plugin option keys and at the optional video cache table if enabled. The agent UI extracts last-sync, video count, and source name.
2

Compute stale flags

Compare last-sync against each feed's configured cache duration to tag rows fresh, stale, or failed without extra cron or polling jobs.
3

Inventory embeds

Scan post and option content for [tiktok-feed] shortcodes and pair them with the feeds they reference. Every embed has a known source and freshness state.
4

Triage failures

Filter to failed-sync feeds, group by source, and tackle the re-authorization queue in one pass. Most outages are token expiries surfaced only when an embed goes empty.

Sample columns

A typical TikTok Feed feeds view

Reads feed configuration from wp_options and joins to the optional wp_tkf_video_cache when enabled.
Source: wp_options + wp_tkf_video_cache (optional)
Feed Source Videos cached Last sync Status Shortcode
Brand account @studio 15 Apr 24 09:00 Fresh [tiktok-feed]
Campaign tag #studiocampaign 30 Apr 24 08:40 Fresh [tiktok-feed feed=2]
Founder clips @founder 8 Apr 20 15:00 Stale [tiktok-feed feed=3]
Partner tag #studioxpartner 0 Apr 10 11:18 Failed [tiktok-feed feed=4]

Comparison

Default TikTok Feed admin vs SleekView

Default TikTok Feed admin

  • Feed list lives in per-feed configuration screens, not a sortable table
  • Last-sync timestamps are stored in wp_options with no admin column
  • Failed-feed detection requires opening each feed individually
  • No inventory of which posts and pages embed which TikTok feed
  • No cross-source view that combines account feeds and hashtag feeds

SleekView

  • List every TikTok feed with source, last-sync, and video count as columns
  • Filter to stale or failed feeds in one chip
  • Pair each feed with the [tiktok-feed] shortcode entries that embed it
  • Sort by source to manage account and hashtag feeds side by side
  • Export the feed and video inventory as CSV for campaign reporting

Features

What SleekView gives you for TikTok Feed

Source and embed inventory

One table lists every TikTok feed, its account or hashtag source, and the shortcode that embeds it. Useful for campaign reporting and for redesigns where embeds need to move with content.

Account and hashtag side by side

Combine account feeds and hashtag feeds in one grid. Campaign managers can confirm both the brand account and the campaign hashtag are syncing without bouncing between settings.

Failure triage

Filter to failed-sync feeds to surface the re-authorization queue. Common after TikTok API policy changes and easy to miss without a cross-source view.

Audience

Who uses SleekView for TikTok Feed

Campaign teams

Monitor the campaign-hashtag feed and the brand-account feed side by side during a launch. The grid shows both sources, freshness, and embed locations at a glance.

Maintenance teams

Spot feeds that have not refreshed in days, re-authorize tokens before users notice empty embeds, and verify after TikTok API policy changes.

Compliance and privacy

Document which TikTok sources are embedded across the site for cookie disclosures and DPO reviews. The feed table is the source-of-truth privacy questionnaires expect.

The bigger picture

Campaign-critical TikTok feeds fail without warning

TikTok feeds anchor campaign pages and brand landing pages where a blank embed is a noticeable failure. The data flows from TikTok into a local cache the plugin maintains, and the cache stops refreshing the moment a token expires or the API policy changes. The default plugin admin lets you configure feeds, not monitor them across an entire campaign portfolio.

SleekView reads the cache the plugin already writes and surfaces the operational picture: which feeds are fresh, which are stale, which failed, where each one is embedded, and how recently the account or hashtag was synced. Campaign managers catch broken hashtag feeds before a launch goes live with an empty grid. Maintenance teams clear the re-authorization queue once a sprint instead of after a customer complaint.

Compliance teams produce the third-party embed inventory their cookie policy already implicitly promises. The data is the same; the view is what makes it operational.

Questions

Common questions about SleekView for TikTok Feed

It depends on the install. Many installs cache videos rather than persisting each as a row; some use an optional cache table for per-video rows. SleekView surfaces both modes and labels each so admins know whether they are looking at feed-level audit or per-video history.

 

Refresh is a TikTok Feed plugin operation. SleekView can expose a row-action button that calls the plugin's clear-cache endpoint, with the actual refresh running through the plugin's normal path so rate limits and token usage stay consistent.

 

SleekView reads the local cache, not the live TikTok API, so it is unaffected by upstream changes. If the connector breaks after a TikTok update, existing cached rows still show in the grid as stale or failed until the plugin's connector is updated.

 

No. Tokens live in wp_options and are treated as sensitive. SleekView never displays the token string in the grid or in CSV exports; only the last-error code and the connection state are surfaced.

 

No. Connecting a new account requires the OAuth round-trip with TikTok that only the plugin can initiate. SleekView is read and audit; new connections happen through the plugin's connect-account flow.

 

Hashtag feeds appear as rows alongside account feeds, with the source column showing the hashtag string. Filters can isolate hashtag feeds for campaign reporting or include them with the brand-account feed in one grid.

 

Feed inventory is small (dozens of feeds typically) and the optional video cache table is indexed by feed id and video id. SleekView paginates server-side so multi-campaign archives stay responsive.

 

No. The plugin still owns feed configuration, layout, and the connection to TikTok. SleekView is the audit and operations surface alongside it; the two complement each other rather than overlap.

 

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