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

Add Twitter and Open Graph support #19

Open
Apostolique opened this issue Mar 7, 2021 · 1 comment
Open

Add Twitter and Open Graph support #19

Apostolique opened this issue Mar 7, 2021 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Apostolique
Copy link
Owner

Most social sites have support for the Twitter Cards or Open Graph protocols. This gives links posted to those sites some special styling.

It's possible to check what a Twitter Card will look like with: https://cards-dev.twitter.com/validator.
It's possible to check what an Open Graph card will look like with: https://www.opengraph.xyz/.

The goal here would be to automate the generation for those tags. It should also be possible to provide a card image for any page as well as a default for the site itself.

@Apostolique Apostolique added enhancement New feature or request good first issue Good for newcomers labels Mar 7, 2021
@Apostolique
Copy link
Owner Author

Added title and description in e7ef9fa and 003a90e . Will need to figure out what to do for the image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant