-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
feat(misc) Add OG and Twitter metadata #2414
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool
template.ejs
Outdated
|
||
<meta property="og:site_name" content="Webpack" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
webpack
Please target |
@montogeek why rebuild? |
@EugeneHlushko because #2325 (comment) |
517ccec
to
e9e105a
Compare
ok its on |
<meta property="twitter:card" content="summary" /> | ||
<meta property="twitter:site" content="@webpack" /> | ||
<meta property="twitter:creator" content="@webpack" /> | ||
<meta property="twitter:domain" content="https://webpack.js.org/" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am 99% sure that when sharing the link server will return static HTML.
I mean, there is not need for a React component for this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i am not sure what you mean, which react component?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From the client side.
I mean, it is fine :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah i thought it was change request, didnt see if thats approved or not :D
Thank you! |
Fixes #1984