DEV Community

Deam
Deam

Posted on • Updated on

Easy social media preview card generation

Instead of creating your own image for your og:image and twitter:image meta tags, you can use a free service that takes a screenshot of your website and uses that as the image. In this case we are using webshot.deam.io. More about this service here.

Example

<head>
 <title>Webshot</title>
 <meta property="og:image" content="https://webshot.deam.io/usecrypto.xyz?width=1200&height=630">
 <meta property="twitter:image" content="https://webshot.deam.io/usecrypto.xyz?width=1200&height=630">
</head>

Result

Twitter card

Top comments (0)