Topic: Facebook share only one photo

Hi,
on my site :
http://fredericlambert.be/folio
When i try to share one photo, it share all the album.
Is there any solution to have this feature ?
Regards,
Olivier

Re: Facebook share only one photo

It is not possible to have the shared image's thumbnail displayed in the pop-up share window due to limitations imposed by Facebook on what data can be passed via their share URL. Only one thumbnail can be used per web page. (The link will still point towards the correct image within your gallery, though.)

The image used in the Facebook sharing pop-up window can be set using an Open Graph og:image <meta> tag in the <head> section of your web page, such as the following:

<meta property="og:image" content="http://www.example.com/images/thumbnail.jpg" />

If you create a gallery with JuiceboxBuilder-Pro, an og:image tag will be automatically generated and included in the gallery's 'index.html' file. If you are embedding your gallery in an existing web page alongside other content, then you will need to add an og:image tag manually.