Skip to main content

Pinterest

TryPost supports creating pins on Pinterest.

Connect your account

  1. Go to Accounts in the TryPost dashboard
  2. Click Connect Pinterest
  3. Authorize TryPost on Pinterest

Supported content types

TypeAspect ratioDescription
Pin2:3Image pin (1 image, required)
Video Pin9:16Video pin, 4 seconds to 15 minutes (1 video, required)
Carousel2:3Multi-image pin (2-5 images)

Self-hosting setup

  1. Go to Pinterest Developers and create an app
  2. Set the redirect URL to {APP_URL}/accounts/pinterest/callback
  3. Add to your .env:
PINTEREST_CLIENT_ID=your_app_id
PINTEREST_CLIENT_SECRET=your_app_secret
PINTEREST_CLIENT_REDIRECT="${APP_URL}/accounts/pinterest/callback"