We'll create fresh WordPress site with Five-Star Ratings Shortcode installed. You have 20 minutes to test the plugin after that site we'll be deleted.
Add accessible, attractive 5-star ratings anywhere on your site with a simple shortcode. The plugin uses Font Awesome icons via their SVG + JavaScript method.
This plugin is based on Hugh Lashbrooke’s Starter Plugin, a robust and GPL-licensed code template for creating a standards-compliant WordPress plugin.
<i>
or <span>
elements in HTML output[rating stars="3.0"] (Displays 3 stars out of 5)
[rating stars="2.5"] (Displays 2½ stars out of 5)
[rating stars="4.0"] (Displays 4 stars out of 5)
[rating stars="5.5"] (Incorrect usage but will display 5 stars out of 5)
In the 2nd example, the raw output will be like this before processing:
<span class="fsrs">
<span class="fsrs-stars">
<i class="fsrs-fas fa-fw fa-star"></i>
<i class="fsrs-fas fa-fw fa-star"></i>
<i class="fsrs-fas fa-fw fa-star-half-alt"></i>
<i class="fsrs-far fa-fw fa-star"></i>
<i class="fsrs-far fa-fw fa-star"></i>
</span>
<span class="hide fsrs-text fsrs-text__hidden" aria-hidden="false">2.5 out of 5</span>
<span class="lining fsrs-text fsrs-text__visible" aria-hidden="true">2.5</span>
</span>
[//]: # fs_premium_only_begin
Would you like to help translate Five-Star Ratings Shortcode into your own language? You can do that here!
This plugin includes these third-party libraries in its package.