Connect your LinkedIn account and publish professional content.
Setup
- Create an app at LinkedIn Developers
- Enable the Share on LinkedIn and Sign In with LinkedIn products
- Set the redirect URI to your deployment URL:
- Production:
https://your-domain/api/auth/linkedin/callback - Local:
http://localhost:3847/api/auth/linkedin/callback
- Production:
- In your Levercast
.env.local, set:LINKEDIN_CLIENT_IDLINKEDIN_CLIENT_SECRETLINKEDIN_REDIRECT_URI
- Navigate to Settings → Connections and click Connect LinkedIn
What Gets Published
Levercast creates a text post on your LinkedIn profile. If you attach an image, it's included as a media attachment.
Analytics
If your LinkedIn app has the r_member_postAnalytics scope approved, Levercast can pull post analytics. Add the scope to LINKEDIN_OAUTH_SCOPES in your environment:
LINKEDIN_OAUTH_SCOPES=openid profile email w_member_social r_member_postAnalyticsThen reconnect your LinkedIn account to grant the new permission. Analytics are visible in Dashboard → Analytics.
Default AI Tone
Professional tone, 1–3 short paragraphs. Suitable for thought leadership and B2B. Uses line breaks for readability. No hashtag overload.
Override this per-account with custom templates.