html metatags for facebook

Solutions on MaxInterview for html metatags for facebook by the best coders in the world

showing results for - "html metatags for facebook"
Federico
10 Jan 2017
1<meta property="og:url" content="https://mysite/myarticle" />
2<meta property="og:type" content="article" />
3<meta property="og:title" content="My Article Title" />
4<meta property="og:description" content="My artcle short description" />
5<meta property="og:image" content="https://mysite/my-article-image.jpg" />
Kylee
05 Jan 2021
1	<meta property="og:type" content="website">
2    <meta property="og:url" content="http://hchnegoce.com">
3    <meta property="og:title" content="Website title">
4    <meta property="og:description" content="Site description here">
5    <meta property="og:image" content="Logo or image of your post ">