A bad social card image can seriously hurt your content's performance on social media. An image that features the right content can bring 150% more retweets or shares than a social card with no or the wrong image. Websnap lets you use your existing website as a basis for image variations!
Instead of manually creating images in Figma or Sketch you let Websnap generate variations of images automatically by pointing it to your website.
Having social media cards that reflect the content of your pages have the potential to double or triple shares from social media compared to one static image for all your pages.
Build a custom page on your website for the share images of your blog posts or products that's optimized for Websnap to capture. That way you have full control over how your social cards look like.
Need to create variations of og:images but the content of your pages is dynamic or changes regularly? Let Websnap capture screenshots and serve those as social share images.
With websnap you use your existing website as a basis for dynamic share images. Simply create your dynamic image URL and receive a generated screenshot on-demand.
<img src="https://img.websnap.app/?url=&token=YOUR_TOKEN" />
<meta property="og:image" content="https://img.websnap.app/?url=&token=YOUR_TOKEN" />
<?php
$response = Websnap::screenshot('');
composer require websnap/magento
<?php
$client = new \Websnap\Php\Client('YOUR_TOKEN');
$response = $client->screenshot('');
Images are being generated serverless, so that you can concentrate on your success. Once images are created we serve them instantly without any delay.
Change the width or height by appending query parameters to receive a different sized image. We don't define a template for you, so feel free to create whatever you feel like!
<img src="https://img.websnap.app/?url=&viewport_width=1200&viewport_height=630"/>
To protect your usage you can define to only allow images to be created from certain sources, for example your website.
Our Free plan offers you 250 generated images / month - enough to try out the service or experiment on hobby-projects.
For a limited time we offer a discounted early access plan for 4.99 € / month and a usage quota of 5.000 generated images / month. If you need a higher quota get in contact with us!