natwood Merchant Από France Μέλος από Μαΐ 2021 natwood 8 Νοε 2021 19:59 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 Από Sweden Μέλος από Μαΐ 2013 tim 9 Νοε 2021 19:03 You can add the js code at the same place. Does your browser web console (F12) display an error?
natwood Merchant Από France Μέλος από Μαΐ 2021 natwood 11 Νοε 2021 13:24 actually I put the JS code in the same place and the display is correct. Thank you Solved