FS Poster - Best Auto Poster & Scheduler Plugin For WordPress

FS Poster - Best Auto Poster & Scheduler Plugin For WordPress v7.1.8

No permission to download
v 3.5.4 – 10 Mar 20

+ Minor improvement and some bugs are fixed.
v 3.5.3 – 02 Mar 20
+ Fixed Add Account App and Cookies method
+ Fixes some bugs and minor improvements.

Installation Instructions
Migrate from 3.5.2 to 3.5.3

screenshot-png.27490

Execute SQL:
Code:
ALTER TABLE wp_fs_account_nodes ADD `blog_id` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL

Note: If your prefix is not wp_ replace it with yours.
If you have no knowledge of how to execute an SQL statement, just uninstall the plugin from the wordpress panel, upload the files again and enter the license. "babiato.net"
v 3.5.2 V2 – 28 Feb 20 Unofficial Fix
+ Fixed error autor code Facebook Posting by lgokul

v 3.5.2 – 27 Feb 20
+ Fixed bugs related to WP multisite feature.

Installation Instructions:
Migrate from 3.5.1 to 3.5.2 V2
screenshot-png.27490
Execute SQL:
Code:
ALTER TABLE wp_fs_accounts ADD `blog_id` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL;
ALTER TABLE wp_fs_feeds ADD `blog_id` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL;
ALTER TABLE wp_fs_schedules ADD `blog_id` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL

Note: If your prefix is not wp_ replace it with yours.
If you have no knowledge of how to execute an SQL statement, just uninstall the plugin from the wordpress panel, upload the files again and enter the license. "babiato.net"
  • Like
Reactions: tanierlyons
v 3.5.2 – 27 Feb 20

+ Fixed bugs related to WP multisite feature.

Installation Instructions:
Migrate from 3.5.1 to 3.5.2
screenshot-png.27490
Execute SQL:
Code:
ALTER TABLE wp_fs_accounts ADD `blog_id` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL;
ALTER TABLE wp_fs_feeds ADD `blog_id` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL;
ALTER TABLE wp_fs_schedules ADD `blog_id` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL

Note: If your prefix is not wp_ replace it with yours.
If you have no knowledge of how to execute an SQL statement, just uninstall the plugin from the wordpress panel, upload the files again and enter the license. "babiato.net"
v3.5.1 – 23 Feb 20
+ Fixes some bugs and minor improvements.
Changelogs
v 3.5.0 V3 – Unofficial FIX
  • FIX Error Autor Code - Custom messages Option #4 Add Schedules
v 3.5.0 V2 – Unofficial FIX
  • FIX - When you delete the plugin and reinstall via WordPress a fatal error occurred
v 3.5.0 – 20 Feb 20
  • Added the option to share posts on WordPress based blogs;
  • Added the option to re-schedule finished Schedules;
  • Added the option to edit current Schedules;
  • Started supporting WP multi-site feature;
  • Fixes some bugs and minor improvements.
Code:
ALTER TABLE wp_fs_schedules ADD `save_post_ids` varchar(3000) COLLATE utf8mb4_unicode_ci DEFAULT NULL, CHANGE `next_execute_time` `next_execute_time` VARCHAR(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL
SQL FIX 3.4.2 TO 3.5.0 V3 (not to lose configuration)
Remember if your wordpress prefix is different from "wp_" replace it with yours

If you have no knowledge of how to do this just delete the plugin from the wordpress directory and reinstall it (the bad thing is that you will have to reconfigure it)
If you only execute the above SQL query you will not have to reconfigure the plugin.

Note: If you install the plugin for the first time you will not have to do the above.
Changelogs
v 3.5.0 V2 – Unofficial FIX
  • FIX - When you delete the plugin and reinstall via WordPress a fatal error occurred
v 3.5.0 – 20 Feb 20

  • Added the option to share posts on WordPress based blogs;
  • Added the option to re-schedule finished Schedules;
  • Added the option to edit current Schedules;
  • Started supporting WP multi-site feature;
  • Fixes some bugs and minor improvements.
Code:
ALTER TABLE wp_fs_schedules ADD `save_post_ids` varchar(3000) COLLATE utf8mb4_unicode_ci DEFAULT NULL, CHANGE `next_execute_time` `next_execute_time` VARCHAR(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL
SQL FIX 3.4.2 TO 3.5.0 V2 (not to lose configuration)
Remember if your wordpress prefix is different from "wp_" replace it with yours

If you have no knowledge of how to do this just delete the plugin from the wordpress directory and reinstall it (the bad thing is that you will have to reconfigure it)
If you only execute the above SQL query you will not have to reconfigure the plugin.

Note: If you install the plugin for the first time you will not have to do the above.
Changelogs
v 3.5.0 – 20 Feb 20

  • Added the option to share posts on WordPress based blogs;
  • Added the option to re-schedule finished Schedules;
  • Added the option to edit current Schedules;
  • Started supporting WP multi-site feature;
  • Fixes some bugs and minor improvements.

Code:
ALTER TABLE wp_fs_schedules ADD `save_post_ids` varchar(3000) COLLATE utf8mb4_unicode_ci DEFAULT NULL, CHANGE `next_execute_time` `next_execute_time` VARCHAR(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL
SQL FIX 3.4.2 TO 3.5.0 (not to lose configuration)
Remember if your wordpress prefix is different from "wp_" replace it with yours

If you have no knowledge of how to do this just delete the plugin from the wordpress directory and reinstall it (the bad thing is that you will have to reconfigure it)
If you only execute the above SQL query you will not have to reconfigure the plugin.

Note: If you install the plugin for the first time you will not have to do the above.
v 3.4.2 Unofficial fix by lgokul – 21 Jan 20
+ The schedule system was fixed.
v 3.4.2 – 16 Jan 20
+ Fixes some bugs and minor improvements.

SQL CODE
-- ATTENTION: If you just install first time the plugin it is not necessary to put these SQL codes, it is only for users who had an earlier version.


Code:
-- If you already put this code on the 3.4.1 FIX V3, do not put it and skip it.

ALTER TABLE wp_fs_schedules ADD `sleep_time_start` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL, ADD `sleep_time_end` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL, ADD `share_on_background` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL

-- If you already put this code on the 3.4.1 FIX V2, do not put it and skip it.

ALTER TABLE wp_fs_feeds ADD `sleep_time_start` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL, ADD `sleep_time_end` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL, ADD `share_on_background` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL

If you have no knowledge of how to do this just delete the plugin from the wordpress directory and reinstall it (the bad thing is that you will have to reconfigure it)
If you only execute the above SQL query you will not have to reconfigure the plugin.

Note: If you install the plugin for the first time you will not have to do the above.

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu