Categories
Orkut WebSites Wordpress

How To Add Orkut Share Button In WordPress Blogs

How To Add Orkut Share Button In Wordpress Blogs – How to share your post on Orkut and Social Networking Website likes Orkut, share your website, share your post, share your blogs on orkut, share post on social networking sites

As most of you already aware about the thing that now a days Orkut allows a share button feature for websites and blogs. In this feature website owners can extend the functionality of sharing their content with visitor friends using Orkut. It is very easy to add the Orkut share button. Just follow the following simple steps and can add share this post on Orkut button.
Implenting Share Button In WordPress Blog

Step 1. Go to the theme folder of your wordpress blog. It will be like this /public_html/wp-content/themes/

Step 2. There will be a header.php file in your wordpress theme’s folder and you need to paste the following code above </head> tag

<script type=”text/javascript” src=”http://www.google.com/jsapi”></script>
<script type=”text/javascript”>
google.load(‘orkut.share’, ‘1’);
google.setOnLoadCallback(function() {
var params = {};
params[google.orkut.share.Field.TITLE] = ‘<?php the_title() ?>’;
params[google.orkut.share.Field.DESTINATION_URL] = ‘<?php the_permalink() ?>’;
var connection = new google.orkut.share.Connection(params);
document.getElementById(‘orkut-share’).onclick =
function(e) { connection.send(‘orkut.com’, {}); };
}, true);
</script>

Step 3. Now save the header.php file and go to Single.php file or wherever you want to put this button and paste the following code there.
<span id=”orkut-share” style=”cursor:pointer; border:0px solid black”>
<img src=”http://3.bp.blogspot.com/_eEuHGVw5WLg/SwpFfy4rMqI/AAAAAAAAAAk/jdm-zBiDdv8/s320/share.gif” alt=”Share Orkut” />
</span>

Save the file, upload it to your online server and you are done now.

Now whenever you open the post of your wordpress blog you will see the Share Button feature of Orkut.

By Vaseem Ansari

Hey guys this is Vaseem Ansari, 27 years old, Software & Web Developer, Blogger & works on Wordpress Plugin Themes Development, PHP MySql Programming and Open Sources Technologies.
It takes a while for me to build trust in someone new. I am honest, thoughtful. I'm Glad I'm Me No one looks The way I do. No one walks the way I walk. No one talks the way I talk. I am me. There's no one else I'd rather be! Have fun reading this blog and don't forget to subscribe to the feed to keep updated on the latest articles.

10 replies on “How To Add Orkut Share Button In WordPress Blogs”

Just wanted to say your blog is incredibly smart. I usually prefer to hear thusme thing new regarding this mainly as a result of I actually have the similar blog in my Country on this subject so this help´s me a lot. I did a search on a topic matter and observed a really sensible variety of blogs however nothing like this.Thanks for sharing such a lot in your blog.

The subsequent time I learn a blog, I hope that it doesnt disappoint me as much as this one. I imply, I know it was my choice to learn, but I really thought youd have something attention-grabbing to say. All I hear is a bunch of whining about something that you might fix for those who werent too busy on the lookout for attention.

Leave a Reply to Antionette Rivena Cancel reply

Your email address will not be published. Required fields are marked *