NextScripts.com

Forum Replies Created

Viewing 15 posts - 1,876 through 1,890 (of 3,474 total)
  • Author
    Posts
  • in reply to: Attach Image to Twitter Post not working #214388
    NextScripts.com
    Participant

      The answer is in the FAQ – #1.5:

      Support FAQ


      in reply to: Front Page turned int Blank White Page #214320
      NextScripts.com
      Participant

        Please see here: https://wordpress.org/support/topic/home-page-shows-up-as-white-blank-page

        in reply to: SOMETHING WENT WRONG #214176
        Yuang Chu
        Participant

          forgot to mention that it started after i upgraded to version 3.3.8

          in reply to: SOMETHING WENT WRONG #214171
          Yuang Chu
          Participant

            I am having the same issue on random pinterest accounts, i do have the right to post on these boards so it seems just an API problem.

            Array ( [pgID] => [isPosted] => 0 [pDate] => 2014-06-03 09:34:17 [Error] => Something went wrong – Array ( [api_error_code] => 7 [message] => You don’t have permission to edit that board. [code] => API_ERROR [target] => [http_status] => 401 ) )

            in reply to: SOMETHING WENT WRONG #214058
            C. Alex Velazquez
            Participant

              I am having the same problem. Have retrieved new boards, and saved. But issue persists. 🙁

              Help.

              in reply to: Universal API #213956
              NextScripts.com
              Participant

                Universal API is here: https://www.nextscripts.com/snap-api/

                It’s a separate product. WordPress SNAP Pro has embedded runtime edition of this API. It adds all networks to WordPress, but you can’t get the source and use it in your projects.

                You need to obtain SNAP API Light or SNAP API Pro to get nxs-api.php file. If you got WordPress SNAP Pro plugin withing last year, you can get a discount: https://www.nextscripts.com/snap-api/upgrade/

                in reply to: Posting to Facebook tabs #213955
                NextScripts.com
                Participant

                  app_12345 is not part of the facebook, it’s an external website.

                  in reply to: Scheduled Posts #213874
                  Varg
                  Participant

                    I just saw this error : User ID XX can’t autopost (see FAQ #1.7).
                    Saw the FAQ and checked “Skip User Security Verification”.
                    Hope it will works now.

                    Thanks for the tips !

                    in reply to: Plugin Not Posting To Facebook #213725
                    NextScripts.com
                    Participant

                      Again, if you are not getting the same error as “Matthew Kadish” please tart your own topic.

                      When you do that please tell us – are you getting any errors?
                      Please check your Log/History tab and let me know if you have any errors there.

                      in reply to: New Pinterest Standalone API is not working. #213723
                      NextScripts.com
                      Participant

                        The answer is in the FAQ – #4.4:

                        Support FAQ


                        in reply to: Pinterest not working – New API #213721
                        NextScripts.com
                        Participant

                          The answer is in the FAQ – #4.4:

                          Support FAQ


                          in reply to: Problem With Scoop.It Descriptions #213698
                          Matthew Kadish
                          Participant

                            Upon further inspection, I’ve found the problem is with the %EXCERPT% token. It seems to be pulling the text from my static Privacy Policy page instead of an excerpt from the actual post being published for some reason.

                            I switched the token to the %RAWEXCERPT% one and that seems to work fine. I don’t understand why the %EXCERPT% token is acting in that way, though. You may want to look into this.

                            Also, Tumblr is still not posting anything in the body area. No tokens work there at all.

                            in reply to: Pinterest not working – New API #213679
                            Yagmur Akgün
                            Participant

                              So, no one is bothering answering my support tickets, I’ll just post here. In the example for Pinterest Standalone API there is a call for nxs-api.php:

                              require_once “nxs-api/nxs-api.php”;

                              which is not included in the API library zip.

                              There is a file called nxs-http.php though, so I changed my script to reference this file.

                              My script for testing looks like this:
                              <?
                              require “postToPinterest.php”;
                              global $nxs_gCookiesArr;
                              $nxs_gCookiesArr = doCheckPinterest(); // Use your function to retrieve saved data to array

                              $email = $argv[1];

                              $pass = $argv[2];

                              $msg = $argv[3];
                              $imgURL =$argv[4];
                              $link = $argv[5];
                              $boardID = $argv[6]
                              $loginError = true;
                              if (is_array($nxs_gCookiesArr)) $loginError = doCheckPinterest();
                              if ($loginError!==false) {
                              $loginError = doConnectToPinterest($email, $pass);

                              }
                              if (!$loginError)
                              {
                              doPostToPinterest($msg, $imgURL, $link, $boardID);
                              } else echo $loginError;
                              ?>

                              So, since changing to the newest API library (because login was broken in the old one), I am getting this error:

                              PHP Notice: Undefined index: SERVER_NAME in C:\php\nxs-http.php on line 188
                              nxs_Error Object
                              (
                              [errors] => Array
                              (
                              [http_request_failed] => Array
                              (
                              [0] => SSL certificate problem: unable to get local issuer certificate
                              )

                              )

                              )
                              – ERROR

                              I am running this script on localhost, which worked well until this new update.

                              in reply to: Pinterest not working – New API #213654
                              Ryan
                              Participant

                                Should have pointed out that I am using the latest version of the standalone API library.

                                in reply to: Twitter – Auto Post problems #213653
                                mark
                                Participant

                                  ok – figured out the problem, I didn’t have anything in the Message text Format: box

                                Viewing 15 posts - 1,876 through 1,890 (of 3,474 total)