Implementation
Add this meta tag to the<head>
section of any page you want to make shareable:
metadata
For Next.js projects, use the Metadata API to generate the
fc:frame
meta tag dynamically.Schema
Button Configuration
Defines the launch button that appears on the embed.Action Configuration
Specifies what happens when the embed button is clicked.Action type. Must be
"launch_frame"
.App URL to open. Defaults to the full URL of the page including query parameters. Maximum 1024 characters.
Application name. Maximum 32 characters. Defaults to manifest name.
Splash screen image URL. Must be 200x200 pixels. Maximum 32 characters. Defaults to manifest splash image.
Splash screen background color. Must be hex color code. Defaults to manifest splash background color.