Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crop social image with recommended size for whatsapp and facebook #142

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gsambrotta
Copy link
Member

@gsambrotta gsambrotta commented Apr 22, 2020

Issue #136

Unfortunately we cannot really test it since is an absolute URL.
We can just see here: https://websitenext-git-fix-social-image.opentechschool.now.sh/sharing-images/website-into-sharing.png
that the pic is less then 250px width or heigh
and that the file size is less then 300KB which is the smallest size required for Whatsapp.

@gsambrotta gsambrotta requested a review from xMartin April 22, 2020 16:57
@vercel
Copy link

vercel bot commented Apr 22, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/opentechschool/websitenext/c1nf6oz28
✅ Preview: https://websitenext-git-fix-social-image.opentechschool.now.sh

@xMartin
Copy link
Member

xMartin commented Apr 23, 2020

  • Facebook recommends a pixel width of 1080px: https://developers.facebook.com/docs/sharing/best-practices
  • Display in the facebook web stream is roughly 1:1.91
  • Twitter: "Images for this Card ['summary_large_image' as we currently have it] support an aspect ratio of 2:1 with minimum dimensions of 300x157 or maximum of 4096x4096 pixels. Images must be less than 5MB in size
  • Would we not want text (logo and claim) on the image?

@gsambrotta can you elaborate your idea behind the new image content and format?

@gsambrotta
Copy link
Member Author

@xMartin not so much to share here.
I did some research and i found that most of the people optimize for whatsapp since is the social that required the smallest sizes, which are still compatible with the other socials.
And since thought that the image required is more in the square direction then rectangular, (265px x 265px) i cut away some part of the image.

I think having the text is nice but is not mandatory. When shared on small screen is not readable anyway also the image is shown next to the page title and description which are more explanatory the copy in the image
I have notice many big company don't use any text in their thumbnail.

@Twissi
Copy link
Contributor

Twissi commented Apr 25, 2020

I'd like to try something that works for facebook/twitter and whatsapp. I'd assume that whatsapp is cropping and scaling the image down.

shareing-image2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants