Dynamic OG Images in Your Bubble App

Bubble apps deserve better than static OG images. Generate custom social cards for each page dynamically.

Try Imago API Free

API Connector

Use Bubble's built-in API Connector plugin to fetch dynamic OG images.

Dynamic Data

Leverage Bubble's data model to create unique images for each record.

SEO Plugin

Works seamlessly with Bubble's SEO / metatags plugin.

Integration Guide

Set up OG images with Bubble's API Connector:

// Bubble API Connector Plugin Setup:
// 1. Install the API Connector plugin
// 2. Create a new API called "Imago OG Image"
// 3. Configure:
//    Method: GET
//    URL: https://imagoapi.com/api/og/generate
//    Parameters:
//      title    - dynamic (text)
//      template - fixed: modern
//      api_key  - fixed: YOUR_IMAGO_KEY
//
// 4. In your page workflow "Page is loaded":
//    - Call "Imago OG Image" API with title = Current Page's Thing's Title
//    - Set custom state ogImageUrl = result
//
// 5. Use Bubble's "SEO / metatags" plugin:
//    - Set og:image to State ogImageUrl

Ready to Boost Your Social Previews?

Generate beautiful, dynamic OG images for your Bubble app in minutes.

Start Generating Now