Post on G+ : no image, no preview message

Forums NextScripts API Forums – Google+, Pinterest, LinkedIn, etc.. Post on G+ : no image, no preview message

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #467613
    CloneVince
    Participant

      Hello,

      Since 1st October, links are posted on G+, only title is shown on post.

      my code :

      require_once "nxs-api/nxs-api.php";
      $email = $variable_googleplus['email'];
      $pass = $variable_googleplus['pass'];
      $msg = $message;
      $pageID = $variable_googleplus['id'];
      $nt = new nxsAPI_GP();
      $loginError = $nt->connect($email, $pass);
      if (!$loginError) {
      $result = $nt->postGP($msg, $alias, $pageID);
      }

      The last change was long time ago 🙁

      Thx for your help.

      #469072
      CloneVince
      Participant

        Any help plz ?

        #476183
        CloneVince
        Participant

          1 month later, still no answer…
          Plz help !

          #476257
          NextScripts.com
          Participant

            Please check the metadata on your site.

            #476306
            CloneVince
            Participant

              Metadata are the same, but, can you tell me whose metadata have to be on the page ?

              Thx 🙂

              #476317
              NextScripts.com
              Participant

                Google gives no control over what info is displayed along with attached link. Our API just sends the URL, and Google adds that info by itself using your metatags.

                There is no clear definition of what metatags they used. Usually OG tags do the trick, but sometimes regular metatags are ok too.

                #499562
                LottoMatic.info
                Participant

                  Hi there. I hope someone will be able to help me because I’m pulling my hair out here…

                  Same problem… when posting a Link Post to G+, only the title, text and link shows. No image.

                  IMPORTANT NOTE: If I manually post the link (I used the exact same link by copying it from the G+ autopost) everything works fine and the image loads.

                  So, it is NOT a metadata problem on my website.

                  Help would be really appreciated.

                Viewing 7 posts - 1 through 7 (of 7 total)
                • You must be logged in to reply to this topic.