Connect your account
- Go to Accounts in the TryPost dashboard
- Click Connect LinkedIn (for profiles) or Connect LinkedIn Page (for company pages)
- Authorize TryPost on LinkedIn
- Select your profile or page
Supported content types
| Type | Description |
|---|---|
| Post | Text with optional images or video |
| Carousel | Multi-image document (PDF) swipeable posts |
Self-hosting setup
Configure LinkedIn API credentials
Configure LinkedIn API credentials
- Go to LinkedIn Developers and click Create App
- Fill in app details (name, company page, logo) and create the app
- Go to the Auth tab and add redirect URLs:
{APP_URL}/accounts/linkedin/callback(profiles){APP_URL}/accounts/linkedin-page/callback(pages)
- Go to the Products tab and request access to:
- Share on LinkedIn
- Sign In with LinkedIn using OpenID Connect
- Add to your
.env:

