Saturday, April 17, 2010

Share with orkut from your webpage

Hi here is a simple html script to share your ads on orkut. Add this script in body tag of your webpage and share ads from your local system or any website where upload the page.


<div id="orkut-button"></div>

<script type="text/javascript" src="http://www.google.com/jsapi"></script>

<script type="text/javascript">

google.load('orkut.share', '1');

google.setOnLoadCallback(function() {

new google.orkut.share.Button({

summary: 'So much to see here.'

}).draw('orkut-button');

});

</script>



Cheers ..
Happy Coding

No comments:

Post a Comment