Repeated post

2021.07.18 · FAQ

This is a function that allows you to republish the same post with a certain frequency (for example: once an hour, once a day, once a week, every 2 hours, etc.).

Attention: the function is available only in the web version (via the bot you cannot, but wish already exist)!

To create an auto-publication you need:

  • in the post settings, open the “Repeat publication” section: image

  • further in the auto-publication settings, select the repetition period in the cron-style (if you find it difficult to understand what to specify, use the resource crontab.guru, or see examples below): image

  • check the result in the next. step “List of dates”: image

Limitations

  • No more than 100 repetitions of one post
  • Schedule no more than 3 months in advance

Examples

  • Every day at 10:00 (schedule one week ahead, 07/19/2021 — 07/26/2021): image image

  • Every 3 days (look at syntax */3) at 12:00 (schedule until the end of the month, 07/19/2021 — 07/31/2021): image

    image

  • Every week on Monday and Wednesday at 13:00 (schedule 2 weeks ahead, 07/19/2021 — 08/02/2021): image image

  • Every hour from 10:00 to 20:00 (scheduled 2 days in advance, 07.19.2021 — 07.20.2021): image image

  • Every 2 hours from 10:00 to 20:00 (schedule 2 days ahead, 07/19/2021 — 07/20/2021): image image

Note

Technically, automatic republishing work by copying your original post at the time of republishing. Several nuances follow from this:

  • the posts-repetitions will not be visible in the calendar of posts, only the original post
  • in case of failure at the time of publication post-repetition, this post may not published (there will be a gap in the repeating schedule)