natwood Merchant Fra France Medlem siden mai 2021 natwood nov. 8 2021 07:59 p.m. 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 Founder Fra Sweden Medlem siden mai 2013 tim nov. 9 2021 07:03 p.m. You can add the js code at the same place. Does your browser web console (F12) display an error?
natwood Merchant Fra France Medlem siden mai 2021 natwood nov. 11 2021 01:24 p.m. actually I put the JS code in the same place and the display is correct. Thank you Solved