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

Homepage needs a media card #105

Closed
simonw opened this issue Apr 24, 2022 · 6 comments
Closed

Homepage needs a media card #105

simonw opened this issue Apr 24, 2022 · 6 comments
Labels
enhancement New feature or request

Comments

@simonw
Copy link
Owner

simonw commented Apr 24, 2022

https://datasette.io/ doesn't yet have a media card, so it doesn't get expanded on Twitter or Facebook.

@simonw simonw added the enhancement New feature or request label Apr 24, 2022
@simonw
Copy link
Owner Author

simonw commented Apr 24, 2022

@simonw
Copy link
Owner Author

simonw commented May 16, 2022

@simonw
Copy link
Owner Author

simonw commented May 26, 2022

@simonw
Copy link
Owner Author

simonw commented May 26, 2022

Shrunk that to 13BK using https://squoosh.app/

Social media card - 1200x630og-card-smaller

@simonw
Copy link
Owner Author

simonw commented May 26, 2022

I'm going for https://developer.twitter.com/en/docs/twitter-for-websites/cards/overview/summary-card-with-large-image

<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@datasetteproj">
<meta name="twitter:title" content="Datasette">
<meta name="twitter:description" content="Datasette is a tool for exploring and publishing data. It helps people take data of any shape or size, analyze and explore it, and publish it as an interactive website and accompanying API.">
<meta name="twitter:image" content="...">

And for Open Graph: https://developers.facebook.com/docs/sharing/webmasters/

<meta property="og:url"                content="https://datasette.io/" />
<meta property="og:type"               content="website" />
<meta property="og:title"              content="Datasette" />
<meta property="og:description"        content="Datasette is a tool for exploring and publishing data. It helps people take data of any shape or size, analyze and explore it, and publish it as an interactive website and accompanying API." />
<meta property="og:image"              content="..." />

simonw added a commit that referenced this issue May 26, 2022
@simonw simonw closed this as completed May 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant