How to add a rating system to your website

Code Snippet

Here is an example snippet for your website. If you don’t have the option to add code to bottom of the page, you can paste both parts one after the other.

Step 1 – The placement

<!– Place where you want testimonials to appear –>
<div id=”trobot”></div>

 

Step 2 – Choose your preferred widget style

For Standard Testimonials use this code: (no ratings)

<!– Best placed at bottom of page before closing “body” tag –>
<script type=”text/javascript” defer src=”//www.testimonialrobot.com/ver/latest/trobot-js.php?add=true&id=iX56f0TJ&c=222&b=e8e8e8&d=true&t=t”></script>

For Reviews Version starstarstarstarstar use this code: (allows ratings)

<!– Best placed at bottom of page before closing “body” tag –>
<script type=”text/javascript” defer src=”//www.testimonialrobot.com/ver/latest/trobot-js.php?add=true&id=iX56f0TJ&c=222&b=e8e8e8&d=true&t=r”></script>

For Slider/Scrolling Version

With inline form (to disable ratings just change t=r to t=t)

<!– Best placed at bottom of page before closing “body” tag –>
<script type=”text/javascript” defer src=”//www.testimonialrobot.com/ver/latest/trobot-scr-js.php?add=true&id=iX56f0TJ&c=222&b=e8e8e8&d=true&t=r&form=true”></script><script type=”text/javascript” defer src=”//www.testimonialrobot.com/tr-scroller.js”></script>

Like so, for standard testimonials…

<!– Best placed at bottom of page before closing “body” tag –> <script type=”text/javascript” src=”//www.testimonialrobot.com/ver/latest/trobot-js.php?add=true&id=iX56f0TJ&c=222&b=e8e8e8&d=true&t=t”></script>

</body>
</html>

 And so that’s how to add a rating system to your website – For information on our main site visit WWW.TESTIMONIALROBOT.COM

 

 

How to add a rating system to your website