To be able to schedule post for your accounts you need to set up cron job to hit a URL on your server every minutes
Enter this command below to setup the cron job
* * * * * wget --spider -O - http://yourdomain.com/cron/run >/dev/null 2>&1
If your hosting does not support cron job you can use wwww.easycron.com