How to integrate trustpilot on my site

Good evening, 

I would like to integrate trustpilot on my site (customer reviews).
I would like to display it below the abescence (see image).
Normally the display should look like picture 2
I integrated the code given by Trustpilot in the file default.inc.php  in the <header></header>:


<script type="text/javascript" src="//widget.trustpilot.com/bootstrap/v5/tp.widget.bootstrap.min.js" async></script>
<!-- End TrustBox script -->```

and in the file box_category_tree.inc.php at the end of the code : 

```<!-- TrustBox widget - Review Collector -->
<div class="trustpilot-widget" data-locale="fr-FR" data-template-id="56278e9abfbbba0bdcd568bc" 
data-businessunit-id="618966af31723d1506ccbdd3" data-style-height="52px" data-style-width="100%">
  <a href="https://fr.trustpilot.com/review/lateliernatwood.fr" target="_blank" rel="noopener">Trustpilot</a>
</div>
<!-- End TrustBox widget -->```

 but the display does not match.
Could you help me make the display.
Thank you
tim

You can add the js code at the same place. Does your browser web console (F12) display an error?

actually I put the JS code in the same place and the display is correct.
Thank you
Solved

Denne tråden er stengt på grunn av lang inaktivitet. Det er ikke mulig å legge ut innlegg til det.
View code on GitHub