Skip to main content
Jul 27, 2013

Facebook Album: Caching and Localization

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.
#facebook  #plugin  #wordpress
Jun 25, 2013

Facebook Album 2.0 Released!

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?
#plugin  #wordpress
Jun 25, 2013

Facebook Album 2.0 Coming soon!

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.
#api  #facebook  #plugin  #wordpress
Jun 11, 2013

Custom WordPress Widget CSS Classes

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.
#github  #plugin  #wordpress
Dec 11, 2012

Social Icon Widget

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.
#php  #plugin  #social  #wordpress
Dec 06, 2012

fbAlbum 1.0.3

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.
#facebook  #plugin  #wordpress
Nov 25, 2012

gCal - A Google Calendar

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.
#google  #plugin  #wordpress