Skip to content

Sharing

Carl Calderon edited this page Dec 12, 2016 · 2 revisions

Meta data

Always incorporate og:meta tags following the Open Graph Protocol.

og:image

A standard og:image is 1200px x 630px with a safe-zone center of 630px x 630px. This center safe-zone is used for quadratic image previews. Your message/content should fit within this square.

Smaller og:images are possible but remember to add the width and height like so;

<meta property="og:image:width" content="400" />
<meta property="og:image:height" content="300" />
Clone this wiki locally