Posts Tagged ‘share’

How to add orkut share button in blogs

Saturday, May 22, 2010 12:47 No Comments

Learn How to add Orkut Post Share Button in WordPress Blog 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() [...]

This was posted under category: tricks Tags: , , , , , , , , , , , ,