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

[Feature Request] Add OpenGraph Image in <head> #39

Open
1chooo opened this issue Sep 16, 2024 · 0 comments
Open

[Feature Request] Add OpenGraph Image in <head> #39

1chooo opened this issue Sep 16, 2024 · 0 comments

Comments

@1chooo
Copy link
Member

1chooo commented Sep 16, 2024

When sharing this app with others, the OpenGraph image doesn't appear. It would be helpful to set the website's banner as the OpenGraph image to ensure it shows correctly when shared.

<!DOCTYPE html>
<html lang="en">
  <head>
    <!-- Open Graph meta tags -->
    <meta property="og:image" content="https://some/file/path/cover.png" />
    <!-- other meta tags -->
    ...
  </head>
  ...
</html>

We can also use this website, https://www.opengraph.xyz/, to check the effect.

image

@1chooo 1chooo changed the title [Feature Request] Add OpenGraph Image [Feature Request] Add OpenGraph Image in <head> Sep 16, 2024
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

No branches or pull requests

1 participant