Taniya Silhi
Taniya Silhi

Reputation: 84

Social Media Issue

When I uploaded link of my website to the social media It pulls the logo and add display white on white which looks bad. Is there any way to fix this without changing the logo? Here is the screenshot:enter image description here

Upvotes: 0

Views: 78

Answers (4)

DavidMoffett
DavidMoffett

Reputation: 1

This type of preview comes automatically. I even faced the same issues with some of the websites for link posting.

Upvotes: -3

Hamid Abbasi
Hamid Abbasi

Reputation: 343

Different Socials may be have different og tags

for example facebook and twitter have special tags for themselves

if you use wordpress you can use of this plugin

Upvotes: 0

Hamid Abbasi
Hamid Abbasi

Reputation: 343

I checked your eg tag, it's correct, but may be your social media has specific size for image, check for that size and then use of these tag, this may be solve your problem:

<meta property="og:image:width" content="150" />
<meta property="og:image:height" content="150" />

Although you must consider every social have different size, for example i see your logo in telegram like this image

enter image description here

I advice consider an square logo, not an rectangular logo

Upvotes: 0

Hamid Abbasi
Hamid Abbasi

Reputation: 343

You must set true open graph tag for your website

Read the documents here

Your logo can set by this tag:

<meta property="og:image" content="http://ia.media-imdb.com/images/rock.jpg" />

Upvotes: 0

Related Questions