Unordered List

Wednesday, April 11, 2012

Orkut Share Button to your Blogger Blogs

Orkut has released its  new Share application programming interface.  This interface allows you to share and promote your blog posts with your friends on Orkut.  In this post I will explain you about adding Orkut Share’ Button to your Blogger Blogs.                                   

Step 1
Login to Blogger Dashboard >> Design >> Edit HTML >> Expand Widget Templates.
Press CTRL F and look for </head>
Now add following code ABOVE </head>

<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'>


And add following code BELOW it.
<div id='orkut-button'></div>

It's done. Save your template.
Credits: Thanks to www.orkutplus.net for this nice Orkut Share button.

0 comments:

Post a Comment