Note

This post is a thought. It's a short note that I make about someone else's content online. Learn more about the process thoughts

Here's my thought on ๐Ÿ’ญ statically makes OG images easy (2048ร—1170)


Staically makes creating OG images so easy, you can just pop this in your

section with some og tags.

    <meta name="og:image" name="og:image"
        content="https://cdn.statically.io/og/{{post.title}}" />
    <meta name="twitter:image" name="twitter:image"
        content="https://cdn.statically.io/og/{{post.title}}" />
    <meta name="og:image:height" content="640" />
    <meta name="og:image:width" content="1280" />

This post was a thought by Waylon Walker see all my thoughts at https://waylonwalker.com/thoughts