The bmannconsulting.com website
1--- 2link: https://docs.farcaster.xyz/reference/frames/spec 3tags: 4 - Farcaster 5 - specification 6 - frames 7--- 8> Frames are a standard for creating interactive and authenticated experiences on Farcaster, embeddable in any Farcaster client. 9> 10> A frame is a set of `<meta>` tags returned within the `<head>` of an HTML page. If a page contains all required frame properties, Farcaster apps will render the page as a frame. The frame `<meta>` tags extend the [[OpenGraph|OpenGraph protocol]]. 11> 12> Frames can be linked together to create dynamic applications embedded inside casts. 13 14Inspired by [[David Furlough]]'s work on Mod, the Warpcast team created this Frames spec for the [[Farcaster]] protocol directly. David is working on [[Open Frames]] for use in Farcaster and beyond. 15 16## Warpcast Testing Tools 17 18* [Preview a frame](https://warpcast.com/~/developers/embeds) without having to cast 19* [Frame validator](https://warpcast.com/~/developers/frames) to check that it's formatted correctly