-
Notifications
You must be signed in to change notification settings - Fork 39
Automatically truncate long tweets #398
Comments
I agree that we could do more for multi-part tweets, but I'm not sure that splitting it for the user is the right way. Amongst other problems, I can see:
|
Thanks for picking up the idea :)
True. But maybe this could just be solved by letting the user choose their delimiter, with one possibility being a non-whitespace string with an dot in the end. But I am sure there are plenty of edge cases, you are absolutely right.
Also true. But could also be "solved" by a respective option to either quote the total number of tweets or not.
You already have a dynamic character counter in the tweet compose window. Couldn't you just show the number of split-parts next to that number, provided the total character count exceeds the maximum tweet length, like so: |
I recently made an mockup for a "Post Creation" dialog for the redesign which takes threads into account: I think the option to create multiple posts at once should be something that should be included in the Redesign, since Twitter also provides this functionality. But doing it automatically is not necessary IMHO. |
I recently made an mockup for a "Post Creation" dialog for the
redesign which takes threads into account:

Looks really nice :)
I think the option to create multiple posts at once should be
something that should be included in the Redesign, since Twitter also
[provides this
functionality.](https://user-images.githubusercontent.com/47981497/132694436-64ac316f-c102-4512-8ded-0a695f7ed866.png)
But doing it automatically is not necessary IMHO.
Yeah, doesn't need to be automatic. Just at the moment making a thread
involves some amount of copy-pasta and posting some 600 chars is
generally fiddly.
|
Wy not using a service like Twishort? |
Using an external service like Twishort would introduce an unnecessary dependency and would likely also not be the behaviour most of our user would like to see. |
Also, services like Twishort die and get closed down. I've seen various posts from people that are no longer fully available because either they used a "long tweet" service or they used one of the "post a tweet and an image, but not on Twitter" services. It's 50% of the same reason why we won't support automated link shortening. Also also, people have to click a link to open it. The whole point of Cawbird is that people can avoid using their browser for viewing Twitter! |
At the moment, users have to manually truncate their tweets if they exceed the character limit, which is slightly annoying.
A possible solution would be to automatically truncate the text at the char limit and add a suffix indicating a multi-part tweet (e.g. 1/2 and 2/2). Regarding the specific cutting point, it could be the last available white space before meeting the char limit, avoiding cutting apart words.
The text was updated successfully, but these errors were encountered: