OG Images in Ruby on Rails
Generate OG images in Ruby on Rails with FastOG's credit-based API — sign up free for 100 credits (create your API key in the dashboard). Preview in the Free OG Image Tester, then render dynamic Open Graph images from your Rails app with HMAC-signed URLs.
Quick Start
1. Create the signer service
ruby
# app/services/fastog_signer.rb
class QuickogSigner
def self.generate_signed_og_url(params, options = {})
base_url = options[:base_url] || ENV.fetch( S0