i have these simple social sharing links:
FB share link
<a href="#" class="share-fb" onclick='window.open( "https://www.facebook.com/sharer/sharer.php?u=http://mysite.org", "myWindow",
"status = 1, height = 300, width = 600, resizable = 0" )'></a>
TWITTER share link
<a href="#" class="share-tw" onclick='window.open( "https://twitter.com/intent/tweet?url=http://mysite.org", "myWindow",
"status = 1, height = 300, width = 600, resizable = 0" )'></a>
GOOGLE PLUS
<a href="#" class="share-g" onclick='window.open( "https://plus.google.com/share?url=http://mysite.org", "myWindow",
"status = 1, height = 300, width = 600, resizable = 0" )'>
</a>
these links opens up a popup window where to share the page link.
What i would like is to add a fixed site image preview
for each of the links user gonna sharing.
How can i add the preview image , fixed , foreach (FB,TWITTER, G+) of them?
NB: with preview image i mean the one showed in this photo (next to the link www.google.it):
For the FB sharer i tryed :<meta property="og:image" content="URL of your image" />
but it doesn't seems to work