Skip to main content
[2013-07-27]

Facebook Album: Caching and Localization

#facebook #plugin #wordpress
My Facebook Album for WordPress has one major issue: performance. Each time a the plugin is loaded it polls the Facebook API for a response to parse the photos feed. I am going to integrate the caching method WordPress's RSS widgets use for caching Facebook's API response.
[2013-06-25]

Facebook Album 2.0 Released!

#plugin #wordpress
I have just pushed out version 2.0 for the Facebook Album WordPress plugin! Go on and get it, or use your WordPress's plugin updater to get the latest version. Need help?
[2013-06-25]

Facebook Album 2.0 Coming soon!

#api #facebook #plugin #wordpress
I've been hard at work in the labs revamping the Facebook Album plugin for WordPress. Very soon you will be able to use a Facebook application to authenticate with the Facebook API.
[2013-06-11]

Custom WordPress Widget CSS Classes

#github #plugin #wordpress
One thing that I has always bothered about WordPress widgets is the lack of ability to define custom widget CSS classes for each widget - it is kind of ugly using the stock widget IDs when you have four text widgets.
[2012-12-11]

Social Icon Widget

#php #plugin #social #wordpress
We all want to show off our social networks on our blog or website, especially our clients. Businesses need to have a profile on all major services in modern markets, and it is not hard recreating this multiple times; but, it can be annoying.
[2012-12-06]

fbAlbum 1.0.3

#facebook #plugin #wordpress
So I just worked on my second WordPress plugin: fbAlbum. My first implementation of fbAlbum allowed you to take a Facebook Page album URL and paste it in a shortcode to display all the images. The new release, 1.0.3, adds a widget feature. Go ahead and check out the plugin page.
[2012-11-25]

gCal - A Google Calendar

#google #plugin #wordpress
Recently at work I developed a quick and dirty Google Calendar plugin for WordPress called gCal. In all simplicity, it needed to grab the public calendar XML file, parse it, shoot out a list and provide event details in a JavaScript modal popup.