Custom Twitter Feeds – A Tweets Widget or X Feed Widget

Display X posts (Twitter tweets) from any public user account in a clean, attractive looking feed that updates weekly.

5 database tables

Table NameDescriptionMethod
wp_ctf_feed_cachesA cache table that stores temporary computed or fetched data.Static
wp_ctf_feed_locatorStores ctf feed locator data created by this plugin.Static
wp_ctf_feedsStores ctf feeds data created by this plugin.Static
wp_ctf_feeds_postsStores ctf feeds posts data created by this plugin.Static
wp_ctf_postsStores ctf posts data created by this plugin.Static