Orkut has released new Share application programming interface, this widget will allow Bloggers to share and promote their blog posts with friends on Orkut. I will explain you how to setup this Orkut widget to your blogger blog.
Live Demo of Orkut Share buttotn
Step 1:
Login to Blogger, go to Dashboard --> Design --> Edit HTML --> Expand Widget Templates.
FInd </head>, and place the below code before </head> tag
<script src='http://www.google.com/jsapi' type='text/javascript'/>
<script type='text/javascript'>
google.load('orkut.share', '1');
google.setOnLoadCallback(function() {
new google.orkut.share.Button({}).draw('orkut-button');
});
</script>
Step 2
Now look for
<div class='post-header-line-1'/>
or
<p class='post-footer-line post-footer-line-1'>
Now place the below code immediately after it.
<div id='orkut-button'></div>
Ok, now we are done. Save your template and enjoy!