Clutch Widget not showing on embedded code

hi,

I want to show the Clutch review widget on my site, but its not working
The instructions says to Copy and paste on Body, but i see that Webflow is not returning the correct iframe

Thank you for your help! :sparkles::two_hearts::smiling_face:

I paste the widget code in the first section of this testing page called “StyleGuide”

Here is my site Read-Only:
[1]: Webflow - Icalia Labs

Here is published:
https://icalia-labs.webflow.io/stylegide


Instructions Screen Shot:


CODE:

<script type="text/javascript" src="https://widget.clutch.co/static/js/widget.js"></script>
          <div
            className="clutch-widget"
            data-url="https://widget.clutch.co"
            data-widget-type="2"
            data-height="45"
            data-clutchcompany-id="295770"
          ></div>```

----------

Your HTML in the embed has an “className” attribute but in the screen shot instructions is shows “class”. Fix that and test.

It worked!!! thank you sooooo much :sparkles::green_heart:

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.