Star Rating Widget in the Blogger
Here is a crash course on How to add Star Rating Widget in the Blogger
Look for the following <$BlogItemBody$></div> and put the following code below that as shown
Your code should look exactly like the following
<$BlogItemBody$>
</div>
<!-- Begin AddRatings.com widget code -->
<script type='text/javascript'>
aR_BgColor="";
aR_FgColor="";
aR_url="<$BlogItemPermalinkUrl$>";
aR_title="<$BlogItemTitle$>";
aR_StarType ='5';
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>');
</script>
<!-- End AddRatings.com widget code -->
notice the use of "<$BlogItemPermalinkUrl$> for the URL field(aR_url") which needs to be unique and <$BlogItemTitle$> for Title field(aR_title).
Courtesy Offshore SEO services (see comment below)
<!-- Begin AddRatings.com widget code -->
<script type='text/javascript'>
aR_BgColor="";
aR_FgColor="";
aR_url="<DATA:POST.URL>";
aR_title="<DATA:POST.TITLE>";
aR_StarType ='5';
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>');
</script>
<!-- End AddRatings.com widget code -->
Look for the following <$BlogItemBody$></div> and put the following code below that as shown
Your code should look exactly like the following
<$BlogItemBody$>
</div>
<!-- Begin AddRatings.com widget code -->
<script type='text/javascript'>
aR_BgColor="";
aR_FgColor="";
aR_url="<$BlogItemPermalinkUrl$>";
aR_title="<$BlogItemTitle$>";
aR_StarType ='5';
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>');
</script>
<!-- End AddRatings.com widget code -->
notice the use of "<$BlogItemPermalinkUrl$> for the URL field(aR_url") which needs to be unique and <$BlogItemTitle$> for Title field(aR_title).
Code for NEW BLOGGER TEMPLATE
Courtesy Offshore SEO services (see comment below)
<!-- Begin AddRatings.com widget code -->
<script type='text/javascript'>
aR_BgColor="";
aR_FgColor="";
aR_url="<DATA:POST.URL>";
aR_title="<DATA:POST.TITLE>";
aR_StarType ='5';
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>');
</script>
<!-- End AddRatings.com widget code -->
Labels: Help, Rating Widget, Star
