···12 <header>Post To Retweet</header>
13 <input type="text" id="repostRecordURL" placeholder="https://" />
14 <small>This must be a post, it cannot be anything else.
15- It must also exist, and be reachable
16 (i.e. a post that's not deleted, nor are you forbidden from seeing it)</small>
17 <blockquote id="repostTitleSection">
18- <label for="repostTitle">Repost Title (Optional)</label>
19- <input type="text" id="repostTitle" maxlength={MAX_POSTED_LENGTH} />
20- <small>A name or simple phrase to help you organize reposts. Max {MAX_POSTED_LENGTH} characters. Will update existing titles.</small>
21 </blockquote>
22 </article>
23 <ScheduleOptions timeID="repostTime" allowNow={false} type="retweet" header="Retweet At" />
···12 <header>Post To Retweet</header>
13 <input type="text" id="repostRecordURL" placeholder="https://" />
14 <small>This must be a post, it cannot be anything else.
15+ The post must also exist, and be reachable at the scheduled time
16 (i.e. a post that's not deleted, nor are you forbidden from seeing it)</small>
17 <blockquote id="repostTitleSection">
18+ <label for="repostTitle">Retweet Title <small>(Optional)</small></label>
19+ <input type="text" id="repostTitle" maxlength={MAX_POSTED_LENGTH} placeholder="Leave blank to use existing/generated title" />
20+ <small>A name or simple phrase to help you organize retweets. Max {MAX_POSTED_LENGTH} characters. Will update existing titles, cannot be used on scheduled posts.</small>
21 </blockquote>
22 </article>
23 <ScheduleOptions timeID="repostTime" allowNow={false} type="retweet" header="Retweet At" />