Embed Site Rating Code To Your Website or Blog
If you ever wanted to let your readers Rate your Website or Blog. Start It has created a small JavaScript, that once installed will enable your reader to Rate your Website or Blog. To get the ratings, all you have to do is copy and paste under given JavaScript at the desired location. That’s it.
<div id="starit-widget-container" style="height: 20px;"></div>
<script type="text/javascript" src="http://star.recompile.net/javascripts/starit.js"></script>
<script type="text/javascript">
var widget;
var container = document.getElementById('starit-widget-container');
var starit = new StarItWidget(location.href);
starit.fetch();
function starit_fetch(rating) {
widget = starit.widget(rating);
container.appendChild(widget);
starit.fetch_teardown();
}
function starit_post(rating) {
var new_widget = starit.static_widget(rating);
container.replaceChild(new_widget, widget);
starit.post_teardown();
}
</script>
Site Rating Code, Embed To Your Website or Blog

Leave a comment »