suresh
suresh

Reputation: 162

How to set thumb images for facebook post while i put my website URL

When i paste my website link in facebook post box - it automatically detects the meta tag description and display some thumb images . but i need to show only my website logo.check this link

http://testing1.buyjapon.com/images/ima_1.PNG

Upvotes: 1

Views: 205

Answers (1)

diggersworld
diggersworld

Reputation: 13080

Just add it in <head> as a <meta> property.

<meta property="og:image" content="http://www.example.com/logo.jpg" />

from...

Section 3. Use proper Open Graph tags https://developers.facebook.com/docs/opengraph/howtos/maximizing-distribution-media-content/

Upvotes: 1

Related Questions