Webspeaks

Friday, September 23, 2011

Adding custom columns to the WordPress Posts/Pages listing

While developing your custom plugins you might may have desired to add extra columns to the pages/posts listing in WordPress admin section. At first glance you may think that it may requires editing some template file (I guessed same though ;)). But thanks to WordPress action api that allows you to manipulate nearly every action in WordPress. Adding custom column is also achieved through WordPress actions. Lets see how it is done.

Friday, September 16, 2011

Access Facebook Photo Albums using PHP - v1.0

I think it will be great if you can access your Facebook photo albums on your website. I have created an easy way to access your Facebook albums and photos on your site. Like the previous tutorial on 'How to upload photos on Facebook using PHP', this tutorial also requires the appId and secret code of your Facebook application. I will release updates of this post in near future The new version will include the comments posting on the photos.
Lets see it working...