Skip to content

social media preview image #366

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

Closed
justinmk opened this issue Feb 7, 2025 · 0 comments · Fixed by #367
Closed

social media preview image #366

justinmk opened this issue Feb 7, 2025 · 0 comments · Fixed by #367
Labels
enhancement feature request

Comments

@justinmk
Copy link
Member

justinmk commented Feb 7, 2025

Problem

Currently the website doesn't have a "social media preview" meta data:
https://socialsharepreview.com/?url=https://neovim.io

Proposal

  • recommended size: 1280×640px
  • add html to
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="description" content="{{site.description}}">
    :
<meta property="og:image" content="https://full/link/to/image.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="627">

Related

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

Successfully merging a pull request may close this issue.

1 participant