Star Rating System for Blogs and Websites
Elegant Rating Stars widget
To display Star Rating Widget on any website, copy below code and paste it in <body> section of your site - in place where you want to show rating stars:
Code:
5 Star Rating System Example:
If you want to create more than one rating widget with above code, you should find within code an attribute ratingID="default" and change value "default" to any string of characters (but do not accidentally delete the quotes). This string of characters is the unique ID of every one rating widget. All star rating systems with the same unique ID will return the same rating average, and all widgets with different unique ID will return new 5 star rating system. Best option is always set the value of ratingID attribute as a string of at least 15 characters.
If you want, you can also change other settings: Changing parameterstatus="active" to status="readonly" makes the widget will only display the stars, but without possibility of voting (useful if you want to show for users the rating average of item but don't allow them to voting in this place, for example at the pages which are indexing posts).
To change size of rating stars to small, raplace attributestarSize="large" to starSize="small" .
ReplacingtextColor="black" to textColor="white" will change color of widget's text (you can use only this 2 colors, "black" or "white").
If you want, you can also change other settings: Changing parameter
To change size of rating stars to small, raplace attribute
Replacing
If You have any questins about 5 Star Rating System, please write a comment.
No comments:
Post a Comment