Open Graph images that stand out, served instantly with just a few lines of code.
Get your free API keyHow to make sure every social media share makes an impact
Website.com
How to make sure every social media share makes an impact
Website.com
import {buildFullUrl} from "memorable-opengraph-images"
const imageParams = {
layout: "modernPanel",
title: "How to make sure every social media share makes an impact",
imageUrl: "https://website.com/my_image.jpg",
author: {
title: "Jane Doe",
subtitle: "@jane_doe",
imageUrl: "https://website.com/jane_doe.jpg"
}
}
const url = buildFullUrl(userId, secret, imageParams)
<meta property="og:image" content={url}>