-
Notifications
You must be signed in to change notification settings - Fork 14
Utilize Open Graph Meta Tags #3
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
Comments
Brilliant idea! If you would like to create a PR, that would be totally awesome! :) |
I can create a PR for this. @alii do you also want images related to the post to be in the embeds? PS: Really good blog, I will use it as mine too. thanks :) |
Yeah that would be cool. Although perhaps it would be better if we manually specified which image to use in the post's config. You can type it as import image from './image.png';
export class MyBoringBlogPost extends Post {
public ogImage = image;
// ...
} |
Yeah I was thinking along the same lines. I'll try to implement this tomorrow (12 am here rn). |
no rush! thank you so much :) |
Open Graph meta tags provide useful information to sites looking to embed posts from your site. Information such as the title, author, publication date, etc.. are already present in the
Post
class so the change would be quite simple.If this is a change you'd like, I can create the PR for this.
The text was updated successfully, but these errors were encountered: