Topic: Facebook Random Images [SOLVED]

HI
I built a Web Gallery http://www.roatan.ws//slide-shows/photoweek/2016/ When I click on the Facebook link it will bring up a blank image, the correct og image or any other image. I have set up og correctly.
Any help appreciated
bob

Re: Facebook Random Images [SOLVED]

Try running your gallery page's URL through the Facebook Sharing Debugger: https://developers.facebook.com/tools/debug/
You could try their Open Graph Object Debugger, too: https://developers.facebook.com/tools/debug/og/object

This should refresh Facebook's cache of your web page, including Open Graph tags (although it may not be instant).

Here are a few other suggestions I've found on the web which may or may not help (but might be worth trying).

(1) Try placing your og:image tag before all others on your web page.

(2) Try using og:image:type, og:image:width and og:image:height Open Graph tags in addition to your og:image tag. For your image, try the following:

<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image:width" content="1024" />
<meta property="og:image:height" content="730" />

(3) Try renaming the image you use for your og:image (and the corresponding og:image value itself) so that Facebook has to fetch the 'new' image.

Hopefully one of these suggestions will help.

Re: Facebook Random Images [SOLVED]

This is great info...
Thank you
bob

Re: Facebook Random Images [SOLVED]

You're welcome.
I hope one of the suggestions works for you.

Re: Facebook Random Images [SOLVED]

Hi
I used all your suggestions and they all helped.
I added a final step to reach a fixed state
1. I ran Batch Invalidator: https://developers.facebook.com/tools/d … ing/batch/
2. I listed all my slide show pages, like listed below:
http://www.roatan.ws/slide-shows/photoweek/2016/#1
http://www.roatan.ws/slide-shows/photoweek/2016/#2
http://www.roatan.ws/slide-shows/photoweek/2016/#3
http://www.roatan.ws/slide-shows/photoweek/2016/#4
http://www.roatan.ws/slide-shows/photoweek/2016/#5
http://www.roatan.ws/slide-shows/photoweek/2016/#6
http://www.roatan.ws/slide-shows/photoweek/2016/#7
http://www.roatan.ws/slide-shows/photoweek/2016/#8
http://www.roatan.ws/slide-shows/photoweek/2016/#9
http://www.roatan.ws/slide-shows/photoweek/2016/#10
http://www.roatan.ws/slide-shows/photoweek/2016/#11
http://www.roatan.ws/slide-shows/photoweek/2016/#12
http://www.roatan.ws/slide-shows/photoweek/2016/#13
http://www.roatan.ws/slide-shows/photoweek/2016/#14
http://www.roatan.ws/slide-shows/photoweek/2016/#15
http://www.roatan.ws/slide-shows/photoweek/2016/#16
http://www.roatan.ws/slide-shows/photoweek/2016/#17
http://www.roatan.ws/slide-shows/photoweek/2016/#18
http://www.roatan.ws/slide-shows/photoweek/2016/#19
http://www.roatan.ws/slide-shows/photoweek/2016/#20

3. Then I viewed each one fixed the errors shown.
4. Then I scraped again.

This seems of have fixed my problem.

Hope this helps everyone.
Bob

Re: Facebook Random Images [SOLVED]

I am glad that you've been able to resolve your problem.
Thank you for letting me know and for sharing your workflow.
Hopefully it will help other users who are experiencing a similar issue.