Archive for the ‘Web Development’ Category
New features of WordPress 3.0
On June - 20 - 2010
WordPress 3.0 has arrived now and has many new features than its predecessors. WordPress 3.0 can be downloaded from their website or you can upgrade your existing WordPress installation. The new release is also called “Thelonius” after a famous Jazz singer. Some of the new features include custom background, headers, menus and multi user support.
Display latest tweets on your website
On March - 5 - 2010
Latest tweets can be displayed on websites by using JavaScript libraries and JSON. However, same can be done without JavaScript or JSON by using php based feed framework to fetch the latest tweet data from your public twitter stream. Download the zipped file. Open twitter.php in a text editor and change the twitter username. //
Add Google Buzz to your wordpress blog
On February - 13 - 2010
Google Buzz is a new social tool by Google. It is embedded with Gmail so you can receive buzz directly in your mailbox. I added the Google Buzz button on my blog yesterday and it was a cakewalk. Log-in to your blog and open the file in which you would like to integrate Google Buzz
Display delicious count on your wordpress blog
On January - 19 - 2010
Delicious is a very popular bookmarking website. After searching for number of websites, I found a plugin which counts the number of times the page has been saved in delicious.com. You can easily add the counter along with delicious share button on your blog powered by wordpress. Login to your blog Download the plugin (http://www.techwhiz.in/repository/zip/delicious_count.zip)
Add Facebook share button in wordpress blog
On January - 18 - 2010
It is very easy to implement Facebook share button in blog powered by wordpress. Log-in to your blog and open the file in which you would like to integrate facebook share button (e.g. single.php) Copy and paste the following code in the file and save the file. <a name="fb_share" type="button_count" share_url="<?php the_permalink(); ?>">Share</a> <script src="http://static.ak.fbcdn.net/connect.php/js/FB.Loader"
Facebook connect in wordpress
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
FB.loader problem due to Facebook share button
On January - 17 - 2010
I installed Facebook Share button on my blog running on wordpress. The code worked fine in Firefox and Chrome browser but it generated the following error in Internet Explorer: ‘FB.loader is null or not an object.’ The error is generated because FB.loader has not been loaded, while it is called-in by another subsequent function. Solution







