Create unique previews that instantly grab attention in social media and messaging apps. Easy website integration and full design flexibility.






style your articles and news posts so every link shared in Telegram or Facebook looks professional.
create eye-catching cover images for your posts and share links that stand out.
make your brand visible in social media by adding custom images for company news and sections.
showcase your products with engaging visuals that appear directly in messengers and social platforms.
Make your website stand out in social media and messaging apps.
OGPik automatically creates beautiful Open Graph images — with your logo, title, and branding.
The integration takes only a few minutes.
Add a few lines of code, and OGPik will start generating Open Graph images for all your pages.
🔸 URL Format
Each website gets a unique identifier (UUID), which is used in the image link:
https://api.ogpik.com/generate/{uuid}/{path}/og.pngwhere:
Example for the page https://example.com/blog/some-article/ the image will be available at the link:
https://api.ogpik.com/generate/9d6ac918-cd77-4635-a917-515c896abf28/blog/some-article/og.pngwhere 9d6ac918-cd77-4635-a917-515c896abf28 — is the UUID of https://example.com
🔸 JSON Schema
To customize how your image looks, add this schema block to your page
<script property="application/ogpik">
{
"title": "My article title",
"image": "https://example.com/some-article/thumbnail.png",
"texts": [
"Blog",
"Category"
]
}
</script>🔸 Example Integration
<head>
<script property="application/ogpik">
{
"title": "My article title",
"image": "https://example.com/some-article/thumbnail.png",
"texts": [
"Blog",
"Category"
]
}
</script>
<!-- or -->
<meta property="og:title" content="My article title">
<!-- or -->
<title>My article title</title>
<meta property="og:image" content="https://api.ogpik.com/generate/9d6ac918-cd77-4635-a917-515c896abf28/blog/some-article/og.png">
</head>If you’re using WordPress — great news!
OGPik offers a free plugin that automatically creates Open Graph images for your posts, pages, and WooCommerce products.
🔸 Installation Guide
Save your settings — and you’re done! 🎉
The plugin will automatically generate Open Graph images for new and existing posts.
🔸 Compatibility
OGPik plugin works seamlessly with major SEO plugins like
Yoast SEO, Rank Math, and All in One SEO Pack.
The link above always points to the latest version of the plugin, so you’ll always have the newest features and bug fixes.