An Easy To Add non-JavaScript Based Orkut Share Button For BlogSpot Blogs

The normal Orkut Share button is based on javaScript, which will definitely slow down your blog.
So, here is the new method which will add exactly the same button, without adding any additional scripts to your blog.

In just two steps, you can have this button working on your blog:

STEP #1:

Log in to Blogger, go to Layout -> Edit HTML
And find (CTRL+F) this code in the template:

<div class='post-header-line-1'/>

STEP #2:

immediately below it, paste this code:
   1: <!--ORKUT-SHARE-START-->
   2: <b:if cond='data:blog.pageType == &quot;item&quot;'>
   3: <a expr:href='&quot;http://promote.orkut.com/preview?nt=orkut.com&amp;du=&quot; 
   4: + data:post.url + &quot;&amp;tt=&quot; + data:post.title' target='_blank'>
   5: <img src='http://code.google.com/apis/orkut/docs/images/share.gif'/></a></b:if>
   6: <!--ORKUT-SHARE-END-Help-http://whatjainsays.blogspot.com-->
And save the template.


You can use any image instead of the default Orkut-Share logo, like these:



DIRECT-LINK: http://i50.tinypic.com/14mz4ac.jpg


DIRECT-LINK: http://i47.tinypic.com/35bba5e.jpg

Save the widget.


To display this button, along with Twitter or Facebook buttons, use these tables:

Table to display ANY TWO BUTTONS at a time:

   1: <table border="0">
   2: <tr>
   3: <td style="width:40%;">Paste Code For Orkut Here</td>
   4: <td style="width:40%;">Paste Code For Twitter / Facebook Here</td>
   5: </tr>
   6: </table>
Table to display ALL THREE BUTTONS at a time:
   1: <table border="0">
   2: <tr>
   3: <td 
   4: style="width:25%;">Paste Code For Orkut Here</td>
   5: <td 
   6: style="width:25%;">Paste Code For Twitter 
   7: Here</td>
   8: <td style="width:25%;">Paste Code For Facebook 
   9: Here</td>
  10: </tr>
  11: </table>

Source:
Tags: , , , , , ,

Enjoyed this article? Subscribe to our RSS feed (or) sign-up for our free newsletter to hear all what Jain Says directly in your Inbox.

Subscribe via RSS or Email:

About author

Jain T. Chacko is a freelance writer by passion and an Engineer by profession. Active in the blogger world under the title "WhatJainSays" ever since 2010. Through "whatjainsays.blogspot.com" he shares the latest buzz in the e-world, spread across thousands of websites. Loves sharing and learning also prays for world peace.
Related Posts with Thumbnails