WP-Cron & Reposting / Importing Comments / Post delay
-
First of all thank you for this great plugin, its really usefull if you know how to handle it – as I did some experiments the last maybe it can help other users.
I opened several support-ticket, but I never got an answer.
So I hope I get some answers for more understanding here:Suggestions: As obviously a lot of problems rely on the cronejob, please give us an advice where to find better instructions – the one on your website causes problems, see below.
1. The main issue for now is wp-cron & Reposting-Function – it creates more posts than it should.
This is my cronjob – I followed your instruction.
#!/bin/sh
curl -s -H “User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64)” https://berufebilder.de/wp-cron.php?doing_wp > /dev/null 2>&1(actually your original suggestion sent an email everytime the cronjob was executed, so I was nearly blocked by my webhoster)
2. Reposting just works more less with immediately posting-settings – but what about delaying posts?
Reposting works, but mainly when settings are set to use wp-cron, it posts more than one article, not the same, just the next article in the query – everytime the cronejob is executed one post.
Thats why I put the settings on immediately.
But still, when I set the cronejob on 2 Minutes, as you reccomendet, it posts to twitter every 2 minutes. To xing for example not.Should it be like that?
I would also like to delay posting for certain networks and set a cronjob, as you recommended, more often, but I can only set it to 2 hours now.
3. Importing Comments just work halfways
Is there a way to manually execute the comment importing for a post? Thats a very important feature.
The importing-comments function uses the cronejob too. I set it on 1000 Comments, but it just queries only a few comments and everytime the function works they are the same comments – so it looks like:
[2017-11-11 12:46:01] – [Comments Import] [ALL] – Checking for new comments now… Array ( [0] => 30028 [1] => 8077 [2] => 44284 [3] => 33150 [4] => 7617 [5] => 30225 [6] => 51926 [7] => 33589 [8] => 29055 [9] => 7764 [10] => 30081 [11] => 40676 [12] => 51437 [13] => 29569 [14] => 2699 [15] => 226 [16] => 33602 [17] => 31211 [18] => 7804 [19] => 8825 [20] => 49796 [21] => 52817 [22] => 28418 [23] => 9041 [24] => 7773 [25] => 51680 [26] => 9650 [27] => 43032 [28] => 123 [29] => 38216 [30] => 5751 [31] => 36816 [32] => 30839 [33] => 47826 [34] => 51818 [35] => 36594 [36] => 46038 [37] => 9344 [38] => 7855 [39] => 29612 [40] => 51393 [41] => 29543 [42] => 40672 [43] => 32101 [44] => 42539 [45] => 30005 [46] => 5598 [47] => 6927 [48] => 30304 [49] => 39526 [50] => 45196 [51] => 32071 [52] => 5708 [53] => 6772 [54] => 30531 [55] => 42601 [56] => 51615 [57] => 33533 [58] => 32193 [59] => 32239 [60] => 27734 [61] => 33007 [62] => 27911 [63] => 698 [64] => 5201 [65] => 32589 [66] => 32085 [67] => 34126 [68] => 32095 [69] => 33512 [70] => 31521 [71] => 31386 [72] => 5857 [73] => 28283 [74] => 36 [75] => 43892 [76] => 51853 [77] => 33873 [78] => 7435 [79] => 29076 [80] => 5115 [81] => 32597 [82] => 64306 [83] => 2427 [84] => 29098 [85] => 27875 [86] => 64237 [87] => 64284 )
4. Autoposting dosn’t work anymore
I also get sometimes missed-schedule announcements for publishing posts and I use the plugin missed schedule, this works – but autoposting works only when I publish posts manually without scheduling them. In Version 3 it still worked.
5. Quickposting & Pinterest
Is there a way to tell the quickposting function to use the first image of a post for a pinterest post?Thank for your help.
The page I need help with: [log in to see the link]
The topic ‘WP-Cron & Reposting / Importing Comments / Post delay’ is closed to new replies.