We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Facebook share button uses Open Graph protocol. We could improve the share button by including
<meta property="og:site_name" content="{{ site.data.setting.title }}" /> <meta property="og:title" content="{{ page.title }}" /> <meta property="og:type" content="website" /> <meta property="og:url" content="{{ site.url }}{{ page.url }}" /> <meta property="og:image" content="{{ site.url }}/images/{{ page.image.feature }}" />
on _includes/head.html and changing the share button to
_includes/head.html
<a href="https://www.facebook.com/sharer/sharer.php?u={{ site.url }}{{ page.url }}" target="_blank"><i class="fa fa-facebook" aria-hidden="true"></i></a>
on _layouts/post.html.
_layouts/post.html
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Facebook share button uses Open Graph protocol. We could improve the share button by including
on
_includes/head.html
and changing the share button toon
_layouts/post.html
.The text was updated successfully, but these errors were encountered: