Content pfp
Content
@
https://warpcast.com/~/channel/fc-devs
0 reply
0 recast
0 reaction

Gabriel Ayuso pfp
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.
18 replies
24 recasts
131 reactions

Haole pfp
Haole
@haole
is it possible to add parameters?
1 reply
0 recast
2 reactions

Gabriel Ayuso pfp
Gabriel Ayuso
@gabrielayuso.eth
You'd want the parameters included in the URL used to open the mini app? This isn't supported at the moment but we could.
5 replies
0 recast
7 reactions

mvr 🐹 pfp
mvr 🐹
@mvr
+100 And please also make the params work from mini app to mini app because currently we can't
1 reply
0 recast
0 reaction

Gabriel Ayuso pfp
Gabriel Ayuso
@gabrielayuso.eth
What do you mean by "from mini app to mini app"? You'd like the params in the mini app link URL to persist across mini apps used by the user after opening the link?
1 reply
0 recast
1 reaction

mvr 🐹 pfp
mvr 🐹
@mvr
No not exactly, I would like to be able to open a mini app from my mini app with URL parameters, to deeplink to a certain page inside the other devs mini app I think currently this is the only way to open another mini app from a mini app? sdk.actions.openUrl(`https://warpcast.com/~/mini-apps/launch?domain=${frameDomain}`); but i'm not sure how that will work with the new url structure? with window.open the frame will not have access to context
2 replies
0 recast
0 reaction

mvr 🐹 pfp
mvr 🐹
@mvr
oh nice just found that this works sdk.actions.openUrl(newMiniAppUrl) that's great than adding query param support should be good enough
0 reply
0 recast
1 reaction

mvr 🐹 pfp
mvr 🐹
@mvr
fyi in the warpcast this just minimizes my mini app and it doesn't open the new one https://warpcast.com/?launchFrameUrl=https%3A%2F%2Frewardr.wtf%3FsessionId%3D1745834427570 on desktop it works fine....
0 reply
0 recast
0 reaction