Instantly share code, notes, and snippets.
Last active
December 5, 2020 02:55
-
Star
0
(0)
You must be signed in to star a gist -
Fork
0
(0)
You must be signed in to fork a gist
-
Save allanwhite/7ea06f2ab537d01a11e1a51628576206 to your computer and use it in GitHub Desktop.
Comprehensive social share image properties - based on Sprout Social's guide.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"platform": "Facebook Image Sizes", | |
"id": "facebook", | |
"brandColor": "3b5998", | |
"sizes": [ | |
{ | |
"title": "Profile Picture", | |
"face": true, | |
"width": 180, | |
"height": 180, | |
"layout_src": "https://media.sproutsocial.com/uploads/2017/01/facebook-profile.png", | |
}, | |
{ | |
"title": "Business Page Profile Picture", | |
"face": true, | |
"width": 180, | |
"height": 180, | |
"layout_src": "https://media.sproutsocial.com/uploads/2017/02/facebook-business-profile.png", | |
}, | |
{ | |
"title": "Cover Photo", | |
"width": 820, | |
"height": 312, | |
"layout_src": "https://media.sproutsocial.com/uploads/2017/01/facebook-cover-photo.png", | |
}, | |
{ | |
"title": "Shared Image", | |
"width": 1200, | |
"height": 630, | |
"layout_src": "https://media.sproutsocial.com/uploads/2017/01/facebook-shared-image.png", | |
}, | |
{ | |
"title": "Shared Link", | |
"width": 1200, | |
"height": 628, | |
"layout_src": "https://media.sproutsocial.com/uploads/2017/01/facebook-shared-link.png", | |
}, | |
{ | |
"title": "Highlighted Image", | |
"recommended": true, | |
"width": 1200, | |
"height": 717, | |
"layout_src": "https://media.sproutsocial.com/uploads/2017/01/facebook-highlighted-image.png", | |
}, | |
{ | |
"title": "Event Image", | |
"recommended": true, | |
"width": 1920, | |
"height": 1080, | |
"layout_src": "https://media.sproutsocial.com/uploads/2017/01/facebook-event-image.png", | |
} | |
] | |
}, | |
{ | |
"platform": "Twitter Image Sizes", | |
"id": "twitter", | |
"brandColor": "1da1f2", | |
"sizes": [ | |
{ | |
"title": "Profile Photo", | |
"round": true, | |
"face": true, | |
"width": 400, | |
"height": 400, | |
"layout_src": "https://media.sproutsocial.com/uploads/2017/02/twitter-profile-photo-example.png", | |
}, | |
{ | |
"title": "Header Photo", | |
"width": 1500, | |
"height": 500, | |
"layout_src": "https://media.sproutsocial.com/uploads/2017/02/twitter-header-photo-1.png" | |
}, | |
{ | |
"title": "In-Stream Photos and Shared Links", | |
"width": 1200, | |
"height": 675, | |
"layout_src": "https://media.sproutsocial.com/uploads/2017/02/twitter-instream-image.png", | |
} | |
] | |
}, | |
{ | |
"platform": "Instagram Image Sizes", | |
"id": "instagram", | |
"brandColor": "c32aa3", | |
"sizes": [ | |
{ | |
"title": "Profile Picture", | |
"round": true, | |
"face": true, | |
"width": 110, | |
"height": 110, | |
"layout_src": "https://media.sproutsocial.com/uploads/2017/01/instagram-profile-photo.png", | |
}, | |
{ | |
"title": "Photo Thumbnails", | |
"width": 161, | |
"height": 161, | |
"layout_src": "https://media.sproutsocial.com/uploads/2017/01/instagram-photo-size.png", | |
}, | |
{ | |
"title": "Photo Size", | |
"width": 1080, | |
"height": 1080, | |
"layout_src": "https://media.sproutsocial.com/uploads/2017/01/instagram-photo-thumbnail-1.png", | |
}, | |
{ | |
"title": "Instagram Stories", | |
"width": 1080, | |
"height": 1920, | |
"layout_src": "https://media.sproutsocial.com/uploads/2017/02/instagram-stories-image-size-1.png", | |
} | |
] | |
}, | |
{ | |
"platform": "LinkedIn Image Sizes", | |
"id": "linkedin", | |
"brandColor": "0a66c2", | |
"sizes": [ | |
{ | |
"title": "Personal Profile Image", | |
"round": true, | |
"face": true, | |
"recommended": true, | |
"width": 300, | |
"height": 300, | |
"layout_src": "https://media.sproutsocial.com/uploads/2017/02/linkedin-personal-profile-photo-1.png", | |
}, | |
{ | |
"title": "Personal Background Image", | |
"width": 1584, | |
"height": 396, | |
"layout_src": "https://media.sproutsocial.com/uploads/2017/02/linkedin-personal-background-image.png", | |
}, | |
{ | |
"title": "Company Logo Image", | |
"width": 300, | |
"height": 300, | |
"layout_src": "https://media.sproutsocial.com/uploads/2017/02/linkedin-standard-logo-1.png", | |
}, | |
{ | |
"title": "Company Cover Image", | |
"recommended": true, | |
"width": 1192, | |
"height": 220, | |
"layout_src": "https://media.sproutsocial.com/uploads/2017/02/linkedin-business-background-image.png", | |
}, | |
{ | |
"title": "Shared Image or Link", | |
"recommended": true, | |
"width": 1200, | |
"height": 627, | |
"layout_src": "https://media.sproutsocial.com/uploads/2018/10/post-sizes-linkedin-post.png", | |
}, | |
{ | |
"title": "Life Tab – Main Image & Company Photos", | |
"width": 1128, | |
"height": 376, | |
"layout_src": "https://media.sproutsocial.com/uploads/2017/02/linkedin-hero-image-1.png", | |
} | |
] | |
}, | |
{ | |
"platform": "Pinterest Image Sizes", | |
"id": "pinterest", | |
"brandColor": "bd081c", | |
"sizes": [ | |
{ | |
"title": "Profile Picture", | |
"face": true, | |
"width": 165, | |
"height": 165, | |
"layout_src": "https://media.sproutsocial.com/uploads/2017/01/pinterest-profile-picture.png", | |
}, | |
{ | |
"title": "Board Display", | |
"width": 222, | |
"height": 150, | |
"layout_src": "https://media.sproutsocial.com/uploads/2017/01/pinterest-board-display.png", | |
} | |
] | |
}, | |
{ | |
"platform": "YouTube Image Sizes", | |
"id": "youtube", | |
"brandColor": "ff0000", | |
"sizes": [ | |
{ | |
"title": "Channel Profile Image", | |
"round": true, | |
"face": true, | |
"width": 800, | |
"height": 800, | |
"layout_src": "https://media.sproutsocial.com/uploads/2017/02/423726142D8C330559A5F833411E36B70A49.png", | |
}, | |
{ | |
"title": "Channel Cover Photo", | |
"width": 2048, | |
"height": 1152, | |
"layout_src": "https://media.sproutsocial.com/uploads/2017/01/youtube-channel-cover-image.png", | |
}, | |
{ | |
"title": "Video Uploads", | |
"width": 1280, | |
"height": 720, | |
"layout_src": "https://media.sproutsocial.com/uploads/2017/01/youtube-video-upload.png", | |
} | |
] | |
}, | |
{ | |
"platform": "Tumblr Image Sizes", | |
"id": "tumblr", | |
"brandColor": "35465d", | |
"sizes": [ | |
{ | |
"title": "Profile Picture", | |
"face": true, | |
"width": 128, | |
"height": 128, | |
"layout_src": "https://media.sproutsocial.com/uploads/2017/01/tumblr-profile-image.png", | |
}, | |
{ | |
"title": "Image Posts", | |
"width": 500, | |
"height": 750, | |
"layout_src": "https://media.sproutsocial.com/uploads/2017/01/tumblr-image-photo.png", | |
} | |
] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment