Documentation

Learn how to use OGMee to create stunning social media images for your website or app.

Getting Started with OGMee

OGMee makes it easy to create beautiful Open Graph images and Twitter cards for your website or app. Follow these simple steps to get started:

  1. Go to the Create page and enter your title and description.
  2. Choose a template that matches your brand or style.
  3. Customize the colors, fonts, and layout as needed.
  4. Generate your image and download it in the format you need.
  5. Add the appropriate meta tags to your website.

Adding Meta Tags to Your Website

Once you've created your images, you'll need to add the appropriate meta tags to your website. Here's an example of how to add Open Graph meta tags to your HTML:

<meta property="og:title" content="Your Title" />
<meta property="og:description" content="Your Description" />
<meta property="og:image" content="https://yourdomain.com/path/to/image.jpg" />
<meta property="og:url" content="https://yourdomain.com/your-page" />
<meta property="og:type" content="website" />

For Twitter cards, you'll need to add these meta tags:

<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Your Title" />
<meta name="twitter:description" content="Your Description" />
<meta name="twitter:image" content="https://yourdomain.com/path/to/image.jpg" />