How Can We Help?

← All Topics
You are here:
Print

How to Add PureRatings Rating Widget

1. Insert this code in theof the webpage you want the widget to be shown on.

Replace ‘INSERT_DEALER_ID_HERE’ and ‘INSERT_DEALER_NAME_HERE’ with your dealerships information (provided during On-boarding)

[code lang=”js”]
<script class="prWidgetScript" src="https://pureratings.com/Widget/RatingWidget/PRRatingWidget.js" dealer-id="26-motors-corp-bronx-ny" dealer-name="26 Motors Corp" type="text/javascript"></script>
[/code]

2. Insert the div tag wherever you want the widget to show on that page
[code lang=”php”]<div class="prRatingDiv"></div>[/code]