Documentation
White Label
Configure organization branding and social integrations for Facebook and LinkedIn
The White Label module lets each organization customize branding and social integrations used by Marketing Hub publishing.
What You Can Configure
- Branding:
- Company name
- Main logo
- Colors (primary, secondary, text, background)
- Social integrations:
- Facebook app credentials and page name
- LinkedIn app credentials and company ID
How To Open
- Go to Dashboard.
- Open White Label.
- Edit values and save.
Facebook Integration
Required Fields
- Facebook App ID
- Facebook App Secret
- Facebook Page Name
Where To Get Them
- Open Meta for Developers: https://developers.facebook.com/
- Select your app.
- Copy App ID and App Secret from app settings.
- Set the Facebook Page Name to the page you want to publish to.
Notes
- Make sure your app has the required permissions used by the platform.
- Make sure the authenticated account has access to the configured page.
LinkedIn Integration
Required Fields
- LinkedIn Client ID
- LinkedIn Client Secret
- LinkedIn Company ID
Where To Get Client ID and Client Secret
- Open LinkedIn Developer Portal: https://www.linkedin.com/developers/
- Select your app.
- Copy Client ID and Client Secret from app auth settings.
Where To Get LinkedIn Company ID
Use the LinkedIn organization numeric ID.
Options:
- LinkedIn page/admin URL:
- Open your company page as admin.
- In many admin URLs, you can find the organization numeric ID.
- LinkedIn API URN:
- Organization URN format is
urn:li:organization:12345678. - Use only the numeric part (
12345678) as Company ID.
- Organization URN format is
Why Company ID Matters
For organization posting, the author must resolve to:
urn:li:organization:<companyId>
If Company ID is missing, Nebua falls back to member posting (urn:li:person:<userId>), which may not match your publishing intent.
Save and Validate
After updating values:
- Save White Label settings.
- Reconnect social auth if needed.
- Run a test publish from Marketing Hub.
If posting fails, review backend logs for:
- Missing/invalid company ID
- Missing scopes/permissions
- Token or auth expiration
Fallback and Priority
Social integration config is resolved in this order:
- User social auth data (token-attached values)
- White Label social integrations
- Environment fallback variables
For LinkedIn company posting, set linkedinCompanyId in White Label to keep behavior explicit per organization.