- Instant help with your Html coding problems

Setup Facebook Open Graph Meta Tags

Question:
How to setup Facebook Open Graph Meta Tags?
Answer:
<meta property="og:url" content="https://mysite/myarticle" />
<meta property="og:type" content="article" />
<meta property="og:title" content="My Article Title" />
<meta property="og:description" content="My artcle short description" />
<meta property="og:image" content="https://mysite/my-article-image.jpg" />
Description:

Most content is shared to Facebook as a URL, so it's important that you mark up your website with Open Graph tags to take control over how your content appears on Facebook.

Share "How to setup Facebook Open Graph Meta Tags?"
Tags:
facebook meta tags, open graph, share
Technical term:
Setup Facebook Open Graph Meta Tags