NextScripts.com

Forum Replies Created

Viewing 15 posts - 2,281 through 2,295 (of 3,474 total)
  • Author
    Posts
  • in reply to: Remove facebook blue box from posts? #140567
    Doug
    Participant

      I’m asking about the blue box within the post as indicated in the link here:

      https://www.fullertonmasonry.com/images/box.png

      I’m wondering if that can be removed so that it looks like a regular post.

      thanks

      in reply to: Remove facebook blue box from posts? #140536
      NextScripts.com
      Participant

        What exactly are you talking about? “Coming soon” post looks exactly as any other Facebook post. What is wrong with it?

        in reply to: Remove facebook blue box from posts? #140533
        Doug
        Participant

          example is the coming soon post here: https://www.facebook.com/jonicdsynzandxpressionz

          Tim
          Participant

            Thank you very much. Resolved.

            Tim

            in reply to: Double FB Posts #139912
            Joe
            Participant

              Ok let’s take this step by step since I don’t seem to get you or you, me.
              I re-setup all my cron jobs in Cpanel.I set them up to run once an hour (they were already set this way but just in case I did it again). I used this command:
              wget -O /dev/null https://www.mywebsite.com/wp-cron.php?doing_wp_cron > /dev/null 2>&1
              I checked wpcron.php for any abnormalities, I don’t see any.
              On the posting settings I have the “Publish Immediately” option selected, instead of the “Use WP Cron to Schedule autoposts”—is that correct?
              Because with this setup I still get a hundred posts a minute!!! I cleared the cache from w3 cache in case some of the code is also being cached or something…I still get 100 or more posts a second.
              Here’s the interesting thing. I turned everything off (unchecked all the social network boxes and clicked “update setting”) and for some reason it is continuing to post on Facebook.
              Hmmph….

              NextScripts.com
              Participant

                Please check with your server admin or hosting provider.

                You have session_start(): broken.

                in reply to: Future to Publish will not post automatically #139855
                Mike
                Participant

                  Any luck or ideas with this issue?
                  I like the features of this plugin and considering to go PRO, but if this issue is not solved yet then i need alternatives.

                  Right now i’m combining with ifttt.com. I’m keen to know if there are any solution yet.

                  Thanks

                  in reply to: Double FB Posts #139848
                  NextScripts.com
                  Participant

                    Everything you need is mentioned at the link above.

                    The article suggests you to disable WP Cron and setup a real cron that runs every minute.

                    If you look, you will see that your WP Cron is activated several times per second. As the result you got racing and duplicate postings. Please setup your cron to correctly run not more then once per minute and it will work.

                    I know you said that your “cron is setup correctly”, but you can look at the code if you like. there is nothing that triggers reposter to run other then a direct call from WP Cron. Look at the file nxs_functions.php line 891. function nxs_rePoster().

                    Here is the line:

                    if (stripos($_SERVER[“REQUEST_URI”], ‘wp-cron.php’)===false) return false;

                    If you don’t understand PHP, this line means that if wp-cron.php is NOT found in the request URL, then execution of the function nxs_rePoster() will be stopped with “false” return.

                    That’s it. NO ‘wp-cron.php’ – NO re-posting.

                    Your log shows that function nxs_rePoster() executed every second, which means something is calling wp-cron.php every second. This is not a sign of “correctly setup cron”

                    in reply to: ISSUE – Auto-publish to Facebook #139844
                    NextScripts.com
                    Participant

                      Instructions are not outdated.

                      Only ~30% of Facebook users got new interface.
                      70% of Facebook users still see the old one.

                      We have instructions for BOTH:

                      Facebook Configuration (OLD Interface)

                      Setup/Installation: Facebook – Social Networks Auto-Poster

                      Facebook Configuration (New Interface)

                      Setup/Installation: Facebook – Social Networks Auto-Poster

                      in reply to: Custom fields to configure which site to post to? #139841
                      NextScripts.com
                      Participant

                        Sorry, plugin doesn’t have any tools to easily control which post to post where.

                        NextScripts.com
                        Participant

                          Yes you do.

                          The answer is in the FAQ – #13:

                          FAQ

                          in reply to: LinkedIn Array Posting Error #139838
                          NextScripts.com
                          Participant

                            Please contact the support directly, we need to take a look at your site

                            in reply to: Double FB Posts #139808
                            Joe
                            Participant

                              I have the same problem and I’ve submitted a ticket with no response. So above you say that the OA has cron racing, and in the FAQ it says, that all these problems are because of an “unhealthy wp cron”, but there are no clear suggestions on how to fix it.

                              Personally, I use the unix cron setup that you guys have in the FAQ, so my wp cron is disabled in the wp config file, but is run by the unix cron functionality.

                              What do I need to do to fix this issue?

                              in reply to: ISSUE – Auto-publish to Facebook #138050
                              Gigs
                              Participant

                                I seem to need more help then you guys are providing, your how to’s seem to be out dated, I just can not get fb to connect / work.

                                in reply to: WordPress 3.8.1 #137668
                                NextScripts.com
                                Participant

                                  The most common reason for this is the amount of memory allowed for PHP on your server. Please check and make sure it’s not 32M or less. You need at least 64M, but if you have other plugins 128M or even 256M is recommended.

                                Viewing 15 posts - 2,281 through 2,295 (of 3,474 total)