Reputation: 26436
Is there any way to add an image to a interactive post on google+?
https://developers.google.com/+/web/share/interactive
It looks like it pulls the image from the contenturl
parameter. But I don't seem to be able to control this image in any way. Maybe there is some sort of open-graph like markup that we can put on this page?
Upvotes: 2
Views: 1215
Reputation: 50711
The title, description, and image data for the interactive post share is based on the contenturl parameter, as you noted. In particular, it uses snippet information from that page, as documented at https://developers.google.com/+/web/snippet/
You can use open-graph markup, and it should work correctly, although there have been issues with this recently. As the snippet documentation notes, better would be to use the schema.org microdata.
Upvotes: 4