Levercast

LinkedIn

Connect your LinkedIn account and publish professional content.

Setup

  1. Create an app at LinkedIn Developers
  2. Enable the Share on LinkedIn and Sign In with LinkedIn products
  3. Set the redirect URI to your deployment URL:
    • Production: https://your-domain/api/auth/linkedin/callback
    • Local: http://localhost:3847/api/auth/linkedin/callback
  4. In your Levercast .env.local, set:
    • LINKEDIN_CLIENT_ID
    • LINKEDIN_CLIENT_SECRET
    • LINKEDIN_REDIRECT_URI
  5. 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_postAnalytics

Then 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.

On this page