Topic: Sharing Juicebox photo hosted by Flickr on Facebook blank. [SOLVED]

I have a Juicebox pro gallery.
The images are hosted by Flickr.
Till this everything works fine.

But I have also a facebook share button.
And when I share this, it looks blank on facebook.


The link just works fine.
But I want the image to be shared on Facebook and not only the link.

Re: Sharing Juicebox photo hosted by Flickr on Facebook blank. [SOLVED]

Unfortunately, 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 shared link will still point towards the correct image within your gallery, though.)

The image used in the pop-up share 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" />

In order to choose an image for use in your gallery page's pop-up share window, 'Edit' the gallery page and upload the image you wish to use on the 'Upload' tab and then 'Update' and 'Publish' your site.
An og:image tag will be automatically generated on the gallery page.

Re: Sharing Juicebox photo hosted by Flickr on Facebook blank. [SOLVED]

Unfortunately, it is still not working.
I did everything you said and the tag appears in the source code of the page.
But still it is blank on Facebook.

Since I am not able to share you my link in this forum, I will send you an e-mail.

Re: Sharing Juicebox photo hosted by Flickr on Facebook blank. [SOLVED]

Try clearing Facebook's own cache of your web page (by entering your web page's URL into Facebook's Debugger) to see if this makes a difference.

Re: Sharing Juicebox photo hosted by Flickr on Facebook blank. [SOLVED]

Thank you very much! This solved my problem.
(My image was to small, it shoud be at least 200x200px)

Thanks for supporting even 3rd party websites!