Hello 👋
I'm trying to integrate Peerboard deeply with Webflow, but I have some trouble following the integration guide, which is mainly focused on modern JS frameworks.
I've tried loading Peerboard Deep Integration SDK through jsDeliver's CDN, like so:
<script type="module">
import {createForum} from "https://cdn.jsdelivr.net/npm/@peerboard/core@0.0.25/dist/peerboard-core.umd.js";
console.log(createForum);
</script>
And this is not working and fail with createForum
not being exported.
Can you point me in the right direction in how to use your deep integration with Webflow?
Thanks 🙏