Make sure your authors have entered their Facebook page URL under in the WP user profile, and they have allowed followers on Facebook.
From the Setup Guide (found in the SSO menu):
Authors should take a moment to update their Facebook Follower Settings to enable a Follow button on Facebook. In this way, authors can publish both private (for friends) and public (for friends and followers) content on their Facebook wall. When an author allows followers, Facebook will also link an author’s name in shares to their profile page.
js.
Ok i did it to check.
But i just saw there’s a problem with my articles, the image doesn’t appears on Facebook as you can see : https://developers.facebook.com/tools/debug/sharing/?q=https%3A%2F%2Ffrenchmac.com%2Fmac%2Freinitialiser-nvram-pram-smc-mac%2F
The other posts have the same problem, what can i do ?
You have a few issues:
https://developers.facebook.com/tools/debug/og/object/?q=https%3A%2F%2Ffrenchmac.com%2Fmac%2Freinitialiser-nvram-pram-smc-mac%2F
Circular Redirect Path Circular redirect path detected (see 'Redirect Path' section for details).
original https://frenchmac.com/mac/reinitialiser-nvram-pram-smc-mac/
og:url http://frenchmac.com/mac/reinitialiser-nvram-pram-smc-mac/
301 https://frenchmac.com/mac/reinitialiser-nvram-pram-smc-mac/
This is an invalid tag – it’s not from WPSSO. You should remove it:
Extraneous Property Objects of this type do not allow properties named 'DC.date.issued'.
js.
BTW, if you want https URLs, then make sure WordPress is configured to return https URLs. 😉 Right now, it appears that the WordPress get_permalink() function returns http URLs.
js.