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

后端 未结 15 1965
孤独总比滥情好
孤独总比滥情好 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:15

    From https://developers.facebook.com/docs/plugins/checklist/#opengraphtags

    1. Use proper Open Graph tags to drive distribution

    Open Graph tags can be included in your page’s HTML to allow the Facebook Crawler to generate better previews when your content is shared on Facebook.

    The basic Open Graph tags you should implement are:

    Tag Description

    1. og:title The title of your article, excluding any branding.
    2. og:site_name The name of your website. e.g. IMDb not imdb.com.
    3. og:url The URL that is the the unique identifier for your post. It should match your canonical URL used for SEO, and it should not include any session variables, user identifying parameters, or counters. If you use this improperly, likes and shares will not be aggregated for this URL and will be spread across all of the variations of the URL.
    4. og:description A detailed description of the piece of content, usually between 2 and 4 sentences.
    5. og:image The URL of the image that you want to appear when you share a link. We suggest that you use an image of at least 1200x630 pixels.

提交回复
热议问题