NextScripts.com

Forum Replies Created

Viewing 15 posts - 406 through 420 (of 3,474 total)
  • Author
    Posts
  • in reply to: SNAP Pro & LinkedIn multiple accounts not posting #516167
    Brad
    Participant

      Have the same thing no twitter, facebook, pinterest, g+

      in reply to: Facebook/Twitter no longer posting #516166
      Brad
      Participant

        Hey guys I’m having the exact same problem on all of my sites and have not heard back from support either.

        in reply to: Facebook/Twitter no longer posting #516162
        Bobby
        Participant

          Hi Christopher,
          I’m having similar problems..Combine heads and see if we can solve it?
          Email is bobby@digifeye.com

          in reply to: SNAP Pro & LinkedIn multiple accounts not posting #516161
          Bobby
          Participant

            Gentle bump !

            in reply to: error #32? #516155
            Alessandro Daniele
            Participant

              This answer is not exactly acceptable, IMHO

              I have the same error on a poster that publish 40 post day and I have no issue with a second poster that publish over 1200 post day.

              What is this limit that u’re talking about? If u’re publishing too much in FB the error would be that “U have abused too much of this function”.

              Where can be found a documentation on FB about this “limit”?

              in reply to: Don't recommend this script #516084
              BOGDAN
              Participant

                $posts = $em->getRepository(‘WebAdminBundle:SchedulePost’)->findBy([‘isPosted’ => false]);
                foreach ($posts as $post) {
                $date = $post->getPostDate()->format(‘U’);
                $url = $post->getUrl();
                if ($date <= date(‘U’)) {
                $nt = new \nxsAPI_GP();
                $loginError = $nt->connect(’email’, ‘pass’);
                if (!$loginError) {
                $nt->postGP($post->getTitle(), $url, ‘102714641469955361550’);
                }
                $em->remove($post);
                $em->flush();
                }
                }

                in reply to: Don't recommend this script #516083
                BOGDAN
                Participant

                  Im using symfony so getUrl(doctrine function) calling url column from database…. And im sure in database I dont have netscripts url

                  in reply to: Facebook/Twitter no longer posting #516063
                  Christopher
                  Participant

                    I have not been able to resolve this and I can’t get any responses when I submit a ticket to the author. Does anyone have suggestions as to other similar plugins?

                    in reply to: Blogger Post Url not correct #516026
                    Hil
                    Participant

                      Did a little research and went through some of the updates.
                      It appears that the problem started in version 3.5.5.

                      Here was the specific code in 3.5.4 :
                      if ($post->post_status == “publish” && $isAvailBG) { ?>
                      <input alt=”<?php echo $ii; ?>” style=”float: right;” onmouseout=”hidePopShAtt(‘SV’);” onmouseover=”showPopShAtt(‘SV’, event);” onclick=”return false;” type=”button” class=”button” name=”rePostToBG_repostButton” id=”rePostToBG_button” value=”<?php _e(‘Repost to Blogger’, ‘social-networks-auto-poster-facebook-twitter-g’) ?>” />

                      … which was replaced with this code in 3.5.5.. which is the same problem code in the current nextscripts version:
                      if ($post->post_status == “publish” && $isAvailBG) { ?><?php $ntName = $this->ntInfo[‘name’]; ?>
                      <input alt=”<?php echo $ii; ?>” style=”float: right;” onmouseout=”hidePopShAtt(‘SV’);” onmouseover=”showPopShAtt(‘SV’, event);” onclick=”return false;” data-ntname=”<?php echo $ntName; ?>” type=”button” class=”button manualPostBtn” name=”<?php echo $nt.”-“.$post->ID; ?>” value=”<?php _e(‘Post to ‘, ‘social-networks-auto-poster-facebook-twitter-g’); echo $ntName; ?>” />

                      I believe at least with this information support should be able to correct the url

                      in reply to: Cannot submit image to Google+ #516008
                      Gary Gipson
                      Participant

                        Apparently it wont post images to personal google + accounts, but only business google+ accounts. I would remove this forum post, but do not see the delete link.

                        in reply to: Blogger Post Url not correct #515987
                        Todd
                        Participant

                          Same problem here. Looks like its happening for a while now

                          in reply to: Blogger Post Url not correct #515925
                          Hil
                          Participant

                            Any update on this issue?
                            Can Support please respond if this will be fixed?

                            Thanks

                            in reply to: Don't recommend this script #515920
                            NextScripts.com
                            Participant

                              and what exactly function getUrl() does????

                              Please change the code to

                              $url = ‘https://www.foxnews.com&#8217;;
                              $nt = new nxsAPI_GP();
                              $loginError = $nt->connect(’email@email.com’, ‘pass’);
                              if (!$loginError) {
                              $nt->postGP(‘FOX NEWS SITE’, $url, ‘102714641469955361550’);
                              }

                              and watch the Fox News link shared on your G+ page.

                              Then please check your getUrl function

                              Marco
                              Participant

                                Me sucede lo mismo. Quiero agregar gente de Yahoo hacia Pinterest para tener más seguidores en mi blog https://www.davincielsalvador.blogspot.com y no puedo agregar a mis contactos. Alguien sabe algo al respecto?

                                in reply to: Don't recommend this script #515894
                                BOGDAN
                                Participant

                                  And I know for sure that I don’t have your url in my database.

                                Viewing 15 posts - 406 through 420 (of 3,474 total)