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

[RFC] Add twitter:card, twitter:site and twitter:creator tags #73

Open
michaelborn opened this issue Aug 28, 2018 · 1 comment
Open

Comments

@michaelborn
Copy link
Contributor

IMHO, the twitter support in this extension is a bit lacking. For a twitter URL to use the "nice" format, Twitter appears to require or at least suggest the following:

<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@site_publisher_handle" />
<meta name="twitter:creator" content="@site_author_handle" />

See Twitter's documentation on social meta tags, as well as many others.

@michaelborn
Copy link
Contributor Author

@bobdenotter Would you accept a PR for this? I believe these three meta tags would all have to be set in the config file, because they are site-generic and not specific to any page. That makes them simpler than, say, the og:title or <meta description...> because they don't need an editor UI control.

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