Free Blogger Widgets 2020
Home

Thumbs Rating Widget for Blogs and Websites

Simple javascript code to rating anything on your website or blog by clicking thumb up or thumb down button.

Thumb Up and Thumb Down rating buttons

Copy below code and paste it in any place in <body> section of your blog or website (where you want to display the widget). It will make that Thumb Rating Widget will appear in this place. Thanks to this everybody can rate your content by clicking Thumb Up or Thumb Down button.
Code:
<script ratingID="default" textColor="black" src="https://drive.google.com/uc?export=download&id=12ybJzI40DBjZIfyoKfs6A92oCTUPHLMs"></script>

Thumb Rating System example:

If you want to create more than one thumbs rating widget with this code, 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 Thumb Rating System. All widgets with the same unique ID will return the same values of ratings, and all widgets with different unique ID will return new thumb rating widget. Best option is always set the value of ratingID attribute as a string of at least 20 characters.

You can also change rating widget's text color if you want. To do this, replace an attribute textColor="black" to textColor="white". You can use only this 2 colors ("black" or "white").

If You need any help with Thumbs Rating System, please write a comment.

No comments:

Post a Comment

Home