Rambhai remote voting button is now available in multiple colours, replace the vote_icon="vote-01" in the scripts for your favourite color.
vote-01 vote-02 vote-03 vote-04 vote-05 vote-06
Add the code below to your Blog templates and you will get a "Go" button below your posts which your readers can use to Add your
Blog Post directly to Rambhai! Once the post has been submitted, the button would allow your readers to directly vote for your stories on Rambhai, without visting Rambhai.
For those who use Blogger/Blogspot:
Login to your Blogger account and go to the Templates.
<div class="rambhai_frame" style="float:left;">
<script type='text/javascript'>
var submit_url="<$BlogItemPermalinkUrl$>";
var vote_icon="vote-01";
</script>
<script type='text/javascript' src='http://www.rambhai.com/evb/button.php'>
</script>
</div>
<div class='post-body'><p> tag
<div class="rambhai_frame" style="float:left;">
<script type='text/javascript'>
var submit_url="<data:post.url/>";
var vote_icon="vote-01";
</script>
<script type='text/javascript' src='http://www.rambhai.com/evb/button.php'>
</script>
</div>
<?php the_content() ?>. You may wish to modify templates for both 'Single Post' and 'Main Index'.
<div class="rambhai_iframe" style="float:left;">
<script type='text/javascript'>
var submit_url="<?php the_permalink() ?>";
var vote_icon="vote-01";
</script>
<script type='text/javascript' src='http://www.rambhai.com/evb/button.php'>
</script>
</div>