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 |
|---|---|---|
| Needs keys | https://connector.happydevs.net/callback/instagram |
|
| 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
- Copy
app/config.example.phptoapp/config.phpif you have not already. - Paste Meta / TikTok / Google / X credentials. Instagram and Threads reuse the Meta app id and secret when their own fields are blank.
- 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. - Keep developer apps in Development / Testing and add yourself as a tester.