Trustpilot plugin snippet


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <!-- Trustpilot plugin -->
  2. <!-- Move script -->
  3. <script type="text/javascript" src="http://path-to-unique-company-script/plugins.js"></script>
  4.  
  5. <div class=”trustpilot-plugins”>
  6. <h2>We got a [trustscore, human] customer-service!</h2>
  7. <p>Based on [review-count] real shopping experiences.</p>
  8.  
  9. <h3>Latest reviews</h3>
  10. <div class=”trustpilot-reviews”>
  11. <h3>[headline]</h3>
  12. <img src=”[rating-stars, 32]” />
  13. <p>[review]</p>
  14. <p>written by <img src=”[user-img, 24]” /> [user-name]</p>
  15. </div> <!-- end .trustpilot-reviews -->
  16. </div> <!-- end .trustpilot-plugins -->
  17.  
  18. <!-- Trustpilot plugin END-->

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.