NextScripts
Forum Replies Created
-
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] manual repostPlease go to the plugin settings -> Filters and include “post” to the allowed post types.
У вас WP Cron не работает. Он срабатывает только когда вы входите в админ панель. А должен срабатывать сам по себе каждую минуту.
Do you have WP Cron setup correctly?
https://www.nextscripts.com/tutorials/wp-cron-scheduling-tasks-in-wordpress/Please go to the Log/History page and check only “All Cron Events” checkbox.
You should see ONLY crons executed from WGET or Mozilla every one or two minutes. If you see nothing at all, calls from “WordPress/4.x.x” or calls made at irregular time intervals, your cron is not set correctly.
Please see the answer in the FAQ – #2.24: https://www.nextscripts.com/support-faq/#a24
All our scripts are installed on your server and your server makes posts to your networks directly. When you make a post your server logins to your account on your behalf and makes a post. The location that Facebook is asking you to confirm is a location of your server.
The further your sever from your home the more suspicious Facebook about that login. Please confirm that it was you. It might take several times and then Facebook will stop asking. Basically Facebook needs to mark your server IP as your “usual login” location. Once that happens, Facebook will stop with “suspicious activity” alerts.
Alternatively please try to use session instead of username password or vise versa.
Session Instructions: https://www.nextscripts.com/snap-nextscripts-api-for-facebook-configuration/#session
You need to contact your target site admins and ask them to give you read-write rights to that blog and its API.
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Username versus %AUTHORNAME%Thanks for the suggestion. We will add %AUTHORUNAME% tags that will get username to the next version.
Yes, xmlrpc works fine. It answers correctly. But either your account has no rights to post there from xmlrpc or the whole site is set to read-only.
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] !WordPress to MailChimp EmailsYou need to check your site and your Mailchimp settings. Most probably you have something somewhere a settings that prevents autosend of your campaigns from API.
Here is how it works with 100% default settings in both WordPress and Mailchimp:
1. Original WordPress post with title, featured image and some HTML text containing another image.

2. SNAP message format settings (It should insert featured image before text and add backlink at the end):

3. Result in Mailchimp Sent Campaign View (featured image before text and backlink at the end):

4. Result in Gmail:

@applestage Again. We can’t discuss this issue here. Please go to our site if you need more info: https://www.nextscripts.com/2019/05/corrupted-cache-issue-with-snap-pro/
- This reply was modified 6 years, 11 months ago by NextScripts.
PS: This issue has nothing to do with free SNAP plugin from wordpress.org. Free SNAP plugin does not have file nxs-snap-pro-upgrade.php and it does not use function eval() anywhere in it.
This issue belongs to commercial SNAP Pro plugin.
The rules of this forums prohibit discussing or supporting commercial versions of plugins.
https://wordpress.org/support/topic/wordpressorg-forums-rules-those-forums-are-for-only-for-the-free-plugin/If you have any issues with commercial version of SNAP please contact support directly https://www.nextscripts.com/support
This sounds like corrupted cache.
Please go to your WordPress database and delete option with the name “__plugins_cache_242” from your wp_options table.
Something like
DELETE FROM
wp_optionsWHEREoption_name=’__plugins_cache_242′;Just replace
wp_optionswith your actual WP Options table name.*** You might need to re-enter your activation key after that.
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] SNAP conflict with ACFPlease update to the latest version 4.3.7. This problem has been fixed there.
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Already AutopostedPlease see the answer in the FAQ – #1.3:
https://www.nextscripts.com/support-faq/#a13Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Blogger Login not working nowIt would be very helpful if you tell us what error message you are getting. There could be many different issues or errors, and we can’t help you without knowing which one you got.
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Auto posting not workingfamous ACF bug
ACF bug has been fixed in the latest version 4.3.7. Please update your plugin.