I’ve been struggling with the web sdk in Framer. I’ve only been able to load the web sdk at the page level by inserting custom code at the end of
tag. Problem is that since Framer sites are Single Page Applications (SPA) once the button is rendered this way it is permanent in the same position on every page, even if the other pages don’t contain the web snippet, until the user does a hard refresh. The only UI this is really practical for is maybe a floating action button in the bottom corner, but not for a button in the center of the hero section like VAPI has on their home page. It would be amazing to initiate calls from any button created in Framer.