longVideo
twitterOptions parameter when posting:thread: true
to automatically break apart the post text into threads.threadNumber: true
to automatically add numbers at the end of threads in the format of 1/n. For example the 2nd of 5 threads will have appended: 2/5mediaUrls: [array of urls]
to add each media object, an image or video, to a thread in order. Only one media object will be added to a thread in order. null
in the array. For example:["https://site.com/image1.png", null, "https://site.com/image2.png"]
{}
with the media URLs in the mediaUrls
array. Any unique object keys can be used. For example:altText
in the twitterOptions
object.mediaUrls
array. The alt text will be applies to each image in order.mediaUrls
with altText
, the video will not be posted.