facebook - What open graph tags are required to get the large images with text overlays to show up? -


i'd add open graph meta data site such links of site anthropologie post below, instead i'm getting smaller image text on right etsy post above it.

these open graph tags i'm providing:

<meta property="og:type"            content="article" />  <meta property="og:title"           content="{{the title of page}}" />  <meta property="og:description"     content="{{the description}}" />  <meta property="og:image"           content="{{ image url}}" />  

should using different type? or there opengraph tag need provide bigger image display?

enter image description here

the etsy's post have shown feed, , anthropologie's post you've shown photo

understand difference between two.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -