Search code examples
facebookfacebook-opengraphmeta

How to determine the design of shareable link for my website


I am trying to change the design of my website's link that appears when I share it "http://www.example.com" ( share it as a post on facebook, twitter, linkedin...)

I was trying to add some meta feature in , but nothing change.

  <meta property="og:title" content=""/>
  <meta property="og:image" content=""/>
  <meta property="og:site_name" content=""/>
  <meta property="og:description" content=""/>

Solution

  • Try to add this open graph meta:

    <meta property="og:type" content="article">
    <meta property="og:image:width" content="500">
    <meta property="og:image:height" content="500">