[object Object][object Object][object Object][object Object][object Object][object Object][object Object][object Object]How to deep link directly into a Frame | dTech Zum Inhalt springen

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

The deep link URL structure follows this format:

https://warpcast.com/~/frames/launch?domain=dtech.vision

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 as dtech.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:

  1. Use the correct URL structure
  2. Omit https:// from the domain parameter
  3. Ensure your Frame manifest is properly configured at .well-known/farcaster.json