Greg
Greg

Reputation: 3063

Facebook like button and white logo

When I click on the fb "like" button on my website, the result does not look good on facebook. The picture displayed on FB is the logo of the website, unfortunately my logo is white, so white logo on white background does not look good. Is there a way to tell facebook to display an other image instead? I tried meta property="og:image but without success. Thanks

Upvotes: 1

Views: 275

Answers (1)

Marcel Kalveram
Marcel Kalveram

Reputation: 1305

Try the Facebook Linter to see the results Facebook is pulling from your site's og-meta tags. https://developers.facebook.com/tools/debug

Whenever I change any of the values for one of my sites, I use this tool to validate what can be seen on FB, and it also accelerates updating the open graph, because sometimes, results are not immediately pulled from your site when updated because older values reside in the cache.

Upvotes: 2

Related Questions