LinkedIn Content
Write high-engagement LinkedIn posts via inference.sh CLI.
Quick Start
CODEBLOCK0
Install note: The install script only detects your OS/architecture, downloads the matching binary from dist.inference.sh, and verifies its SHA-256 checksum. No elevated permissions or background processes. Manual install & verification available.
Post Anatomy
CODEBLOCK1
Character Limits
| Element | Limit |
|---|
| Post text | 3,000 characters |
| Visible before "see more" |
~210 characters (~2 lines on mobile) |
| Hashtags | 3-5 recommended |
| Comment | 1,250 characters |
| Article title | 100 characters |
| Article body | 125,000 characters |
The first 210 characters are everything. If the hook fails, nobody clicks "see more."
Hook Formulas
What Works
| Formula | Example |
|---|
| Contrarian opinion | "Unpopular opinion: code reviews are a waste of time." |
| Personal story opening |
"I got fired on a Tuesday. Best thing that ever happened." |
| Surprising stat | "92% of startups fail. But not for the reason you think." |
| List promise | "I've hired 200+ engineers. Here are 5 red flags I look for." |
| Bold statement | "Your resume doesn't matter. Here's what does." |
| Before/after | "3 years ago I couldn't get a single interview. Yesterday I turned down a FAANG offer." |
| Pattern interrupt | "Stop. Before you send that cold email, read this." |
What Fails
CODEBLOCK2
Formatting Rules
Line Breaks Are Your Best Friend
CODEBLOCK3
Formatting Guidelines
| Rule | Why |
|---|
| One sentence per line | Easier to scan on mobile |
| Blank line between paragraphs |
Visual breathing room |
| Short paragraphs (1-2 sentences) | Mobile readability |
| Use line breaks for dramatic effect | Creates pacing and suspense |
| Bold key phrases sparingly | Draws eye to important points |
| Numbered lists for tips | Scannable, shareable |
| Avoid walls of text | Nobody reads them |
Post Types (Ranked by Engagement)
| Post Type | Engagement | Best For |
|---|
| Personal story + lesson | Very High | Building connection, authenticity |
| Contrarian take |
High | Starting conversations, visibility |
|
Carousel (document post) | High | Educational content, tips |
|
List/tips (numbered) | High | Actionable value, saves |
|
Poll | Medium-High | Easy engagement, data gathering |
|
Photo + story | Medium | Humanizing, events |
|
Video (native) | Medium | Demonstrations, personality |
|
Link post | Low | Driving traffic (algorithm penalizes) |
|
Reshare | Very Low | Don't bother — write original |
Link Posts Strategy
LinkedIn penalizes posts with links (reduces reach). Workarounds:
- 1. Comment method: Post without link, add link as first comment, edit post to say "Link in comments"
- No-link method: Summarize the content in the post itself, mention "DM for link"
- If you must link: Put it at the very end, after strong standalone content
Content Pillars
Every LinkedIn creator should have 3-5 pillars they rotate through:
| Pillar | What It Covers | Example |
|---|
| Expertise | Industry knowledge, how-tos | "5 database patterns every engineer should know" |
| Stories |
Personal experiences, failures, wins | "The hardest feedback I ever received" |
|
Opinions | Takes on industry trends, contrarian views | "AI won't replace engineers. Bad managers will." |
|
Behind the scenes | Building in public, process | "Here's our actual sprint retrospective format" |
|
Curated insights | Trends, data, research summaries | "I analyzed 500 job postings. Here's what changed." |
Algorithm Signals
| Signal | Impact | How |
|---|
| Dwell time | Very High | Longer posts that people read fully |
| Comments |
Very High | Ask questions, create discussion |
|
Saves | High | Actionable, reference-worthy content |
|
"See more" clicks | High | Strong hook that makes people expand |
|
Shares | Medium | Relatable, quotable content |
|
Reactions | Medium | Easy to get but weighted less |
|
External links | Negative | Reduces reach — put links in comments |
|
Editing after posting | Negative | Don't edit within first hour |
|
Posting frequency | 3-5x/week | Daily is fine, more than 1/day hurts |
Posting Schedule
| Day | Best Time (your audience's timezone) |
|---|
| Tuesday-Thursday | 7-8 AM, 12 PM, 5-6 PM |
| Monday |
8 AM (people catching up) |
| Friday | 7-8 AM (before checkout) |
| Weekend | Skip or light content |
Engage in comments for 30-60 minutes after posting — this is more important than the post itself.
Visual Content
CODEBLOCK4
CTA Formulas
End every post with engagement driver:
| CTA Type | Example |
|---|
| Question | "What's the worst career advice you've received?" |
| Agreement check |
"Agree or disagree?" |
| Share request | "Repost if this resonates ♻️" |
| Save prompt | "Save this for your next [situation] 🔖" |
| Recommendation ask | "What would you add to this list?" |
| Experience ask | "Has this happened to you?" |
Common Mistakes
| Mistake | Problem | Fix |
|---|
| Weak hook | Nobody clicks "see more" | Use hook formulas above |
| Wall of text |
Unreadable on mobile | One sentence per line, blank lines between |
| Links in main post | Algorithm reduces reach | Put links in first comment |
| Too many hashtags | Looks spammy | 3-5 relevant hashtags max |
| Corporate jargon | "Leveraging synergies" = instant scroll past | Write like you talk |
| Only self-promotion | Audience stops engaging | 80% value, 20% promotion |
| No CTA | No engagement direction | Always end with a question or ask |
| Resharing without adding | Near-zero reach | Write original posts, quote instead |
| Posting and disappearing | Kills comment momentum | Engage for 30-60 min after posting |
| Being generic | "Hard work pays off" = invisible | Specific stories and data |
Related Skills
CODEBLOCK5
Browse all apps: INLINECODE1
LinkedIn内容创作
通过inference.sh CLI编写高互动率的LinkedIn帖子。
快速开始
bash
curl -fsSL https://cli.inference.sh | sh && infsh login
研究LinkedIn热门内容模式
infsh app run tavily/search-assistant --input {
query: LinkedIn viral post examples 2024 high engagement patterns
}
发布到X(交叉发布参考)
infsh app run x/post-create --input {
text: Your cross-posted version here
}
安装说明: 安装脚本仅检测您的操作系统/架构,从dist.inference.sh下载匹配的二进制文件,并验证其SHA-256校验和。无需提升权限或后台进程。也可手动安装和验证。
帖子结构
┌─────────────────────────────────────┐
│ 钩子(前1-2行) │ ← 在...查看更多之前可见
│ │
│ ...查看更多 ─────────────────────── │ ← 点击门槛
│ │
│ 正文(故事/价值) │
│ - 使用换行符格式化 │
│ - 短段落(1-2句话) │
│ - 列表或编号要点 │
│ │
│ 行动号召(最后1-2行) │ ← 引导互动
│ │
│ #话题标签(3-5个) │
└─────────────────────────────────────┘
字符限制
| 元素 | 限制 |
|---|
| 帖子正文 | 3,000字符 |
| ...查看更多前可见内容 |
~210字符(移动端约2行) |
| 话题标签 | 建议3-5个 |
| 评论 | 1,250字符 |
| 文章标题 | 100字符 |
| 文章正文 | 125,000字符 |
前210字符决定一切。 如果钩子失败,没人会点击查看更多。
钩子公式
有效钩子
| 公式 | 示例 |
|---|
| 逆向观点 | 不讨喜的观点:代码评审是浪费时间。 |
| 个人故事开场 |
我在一个星期二被解雇了。这是我遇到的最好的事。 |
| 惊人数据 | 92%的初创公司会失败。但原因并非你想的那样。 |
| 列表承诺 | 我招聘过200多名工程师。以下是我关注的5个危险信号。 |
| 大胆声明 | 你的简历不重要。重要的是这个。 |
| 前后对比 | 3年前我连一个面试都拿不到。昨天我拒绝了FAANG的offer。 |
| 模式打断 | 停。在发送那封冷邮件之前,先读读这个。 |
无效钩子
❌ 激动地宣布,我们很高兴分享...(企业套话)
❌ 在当今快速发展的环境中...(陈词滥调,毫无内容)
❌ 我想花点时间...(拖沓,没有钩子)
❌ 刚发布了一篇新博客!(没有价值主张)
❌ 以话题标签或表情符号开头
格式规则
换行是你的最佳工具
❌ 密集段落:
上周我学到了关于领导力的重要一课。我的团队在截止日期前挣扎,我没有施加更多压力,而是决定缩小范围。结果令人难以置信——我们交付更快,质量也更好。有时候少即是多。
✅ LinkedIn格式化:
上周我学到了关于领导力的一课。
我的团队在截止日期前挣扎。
我没有施加更多压力,而是缩小了范围。
结果呢?
我们交付更快。
质量也更好了。
有时候少即是多。
格式指南
视觉呼吸空间 |
| 短段落(1-2句话) | 移动端可读性 |
| 使用换行制造戏剧效果 | 营造节奏和悬念 |
| 谨慎加粗关键词 | 吸引眼球到重点 |
| 技巧使用编号列表 | 可浏览、可分享 |
| 避免文字墙 | 没人会读 |
帖子类型(按互动率排序)
| 帖子类型 | 互动率 | 最适合 |
|---|
| 个人故事+教训 | 非常高 | 建立联系、真实性 |
| 逆向观点 |
高 | 引发讨论、提升曝光 |
|
轮播图(文档帖子) | 高 | 教育内容、技巧 |
|
列表/技巧(编号) | 高 | 可操作价值、收藏 |
|
投票 | 中高 | 轻松互动、数据收集 |
|
照片+故事 | 中 | 人性化、活动 |
|
视频(原生) | 中 | 演示、个性展示 |
|
链接帖子 | 低 | 引流(算法惩罚) |
|
转发 | 非常低 | 别费劲——写原创 |
链接帖子策略
LinkedIn会惩罚带链接的帖子(降低触达率)。解决方法:
- 1. 评论法:发布不带链接的帖子,将链接作为第一条评论,编辑帖子写上链接在评论中
- 无链接法:在帖子中总结内容,提及私信获取链接
- 如果必须加链接:放在最后,在强独立内容之后
内容支柱
每位LinkedIn创作者应有3-5个轮换使用的支柱:
| 支柱 | 涵盖内容 | 示例 |
|---|
| 专业领域 | 行业知识、操作指南 | 每个工程师都应知道的5种数据库模式 |
| 故事 |
个人经历、失败、成功 | 我收到过的最难接受的反馈 |
|
观点 | 对行业趋势的看法、逆向观点 | AI不会取代工程师。糟糕的管理者才会。 |
|
幕后 | 公开构建、过程 | 这是我们实际的冲刺回顾模板 |
|
精选洞察 | 趋势、数据、研究总结 | 我分析了500个职位描述。这是变化所在。 |
算法信号
| 信号 | 影响 | 如何操作 |
|---|
| 停留时间 | 非常高 | 发布人们会完整阅读的长帖子 |
| 评论 |
非常高 | 提问、引发讨论 |
|
收藏 | 高 | 可操作、值得参考的内容 |
|
查看更多点击 | 高 | 强钩子促使人们展开 |
|
分享 | 中 | 有共鸣、可引用的内容 |
|
反应 | 中 | 容易获得但权重较低 |
|
外部链接 | 负面 | 降低触达率——将链接放在评论中 |
|
发布后编辑 | 负面 | 发布后一小时内不要编辑 |
|
发布频率 | 每周3-5次 | 每天可以,每天超过1次会降低效果 |
发布时间安排
| 日期 | 最佳时间(目标受众时区) |
|---|
| 周二至周四 | 早上7-8点、中午12点、下午5-6点 |
| 周一 |
早上8点(人们正在补看) |
| 周五 | 早上7-8点(下班前) |
| 周末 | 跳过或发布轻松内容 |
发布后在评论中互动30-60分钟——这比帖子本身更重要。
视觉内容
bash
为LinkedIn帖子生成视觉素材
infsh app run infsh/html-to-image --input {
html:
}
为个人帖子生成专业照片
infsh app run falai/flux-dev-lora --input {
prompt: candid professional photo, person speaking at a conference podium, audience in background blurred, natural stage lighting, authentic moment, corporate event photography,
width: 1200,
height: 900
}
行动号召公式
每篇帖子以互动驱动结尾:
| 行动号召类型 | 示例 |
|---|
| 提问 | 你收到过最糟糕的职业建议是什么? |
| 同意确认 |
同意还是不同意? |
| 分享请求 | 如果觉得有共鸣请转发 ♻️ |
| 收藏提示 | 收藏以备下次[场景]使用 🔖