How to Embed canny.io with webflow

Hi,

How to embed canny.io with webflow? http://canny.io

<script type="text/javascript">
!function(w,d,i,s){function l(){if(!d.getElementById(i)){var f=d.getElementsByTagName(s)[0],e=d.createElement(s)
e.type="text/javascript",e.async=!0,e.src="https://canny.io/sdk.js",f.parentNode.insertBefore(e,f)}}if("function"!=typeof w.Canny){var c=function(){c.q.push(arguments)}
c.q=[],w.Canny=c,"complete"===d.readyState?l():w.attachEvent?w.attachEvent("onload",l):w.addEventListener("load",l,!1)}}(window,document,"canny-jssdk","script")
Canny('render', {
boardToken: 'eba55af3-626b-7115-0c10-2f6f707fc79d',
});
</script>

I followed the instruction but there is one part that I did’t get right?

“Make sure you have a <div data-canny /> somewhere in your HTML, where you want the embed to render”

Thanks

You’ve to add an attribute to make it.
Thanks

This topic was automatically closed after 60 days. New replies are no longer allowed.