FoPost LogoFoPost Docs
AI Features

Post Optimization

Optimize existing content for better engagement.

Post Optimization

Pro + AI

Take existing content and optimize it for each platform's audience and format.

Basic usage

$optimized = $client->ai()->optimize([
    'content' => 'We just released version 2.0 of our product with lots of new features.',
    'platforms' => ['twitter', 'linkedin'],
]);

// Twitter: "🚀 v2.0 is here! Packed with new features that'll change how you work. Check it out →"
// LinkedIn: "Excited to announce version 2.0 of our product! This release includes..."

What optimization does

  • Adjusts length to fit platform character limits
  • Adjusts tone to match platform culture (casual for Twitter, professional for LinkedIn)
  • Adds engagement hooks (questions, calls to action)
  • Suggests emoji placement
  • Optimizes hashtags for discoverability

Options

OptionDescriptionDefault
contentOriginal contentRequired
platformsTarget platformsAll connected
preserve_linksKeep URLs intacttrue
preserve_mentionsKeep @mentionstrue
goalOptimization goalengagement

Goals

GoalFocus
engagementMaximize likes, shares, comments
clicksMaximize link clicks
awarenessMaximize reach and impressions
conversionsDrive specific actions

On this page