Content pfp
Content
@
0 reply
0 recast
0 reaction

Samuel pfp
Samuel
@samuellhuber.eth
Get started with composer Actions. Ready made template and full on explainer is live! "I don't understand" doesn't fly anymore. Ready? Set! Code! dtech.vision/farcaster/miniapps/quickstart-farcaster-composer-actions/
7 replies
4 recasts
14 reactions

Leo Simon pfp
Leo Simon
@leo5
Hey Samuel, thanks for sharing that Have you been able to make it share on Composer Action Playground ? You cut the video & tutorial just at this moment It doesn't work on my project
1 reply
0 recast
0 reaction

Samuel pfp
Samuel
@samuellhuber.eth
that is fully working yes. const handleShare = () => { const [first, second, third] = selectedFlavors; const castText = `My favorite ice cream flavors🍦 are: ${first}, ${second}, ${third} and I love being able to use Cast Composer Actions built by dTech for my business!`; window.parent.postMessage({ type: "createCast", data: { cast: { text: castText, embeds: ["https://dtech.vision"] } } }, "*"); };
0 reply
0 recast
0 reaction