lp.awesomely.com

ClickFunnels embed CMS

Edit HTML blocks in Sanity Studio. Serve them on ClickFunnels pages via a lightweight script tag.

ClickFunnels install

Add this to a Custom HTML / Tracking Code block on your ClickFunnels page. Content is loaded by matching the page URL path (e.g. /soic-vip-thanks-v1a-4) to a Sanity embed block. Optionally set data-target to inject into an existing element.

<script src="https://lp-awesomely-com.vercel.app/embed.js" async></script>

With explicit mount point: <div id="awesomely-lp"></div> <script src="https://lp-awesomely-com.vercel.app/embed.js" data-target="#awesomely-lp" async></script>