Star Ratings System - Demo

Example 1: Product

Example 2: Article

Example 3: Other Page

Example 4: Product (Polish)

Usage Instructions

To use the widget on your page, add the following code:

<div id="star-rating" 
     data-site-id="star-rating.payloadic.com" 
     data-auth-code="payloadic-auth-2025"
     data-item-id="product-123"
     data-schema-type="Product"
     data-title="Product Name"
     data-api-url="https://star-rating.payloadic.com"></div>

<script>
  window.STAR_RATING_CONFIG = {
    apiUrl: 'https://star-rating.payloadic.com'
  };
</script>
<script src="https://star-rating.payloadic.com/star-rating-widget-standalone.js"></script>