Giter VIP home page Giter VIP logo

og's Introduction

og

This is a Next.js project created to generate and server open graph images for my personal website.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000/api/generate with your browser to see the generated image.

Generating Images

Different image layouts can be selected using URL query parameters. There are three layouts available, page, post and profile. Some layouts may require additional parameters to properly generate an image.

Parameters

Parameter Values Default Description
type 'page', 'profile', 'post' or none 'page' The type of card that you would like to generate
title string 'Stephen Vondenstein' The title of the page, post, or profile
subtitle string 'Software Engineer' The subtitle when using type 'profile'
image URL blank image matching background Link to the image that you would like to use (when using types 'profile' or 'post')

Examples

Below are examples of each layout type, including the URL query string required to generate each image.

Page

Query string: title=Hello%20World!

Result: Image generated with Page layout

Profile

Query string: type=profile&title=Hello%20World!&subtitle=Check%20out%20this%20awesome%20Open%20Graph%20&image=https://avatars.githubusercontent.com/u/17032946

Result: Image generated with Profile layout

Post

Query string: `type=post&title=Hello%20World!&image=https://vondenstein.com/static/7c7ad6655d44dda060cbd284cd720423/ce7b8/hero.jpg Result:

Image generated with Post layout

Deploy on Vercel

You can clone/fork this repo and modify it to serve images for your own website by deploying to the Vercel Platform (from the creators of Next.js).

og's People

Contributors

vondenstein avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.