You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`xShareWithFollowers` - Share community post with followers
262
263
-`xCardUri` - Card URI for Twitter Cards
263
264
-`xLongTextAsPost` - Post long text as single post
265
+
-`xThreadImageLayout` - Comma-separated image layout for thread (e.g. "4,4" or "2,3,1")
264
266
265
267
### Threads
266
268
-`threadsLongTextAsPost` - Post long text as single post (vs thread)
269
+
-`threadsThreadMediaLayout` - Comma-separated list of how many media items to include in each Threads post. Each value must be 1-10, and the total must equal the number of files. Example: '5,5' splits 10 items into 2 posts with 5 each. If omitted and more than 10 items are provided, auto-chunks into groups of 10.
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "upload-post",
3
-
"version": "2.0.3",
3
+
"version": "2.0.4",
4
4
"description": "Official client library for Upload-Post API - Cross-platform social media upload for TikTok, Instagram, YouTube, LinkedIn, Facebook, Pinterest, Threads, Reddit, Bluesky, and X (Twitter)",
0 commit comments