What is the minimum width and height Of Facebook Open Graph Images?

后端 未结 15 2033
孤独总比滥情好
孤独总比滥情好 2020-12-03 00:35

I had read that images associated with a given URL in the Facebook open graph had to be greater than 50 x 50

However, when we ran the Facebook Object debugger - we g

15条回答
  •  我在风中等你
    2020-12-03 01:16

    I had same issue which did my head in. I'm using wordpress site so I had to drop the www. Check in your wordpress admin > settings >general for your site address / wordpress address etc.. This overcomes other URL errors.
    As for the image issue, all I can say is that putting this in my header file worked for me. I added this below.

    
    
    
    
    
    
    
    
    
    
    

    IN wordpress, I did leave the <?php wp_title( '|', true, 'right' ); ?> in there.

    Also as suggested in other posts in my instance this code: made it NON WORKING. Removing it fixed it instantly.

    I used a 500 x 500 image. Good Luck.. hopefully I save someone else's pain.

提交回复
热议问题