X/Twitter Thread Splitter
Split long text into numbered X/Twitter posts while keeping each post within your chosen character limit.
Split long text into numbered X/Twitter posts while keeping each post within your chosen character limit.
X/Twitter uses weighted character counting rather than simply counting JavaScript string length. The public twitter-text configuration gives many common characters a weight of one, many other characters a weight of two, treats emoji as weighted units, and counts recognised URLs using a fixed transformed length.
The public twitter-text v3 configuration uses a transformed URL length of 23 characters. The splitter follows that model for common web links so a long URL does not consume its literal full length.
When space allows, the splitter prefers paragraph breaks first, then line breaks, sentence endings and ordinary spaces. Very long unbroken text may still need to be cut at a smaller boundary to stay within the limit.
The public twitter-text v3 configuration sets a maximum weighted post length of 280. X can offer different posting limits in some account or product contexts, so the field remains editable.
No. Splitting and counting run directly in your browser. Wid9et is not affiliated with X Corp.