Essential Social Feed

Connect

This host logs a site owner into Instagram, Facebook, TikTok, YouTube, X, or Threads, then sends the token back to their WordPress admin. Feeds still load from WordPress, not from here.

WordPress bridge URL

On the Local Essential Social Feed site, add this to wp-config.php, or paste it into Settings → OAuth bridge URL:

define( 'ESFL_OAUTH_BRIDGE', 'https://connector.happydevs.net/auth' );

This connector origin is https://connector.happydevs.net.

Redirect URIs for developer apps

Register these exact callbacks. Until a platform shows Ready, Connect for that network will explain that config.php is empty.

Platform Status OAuth redirect URI
Instagram Needs keys https://connector.happydevs.net/callback/instagram
Facebook Needs keys https://connector.happydevs.net/callback/facebook
TikTok Needs keys https://connector.happydevs.net/callback/tiktok
YouTube Needs keys https://connector.happydevs.net/callback/youtube
X Needs keys https://connector.happydevs.net/callback/x
Threads Needs keys https://connector.happydevs.net/callback/threads

Keys

  1. Copy app/config.example.php to app/config.php if you have not already.
  2. Paste Meta / TikTok / Google / X credentials. Instagram and Threads reuse the Meta app id and secret when their own fields are blank.
  3. Put each callback URI into the matching developer console. Meta and TikTok usually want HTTPS — use a tunnel in front of this Local site if Login rejects http://localhost.
  4. Keep developer apps in Development / Testing and add yourself as a tester.