Hello, I’m developing the app for my company and already have a problem with Designer extension: I can’t get “webflow” object anyhow to interact with the designer from the app iframe.
Our app is not just for Webflow, it integrates with multiple SaaS platforms. Backend is Laravel (PHP Framework), React is chosen for Webflow extension. So I have html page for extension and want to include extension scripts into it.
Templates I’ve tried already:
- GitHub - stefanwittwer/webflow-app-template-react: Template for a Webflow App (designer extension) using React and Vite - can’t start at all (missing port?)
- GitHub - Web-Bae/jiff-pom: Tutorial for Webflow Designer Extensions App. Adds ascii art to Webflow designer. - worked for me, but can’t understand from where this script comes from:
https://d3e54v103j8qbb.cloudfront.net/gen/js/entrypoint-designer-extensions-client.bfe2dbb3dbbc4d61729e.js
I guess this script could possibly resolve the problem of missing webflow object, but here are the questions:
- is it stable? (can see the hashes in the link, could it be temporary?)
- is there a way to connect it to my html page alongside extension script? (I mean that is it OK to use that link with hashes, or there is a proper script to work with)