Tuesday, August 5, 2008

AddRating.com - Get Your Star Rating Widget

AddRatings.com = AddRating.com

More Precise, More Accurate and More Fast

Labels: , , ,

Sunday, August 3, 2008

Trick of Mind got Voting Widget

The Blogger empowered website http://www.trickofmind.com/ now also boast voting/rating capabilities to every day trick question. The customizing capabilities of http://addratings.com/ enabled a Star Widget even in the black background.

For the uninitiated TrickofMind.com is a daily trick question websites with a flock of 50,000 users.



Users find a wealth of interesting Maths, Physics, Logic and English questions there, Let me know, What you find there?

Labels: , , , ,

Thursday, July 24, 2008

Rate This Post !

If you like the Add Ratings Widget , Rate this post

Labels: , , ,

Rating Widget Version 2.0

Here is the code for the Rating Widget

FOR STANDARD WEB PAGE

<!-- Begin AddRatings.com widget code -->
<script type="text/javascript">
aR_BgColor="";
aR_FgColor="";
aR_url=location.href;
aR_title=document.title;

aR_StarType ='0';
document.write('<div id="aR_star_info" style="height:60px;">
</div>');
document.write('<scr'+'ipt type="text/JavaScript"
src="http://addratings.com/aR_BootStrap.js">
</scr'+'ipt>');
<br /></script>
<!-- End AddRatings.com widget code -->



FOR MULTIPLE POSTS IN A BLOGGER
Put the following code below <$BlogItemBody$> TAG in Blogger Template


<!-- Begin AddRatings.com widget code -->
<script type="text/javascript">
aR_BgColor="";
aR_FgColor="";
aR_url="<$BlogItemPermalinkUrl$>";
aR_title="<$BlogItemTitle$>";

aR_StarType ="20";
document.write('<div id="aR_star_info" style="height:60px;">
</div>');
document.write('<scr'+'ipt type="text/JavaScript"
src="http://addratings.com/aR_BootStrap.js">
</scr'+'ipt>');
<br /></script>
<!-- End AddRatings.com widget code -->


NOTICE THE DIFFERENCE IN
  • aR_url=location.href; //meant for the URL of the post/page

  • aR_title=document.title; //meant for title of the post/page

Labels: , , , ,