-
Notifications
You must be signed in to change notification settings - Fork 0
Sharing
Carl Calderon edited this page Dec 12, 2016
·
2 revisions
Always incorporate og:meta
tags following the Open Graph Protocol.
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:image
s 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" />