OGIG Vercel Edge

Plain Dynamic OGP Service

PARAMETERS

OGP画像に入力する内容を調整してください。

LIVE PREVIEW

1200 x 630 px
Generating OGP Image...
💡 アプリケーション側での実装イメージ:
# 例: Ruby on Rails での OGP URL 組み立て
url_params = {
  title: @article.title,
  subtitle: @article.category,
  date: @article.published_at.strftime('%Y/%m/%d')
}
@og_image = "https://ogig.vercel.app/api/og?#{url_params.to_query}"