PDA

View Full Version : Logo Image for Facebook Share


induslady
08-06-2015, 01:11 PM
Hello,

When I share a post from my thread page, it posts in Facebook as attached.

153078

In the Facebook post the logo seems incorrect and stretched. How do I fix this?
Thanks in advance.

z3r0
08-08-2015, 06:15 AM
You need to make an Open Graph compliant logo and for best results add an open graph image meta tag to your headinclude template.

A quick google turned up this pretty good explanation - http://www.h3xed.com/web-and-internet/how-to-use-og-image-meta-tag-facebook-reddit

Fizzgig
08-08-2015, 02:19 PM
Hi...So how would you do this with vb4 as the image gose in the Facebook Options bit in acp...

z3r0
08-08-2015, 02:34 PM
TBH I'd never looked at the facebook settings in vb4 before now, I'd assume you just added the path to a Open graph compliant image (see link in my last post for spec) in the facebook -> image url option.

images/mysitefacebookimage.png

induslady
08-11-2015, 02:42 AM
Hi z3r0,

I did a Open graph compliant image and included that image as meta tag in headinclude template as below:

<meta property="og:image" content="http://indusladies.com/images/IL_logo_social.jpg">

But when I did a FB share, refer screen shot
153104

it is somehow including the only previous image here -
http://indusladies.com/images/logo.png

Any ideas how do I fix this so that FB share uses the new og compliant image? Thanks.