Adding Images to your site

To add your open graph images to your application you just add the URL carimbo creates for you to the header of your HTML. There are many resources on the internet that show you how to do it. The entire protocol is explained on the open graph protocol website but in a nutshell you have to add the following meta tag to the site's header:

<meta
    property="og:image"
    content="https://app.carimbo.dev/public/[your-account]/[your-template]/rendere.png?[parameters]"
/>

Make sure that this is added to the static HTML that is returned by your server when other services request the page and is not added at runtime.

If you're having trouble try opengraph.xyz to test your site or feel free to reach out.