How to deep link directly into a Frame
Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.
This guide assumes you know what Farcaster Frames are and have already built one. If you haven’t built a Frame yet, check out our Quickstart Guide. Or you can use an existing Frame url.
Deep linking to Frames
You can create links that open your Frame directly in Farcaster clients like Warpcast. This is useful for:
- Sharing your Frame via regular links
- Creating marketing campaigns that link directly to your Frame
- Building viral loops where users can easily share your Frame
How to create a Frame deep link
The deep link URL structure follows this format:
Where dtech.vision
is the domain hosting your Frame.
IMPORTANT: Do not include
https://
in the domain parameter. For example,https://dtech.vision
should be entered asdtech.vision
The Frame will be launched using the information in your Frame manifest, specifically using the homeUrl
defined in your .well-known/farcaster.json
file.
If you don’t know what that is read all about Farcaster Frame Manifests here.
Deep links provide a way to directly launch your Frame experience from anywhere - whether that’s a website, social media post, or another Frame. Just remember to:
- Use the correct URL structure
- Omit
https://
from the domain parameter - Ensure your Frame manifest is properly configured at
.well-known/farcaster.json