Facebook Recommendations Social Plugin not pulling article images

859 Views Asked by At

On my homepage, www.womensministry.net, I have the Recommendations Social Plugin from Facebook. The Recommendations pulled, however, do not display relevant pictures from the articles. I have pulled the iframe script directly from Facebook Developers. Any help with pulling images would be appreciated, thanks.

1

There are 1 best solutions below

0
On

As any Facebook Social Plugin, Recommandations parse its informations from og tags on your pages.

You should read https://developers.facebook.com/docs/opengraph/ and add at least the following tag :

<meta property="og:image" content="http://your.image.url/here"/>

inside your

<head></head>