Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am using links like this : https://plus.google.com/share?url=www.myurl.com to share articles on Google+ from a website.

This works fine but the preview image of the share is not right. I read in the Google doc that you need to specify an image like this:

<img itemprop="image" src="thumbnail.jpg" />

The thing is, the image I want to use is not being displayed on the page I want to share. I have specific thumbnail images (of smaller size than the images displayed in the article) that I'd like to use.

Is there a way to specify an image for Google, like the og:image tag for Facebook for example, without having to use the tag?

share|improve this question

1 Answer

up vote 2 down vote accepted

Is there a way to specify an image for Google, like the og:image tag for Facebook for example, without having to use the tag?

https://developers.google.com/+/plugins/snippet/:

2. Open Graph protocol

If the page contains Open Graph properties for the title, image, and description, they will be used for the +Snippet.

share|improve this answer
oops! I missed that, sorry for the bother and thanks :) – Piero Nov 19 '12 at 15:56

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.