As we all know that Orkut has released its all new Share API which allows you to share and promote your website pages or blog posts with your friends on Orkut, today, in this post we will discuss on adding the share button on your blog or website!
- Login to your Blogger dashboard
- Go to Layout -> Edit HTML
- Check the Expand Widget Template checkbox, which is above the big textbox
- Find (Tip: Press Ctrl+F and then find) and place the below code just above it:
<script src=’http://www.google.com/jsapi’ type=’text/javascript’/>
<script type=’text/javascript’>
google.loadundefined’orkut.share’, ’1′);
google.setOnLoadCallbackundefinedfunctionundefined) {
new google.orkut.share.Buttonundefined{}).drawundefined’orkut-button’);
});
</script> - Find <div class=’post-header-line-1′/> (for post header) or <div class=’post-footer-line post-footer-line-1′> (for post footer) and place the below code below it:
<div id=’orkut-button’></div>
Done! You have successfully added the orkut share button above or below your posts!

{ 0 comments… add one now }