By Chris East on Friday, 29 January 2016
Posted in General
Replies 1
Likes 0
Views 368
Votes 0
Example:
http://gr8word.com/index.php/entry/in-praise-of-old-hotels-part-11-grand-canyon
Clicking the Facebook share button does not pick up images from the article but instead from other modules.
I have tried using the FB object debugger with no success
Hey Chris,

I believe you probably have pagespeed installed and it is actually converting URL of images into base64 values. In order for Facebook to retrieve the image url, it needs to search for the og:image tag. If you view the source code of the page, you'll see that the og:image tag is being replaced with base64 values. I have a feeling that this is causing issues for Facebook.

There is also another possibility that the image size is too small. There is a minimum requirement for image sizes, https://developers.facebook.com/docs/sharing/best-practices
·
Friday, 29 January 2016 23:24
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post