G+ Url/Link not being posted

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #124430
    MaFt
    Participant

      Done quite a few tests and the link doesn’t seem to get posted to G+.

      I’m sending a variable to the doGetGoogleUrlInfo2() function rather than plain text, but surely that shouldn’t effect it?

      The code I have is:

      ======
      $gplink=”https://mydomain.com/”.$data[‘id’];
      $lnk = doGetGoogleUrlInfo2($gplink);
      doPostToGooglePlus2($gpmessage, $lnk, $pageID);
      ======

      $gplink is used elsewhere in my script so that’s why I set it as a variable instead of just typing it directly into the function.

      Any tips appreciated!

      #125481
      MaFt
      Participant

        Strange. Seems to be working fine now. Maybe it was poorly yesterday 😉

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