-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathchapter06.Rmd
19 lines (9 loc) · 1.7 KB
/
chapter06.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# How threads work
Tweet threads are one of the little gems of this microblogging platform. A thread is a string of tweets all linked together by the author and will relate to a topic in some way. When composing a thread, usually people indicate this by starting it with [Thread] or 1/n or some other way to highlight it's a thread.
Here's how a thread shows up in your feed.
<blockquote class="twitter-tweet"><p lang="en" dir="ltr">What keeps you from contributing to other ppl's (<a href="https://twitter.com/hashtag/rstats?src=hash&ref_src=twsrc%5Etfw">#rstats</a> etc) open-source projects? <a href="https://twitter.com/hashtag/thread?src=hash&ref_src=twsrc%5Etfw">#thread</a> 1/5<br><br>I have 3 fears:<br><br>1. What if my idea doesn't fit w/ the direction of the project?<br>2. What if my implementation doesn't match the project's design?<br>3. What if my style isn't on point?</p>— Benjamin Wolfe (@BenjaminWolfe) <a href="https://twitter.com/BenjaminWolfe/status/1228697624087318529?ref_src=twsrc%5Etfw">February 15, 2020</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<br>
To make a thread of your own, start by composing a tweet as usual, then tap the "+" icon in the lower right. This will add another tweet below it. When you've completed your thread, you can select "Tweet all" and the whole thread will be posted.
<br>
{width=50%}
People can reply to any of the tweets in a thread which starts a mini offshoot thread. This can become a bit confusing if you want to see all replies to a thread, and we basically have to live with it until Twitter finds a way to make this more intuitive.