Actions let developers create custom buttons which users can install into their action bar on any Farcaster application. Our goals are:
The mocks below show how Warpcast plans to implement the action button. Initially, only one action will be supported though we will add ways for people to add multiple buttons.
Actions are added when a user clicks on a deeplink. The link contains a name, icon, action type and post url, which is all the information a client needs to add the action.
<aside> ⚠️ We’ve introduced a new format for install URLs. Retrieving metadata from a URL is easier to extend, cross-client compatible, and easy to add to <meta> tags in the future.
See Deep link format v2 below for details.
</aside>