Mobile app version of vmapp.org
Login or Join
Barnes591

: Facebook share does not display large thumbnail I'm trying to share posts from my WordPress blog on Facebook. I want them to show in the new format with large thumbnails. Here's is what I'm

@Barnes591

Posted in: #Facebook #OpenGraphProtocol #Wordpress

I'm trying to share posts from my WordPress blog on Facebook. I want them to show in the new format with large thumbnails.

Here's is what I'm using:

<meta property='og:site_name' content='<?php wp_title(''); ?>'/>
<meta property='og:type' content='turmtheater:vorstellung' />
<meta property='og:title' content='mytitle' />
<meta property='og:url' content='<?php the_permalink(); ?>' />
<meta property='og:image' content='<?php echo get_img_url(); ?>' />


The image-URL is definitely correct and points to a large image (1400 * 650 or something like that). But Facebook still re-sizes the image to the old 116*116 format.

Shouldn't it work if og:image is given, or is there anything else needed?

Edit: If I repost the link from my facebook wall, the repostet link shows the large image. So Facebook definitely uses the right one. It just displays as a small post.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Barnes591

1 Comments

Sorted by latest first Latest Oldest Best

 

@Heady270

I don't know of any way to force Facebook to show an image in a specific size in the news feed. Facebook does resize images to fit in the news feed. If they are using the correct image from your site, you have done all you can do. It is then up to Facebook to determine how large they are willing to show it.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme