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

FlexasaurusRex -◨-◨ pfp
FlexasaurusRex -◨-◨
@flexasaurusrex
why is converting something into a mini app so damn hard? Asking for a friend. Im not crying, you are crying.
5 replies
2 recasts
20 reactions

Arrotu pfp
Arrotu
@arrotu
And that is basically the fc dev docs
1 reply
0 recast
7 reactions

FlexasaurusRex -◨-◨ pfp
FlexasaurusRex -◨-◨
@flexasaurusrex
oh god, getting ptsd seeing this image looool. I just spent 5 hours on it and it was getting to the point it was trying to get me to change so much stuff I said eh, no not worth it. I actually got the manifest to generate updated the main page headers and got it to open as a mini app but it was just a blank white screen and no matter what I did couldn't get it to show anything.
4 replies
0 recast
4 reactions

  pfp
@undefined
did you invoke 'sdk.ready()' in your code
1 reply
0 recast
1 reaction

Arrotu pfp
Arrotu
@arrotu
Yep ! Got stuck on that myself for days actually
0 reply
0 recast
2 reactions

Arrotu pfp
Arrotu
@arrotu
Personally I m not trying to push the miniapp much as it’s suck a small part of NexArt and overly complicated for the gain …
0 reply
0 recast
1 reaction

Mark Carey 🎩🫂 pfp
Mark Carey 🎩🫂
@markcarey
Two things 1) when you get the white screen, it's most likely cuz your are not calling: await sdk.actions.ready(); 2) as noted by @compusophy, having the link show up as a mini app in the feed requires the fc:frame <meta> tag. This is the example from the docs -- replace with your urls and data -- but note the single quotes for the "content" element (it's kinda weird): <meta name="fc:frame" content='{"version":"next","imageUrl":"https://yoink.party/framesV2/opengraph-image","button":{"title":"🚩 Start","action":{"type":"launch_frame","name":"Yoink!","url":"https://yoink.party/framesV2","splashImageUrl":"https://yoink.party/logo.png","splashBackgroundColor":"#f5f0ec"}}}' />
0 reply
0 recast
0 reaction