Loading...
Loading...
Compare original and translation side by side
| Platform | Max Length | Link Handling | Hashtags | Media |
|---|---|---|---|---|
| X | 280 chars (4000 for Premium) | Counted in length | Minimal (1-2 max) | Images, video, GIFs |
| 3000 chars | Not counted in length | 3-5 relevant | Images, video, docs, carousels | |
| Threads | 500 chars | Separate link attachment | None typical | Images, video |
| Bluesky | 300 chars | Via facets (rich text) | None (use feeds) | Images |
| 平台 | 最大字数 | 链接处理方式 | 话题标签 | 媒体支持 |
|---|---|---|---|---|
| X | 280字符(高级版为4000字符) | 计入字数 | 少量使用(最多1-2个) | 图片、视频、动图 |
| 3000字符 | 不计入字数 | 3-5个相关标签 | 图片、视频、文档、轮播图 | |
| Threads | 500字符 | 作为独立链接附件 | 通常不使用 | 图片、视频 |
| Bluesky | 300字符 | 通过富文本片段(facets)添加 | 不使用(使用订阅源) | 图片 |
content-enginecontent-enginex-apix-apiWe just shipped [feature].
[One specific thing it does that's impressive]
[Link]Excited to share: we just launched [feature] at [Company].
Here's why it matters:
[2-3 short paragraphs with context]
[Takeaway for the audience]
[Link]just shipped something cool — [feature]
[casual explanation of what it does]
link in bioWe just shipped [feature].
[One specific thing it does that's impressive]
[Link]Excited to share: we just launched [feature] at [Company].
Here's why it matters:
[2-3 short paragraphs with context]
[Takeaway for the audience]
[Link]just shipped something cool — [feature]
[casual explanation of what it does]
link in bioTIL: [specific technical insight]
[Why it matters in one sentence]A pattern I've been using that's made a real difference:
[Technical insight with professional framing]
[How it applies to teams/orgs]
#relevantHashtagTIL: [specific technical insight]
[Why it matters in one sentence]A pattern I've been using that's made a real difference:
[Technical insight with professional framing]
[How it applies to teams/orgs]
#relevantHashtagimport os
import requests
resp = requests.post(
"https://your-crosspost-service.example/api/posts",
headers={"Authorization": f"Bearer {os.environ['POSTBRIDGE_API_KEY']}"},
json={
"platforms": ["twitter", "linkedin", "threads"],
"content": {
"twitter": {"text": x_version},
"linkedin": {"text": linkedin_version},
"threads": {"text": threads_version}
}
},
timeout=30
)
resp.raise_for_status()import os
import requests
resp = requests.post(
"https://your-crosspost-service.example/api/posts",
headers={"Authorization": f"Bearer {os.environ['POSTBRIDGE_API_KEY']}"},
json={
"platforms": ["twitter", "linkedin", "threads"],
"content": {
"twitter": {"text": x_version},
"linkedin": {"text": linkedin_version},
"threads": {"text": threads_version}
}
},
timeout=30
)
resp.raise_for_status()x-apix-apicontent-enginex-apicontent-enginex-api