Jacob ʃei
@kingjacob
$100 bounty to whoever can help me figure out whats wrong with this embed. For the life of me i cant figure out why the link/actions not clickable (cc @bountybot if youre still around) mini.creditclub.cc
6 replies
0 recast
5 reactions
Refan
@refan
@kingjacob no action configuration you can see full guides in https://miniapps.farcaster.xyz/docs/guides/sharing
1 reply
0 recast
1 reaction
Refan
@refan
frame meta tag in the page’s HTML is missing the "action" block. That’s why the preview appears, but there is no button action — so it’s not clickable in Warpcast or any Farcaster client. ✅ Fix: You MUST add this meta tag into your <head> Put this into your app’s HTML <head> (likely in your index.html or layout template):
1 reply
0 recast
1 reaction
Refan
@refan
example HTML <meta name="fc:frame" content='{ "version": "1", "imageUrl": "https://mini.creditclub.cc/api/share/default-image", "button": { "title": "Open CreditClub", "action": { "type": "launch_frame", "url": "https://mini.creditclub.cc" } } }'>
2 replies
0 recast
0 reaction