› Forums › NextScripts API Forums – Google+, Pinterest, LinkedIn, etc.. › Post on G+ : no image, no preview message
- This topic has 6 replies, 1 voice, and was last updated 8 years, 7 months ago by LottoMatic.info.
- AuthorPosts
- November 2, 2015 at 12:49 pm #467613CloneVinceParticipant
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.
November 11, 2015 at 5:10 pm #469072CloneVinceParticipantAny help plz ?
December 21, 2015 at 11:48 am #476183CloneVinceParticipant1 month later, still no answer…
Plz help !December 22, 2015 at 12:35 am #476257Please check the metadata on your site.
December 22, 2015 at 10:28 am #476306CloneVinceParticipantMetadata are the same, but, can you tell me whose metadata have to be on the page ?
Thx 🙂
December 22, 2015 at 12:19 pm #476317Google 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.
April 14, 2016 at 9:38 am #499562LottoMatic.infoParticipantHi 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.
- AuthorPosts
- You must be logged in to reply to this topic.