Scheduling Posts
WriteFreely supports scheduling posts to be published at a future date.
To schedule a post from the web application:
- Publish a post as a Draft
- At the top of the page, click Edit
- Notice the new “i” icon at the top of the editor; click that
- Change the “Created” time to a date in the future, and save your settings
- Finally, go to your Drafts page
- Click “move to your blog“
Advanced. To schedule a post from the API:
- When publishing a blog post, include the
created
property
Notes
- Scheduled posts are hidden from your blog until the published date has passed
- Scheduled posts won't be sent out via federation / ActivityPub (to be fixed with T567)