You can generate dynamic Open Graph Images that you can embed in your <meta>
tags for blog posts.
Open Graph is an internet protocol that was originally created by Facebook to standardize the use of metadata within a webpage to represent the content of a page.
Within it, you can provide details as simple as the title of a page or as specific as the duration of a video. These pieces all fit together to form a representation of each individual page of the internet. For more detail you can view this link
.
To use open graph image protocol, you can put <meta>
tag in the <head>
of your webpage.
It looks
<head>
<meta property="og:image" content="http://examplewebsite.com/image.png" />
</head>
- Custom CSS Properties
- PWA Support
- New Social Accounts
- and more...