Facebook connect in wordpress

Posted by saurabh On January - 17 - 2010
I successfully integrated facebook connect API with my blog running on wordpress. Users can now log-in with facebook and post their comments on the blog. The comments posted on wordpress blog will also be published on their facebook’s live feed. The plugin for wordpress is developed by Adam Hupp and the modified version (v1.2.2) can

Add Digg on your wordpress blog

Posted by saurabh On January - 16 - 2010
Digg is a very popular social bookmarking website. A blog’s popularity is also measured by its presence in bookmarking websites. To enable users to digg easily, you can add a digg button on your blog’s posts in wordpress. Login to your wordpress blog (e.g. http://www.techwhiz.in/wp-admin/index.php) with administrator rights Goto ‘Editor’ from ‘Appearance’ menu in the

Display tags anywhere in WordPress

Posted by saurabh On August - 4 - 2009
I tried for nearly 2 hours before I could successfully display tags outside the WordPress loop. If you  have to display tags within the loop, use ‘the_tags()’.  ‘the_tags()’ will display the tags with proper format maintaining their links. But if you have to display tags outside the loop, you need some codes. The link for