An easy to use and highly flexible ratings system.
Just specify the element ID of the item you want to rate. Any element type (Entry, Asset, User, etc) will work!
{{ craft.starRatings.stars(entry.id) }}
It's easy to customize your star icons. You can either adjust the CSS, or replace the icons entirely.
{% do craft.starRatings.setIcons({
full : '<i class="fa fa-thumbs-up"></i>',
half : '<i class="fa fa-thumbs-o-up"></i>',
empty : '<i class="fa fa-circle-thin"></i>',
}) %}
By default, Star Ratings uses the Font Awesome library. Which means you can easily swap to a different icon from the Font Awesome collection. And if you'd rather not use Font Awesome, you can disable the library from being included at all.
Once your users have cast ratings, you'll want to know which items are the highest rated...
{% set mostPopular = craft.entries.orderBy('avgRating DESC').all() %}
Here's a screenshot of the plugin's settings page...
To see some other ways that Star Ratings is flexible, check out the full documentation...
We've got other plugins too!
Check out the full catalog at doublesecretagency.com/plugins