Thursday, July 24, 2008

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: , , , ,

5 Comments:

Blogger mynemesis said...

It's not working...even one star not appeared.

November 8, 2008 1:36 PM  
Blogger Rajesh Lal said...

mynemesis can you send me the web page address where you want to insert the addrating code

November 8, 2008 4:56 PM  
Anonymous Anonymous said...

I put several ones on my webpage and the rating is registered successfully to some of them.

For the rest it does not.

December 6, 2008 4:12 PM  
Blogger News Provider said...

Hey i don't have this code <$BlogItemBody$>

what should i do?

http://infopediass.blogspot.com/

December 10, 2008 10:23 AM  
Anonymous Ammos said...

Hi Rajesh.... this one is not working for me for multipale posts in front in blogger.... nothing is showing up.. when i use the regular code it shows up but in the all posts in front page only in first post in front page...

Thanks,
www.desionlinemovies.net

December 19, 2008 1:11 PM  

Post a Comment

<< Home