Content
@
https://warpcast.com/~/channel/fc-devs
0 reply
0 recast
0 reaction
Gabriel Ayuso
@gabrielayuso.eth
Introducing new Mini App URLs Previously when copying the link to a mini app, they would look something like this: /~/min-apps/launch?domain=framedl.xyz Now they will look like this: /miniapps/8IsRgNO4ssVz/framedl The new structure will make the URLs more readably and SEO friendly. By using an ID it also allows for rebranding without breaking links. We also added a way to copy your mini app's link from the developer tools. The /~/mini-apps/launch and /~/frames/launch URLs still work.
19 replies
24 recasts
126 reactions
Tiago
@alvesjtiago.eth
is it possible to launch a specific path to the mini app? (both path and query params would be great)
1 reply
0 recast
0 reaction
Gabriel Ayuso
@gabrielayuso.eth
The base URL is determined by the homeURL in the manifest (that's the only data we have) then we add the query params. If you want to control navigation, you'll have to do it using query params. One thing we could do is extend the SDK to let mini apps specify query params to add to the "copy link" URL.
1 reply
0 recast
1 reaction
Tiago
@alvesjtiago.eth
that would be a great help. I've just implemented it with query params but it's a bit cumbersome to maintain. the flow currently is: link goes to the browser, detects no context via the sdk, transforms parts of the path to query params, sends to warpcast, mini app opens, mini app checks query params, redirects back to path, renders path.
1 reply
0 recast
0 reaction