Trustpilot Widget not loading

2.3k views Asked by At

when I add trust pilot widget to the Site

            <div
              className="trustpilot-widget"
              data-locale="en-GB"
              data-template-id="54****************9ad"
              data-businessunit-id="6*****************de"
              data-style-height="24px"
              data-style-width="100%"
              data-theme="light"
              data-min-review-count="10"
            >
              <a
                href="https://uk.trustpilot.com/review/*******.**"
                target="_blank"
                rel="noopener noreferrer"
              >
                Trustpilot
              </a>
            </div>

enter image description here

Trust Pilot widget is not loading sometimes, when the facebook API request is failed I think

enter image description here

enter image description here

1

There are 1 answers

1
Alexandra Lukinicheva On

Make sure you have the trustpilot script in the head of your page, that is what actually loads the iframe. It should be something like this:

<Script  src="https://widget.trustpilot.com/bootstrap/v5/tp.widget.bootstrap.min.js"/>