Skip to content

Threads and comments

Thread replies and follow-up comments after the main post, per network, and delays between parts in the OpenQuok social scheduler.

8 min read

Connect your agent today

Draft from chat, review in your calendar, and publish only what you approve.

Start for $0

Follow-up comments

Thread replies and follow-up comments after the main post — with delays between parts.

A post can have more than one part: a main post (caption plus media) and optional parts in Follow-up comments.

Those parts publish as thread replies on Threads and X, and as comments on Instagram, LinkedIn, and Facebook. They can be a thread reply, or a comment on your own post.

Threads Post Editor

Where in the composer

AreaWhat you do there
Main caption + mediaWrite the post that publishes first — see Writing the post and Media
Follow-up commentsThread replies or comments below the caption when at least one supported channel is selected — each row has its own text field, reply toolbar, optional media (network-dependent), and Delay
Settings (purple accordion)Thread finisher, delayed same-account engagement (Threads), and cross-account plugs

The Follow-up comments panel appears when your selection includes Threads, X, Instagram, LinkedIn, or Facebook.

Adding a follow-up

Where: In the post editor, open the Follow-up comments section. Use the pink Add … button below Drag & drop section.

The button label follows the focused channel:

ButtonMeaning
Add more threadThe network publishes follow-up comments as same-account thread replies (e.g. Threads, X).
Add commentFollow-up comments publish as comments on the main post (e.g. Instagram).
Add comment or postThe channel or platform supports both styles.

Each follow-up comment row has its own text field, a reply toolbar under the text area, a Delay control, and row actions:

ControlWhat it does
Reply toolbarAttach media (when the network allows), AI Writer / Summarize / Sound more human, emoji, hashtag, and mention — see below
Up / down (chevrons)Swap a row with the one above or below — publish order follows the list
RemoveDelete that row

Reply toolbar

Each follow-up comment row includes a toolbar, but limited to actions that work on thread replies or comments:

ToolFollow-up comments
Attach from deviceThreads, X, and Facebook (Facebook: one image per comment, no video). Not shown on Instagram or LinkedIn — follow-up comments are text only
Media libraryThreads, X, and Facebook (Facebook: one image per comment, no video). Not shown on Instagram or LinkedIn — follow-up comments are text only
Photo EditorThreads, X, and Facebook (Facebook: one image per comment, no video). Not shown on Instagram or LinkedIn — follow-up comments are text only
AI WriterAll networks with Follow-up comments
SummarizeAll networks with Follow-up comments
Sound more humanAll networks with Follow-up comments
EmojiAll networks with Follow-up comments
HashtagAll networks with Follow-up comments
MentionAll networks with Follow-up comments
SignaturesNot shown — thread replies and comments publish as plain text
BoldNot shown — thread replies and comments publish as plain text
ItalicNot shown — thread replies and comments publish as plain text
UnderlineNot shown — thread replies and comments publish as plain text
LinksNot shown — thread replies and comments publish as plain text
HeadingsNot shown — thread replies and comments publish as plain text
ListsNot shown — thread replies and comments publish as plain text

You can only drag and drop images or videos onto a follow-up comment row when that network supports media. Instagram and LinkedIn follow-up comments stay text only.

Delays between parts

Delays help in two ways. They spread Follow-up comments so a thread reads at a human pace.

They also let you put a link in a later reply or comment. Many networks treat links in comments more leniently than links in the caption.

DelayWait time
No delayPublish immediately after the previous step
5 seconds5 seconds
10 seconds10 seconds
30 seconds30 seconds
60 seconds60 seconds
5 minutes5 minutes

OpenQuok shows an approximate clock () from your post’s scheduled time, adding each prior follow-up comment row’s delay in order.

On Threads, the UI may add a small buffer for publish. Meta can still take longer to show thread replies live.

What each platform does

NetworkComments / repliesHow they publishMedia on Follow-up commentsCross-account plugs
ThreadsYesSame-account thread replies in orderImages and videoComment from other Threads channels
XYesQuote-less thread replies on the main tweetUp to four images per thread replyRepost from other X channels
InstagramYesComments on the main postText onlyNo
LinkedInYesComments on the main postText onlyComment or reshare from other LinkedIn channels
FacebookYesComments on the main postOne image per follow-up comment row via reply toolbar (no video)No
YouTube, TikTok, Dev.to, …NoNo

Cross-account plugs (from Plug settings) are separate from same-account Follow-up comments. Threads, X, and LinkedIn support them — see Cross-account plugs and below.

Per-network caps on the main post still apply. See Posting rules by platform.

Thread finisher

For Threads and X, open Settings while that channel is focused. Enable Thread finisher to post a closing message after all Follow-up comments.

The default message is That's a wrap! You can edit it. The finisher runs at the end of the thread, not between every follow-up comment row.

On Threads only, Settings also offer a delayed engagement reply — one extra same-account comment after the finisher. That is an internal plug, not a Follow-up comments row.

CLI and API users set finisher fields under threads.enabled / threads.message or the X finisher bucket; the engagement plug uses threads.internalEngagementPlug. Examples are in CLI examples — Threads and CLI examples — X.

Cross-account plugs

Settings can schedule cross-account plugs — comments from another connected channel after publish (supported on Threads, X, and LinkedIn).

How to setup cross-account plug

See Cross-account plugs for setup steps. OpenQuok runs plugs after the main post (and after Follow-up comments when configured).

Multi-channel and Global mode

In Global mode, one Follow-up comments program is copied to every selected Threads, X, Instagram, LinkedIn, and Facebook channel. The same text, delays, and media (where the network allows it) apply to each supported network.

When only one network should differ, focus that channel and customize — see Global vs per-channel. In per-channel mode, Follow-up comments edit only while a supported channel is focused.

Write for every network

A safe pattern when several supported networks are selected together:

  • Put must-have media on the main post so Instagram and LinkedIn still publish correctly (their Follow-up comments are text only)
  • Use media on follow-up comment rows only on Threads, X, or Facebook when that channel is focused and the extra attachment is intentional

Agents, CLI, and API

Outside the dashboard, Follow-up comments live in providerSettingsByIntegrationId under each channel’s bucket (replies[] — Follow-up comments in the composer):

BucketReply array
Threadsthreads.replies
Xx.replies
Instagraminstagram.replies
LinkedInlinkedin.replies
Facebookfacebook.replies

Each entry uses message and delaySeconds. On networks that allow media on Follow-up comments, add media (flat array or media.items — same shapes as the main post). Upload files for Follow-up comments with openquok upload before posts:create; main-post -m does not attach to follow-up comment rows automatically.

Copy-paste recipes:

Agent JSON examples (replace placeholders, then openquok posts:create --json …): threads-follow-up-reply-with-image.json, x-follow-up-reply-with-image.json, and facebook-follow-up-comment-with-image.json in agent/skills/openquok-core/resources/examples/.

See Managing posts and Provider settings for request shapes.

Search documentation
Find a docs page
Discord Support