Welcome Message

Blog Consits of a Blogger Hacks and Blogger Templates.Enhace your blog with a excellent blogger templates and very good blogger hacks.

Add orkut Button To Blogger

0

Posted on : 5:23 AM | By : sriram | In :

  • Login to your Blogger dashboard

  • Go to Layout -> Edit HTML

  • Check the Expand Widget Template checkbox, which is above the big textbox

  • Find </head> (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.load('orkut.share', '1');
    google.setOnLoadCallback(function() {
    new google.orkut.share.Button({}).draw('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!

    Share this :

    • Stumble upon
    • twitter

    Comments (0)