Down The Rabbit Hole - A Look At The WordPress Update API

Published on
Featured Image A few weeks ago, I sat down with my WordPress installation to see how difficult it would be to actually use a different API endpoint entirely instead of the default WordPress.org site. As others have pointed out, there are roughly 1,500 hard-coded WordPress.org links throughout the code, pointing to various API endpoints and reference documentation. What I discovered is, despite what some people are parading online, that there is no real easy way via the code to swap out the API entirely. In fact, the HTTP API within WordPress is probably one of the least useful APIs in terms of being able to ...

New Flickr Plugin

Published on
Yes sports fans, it’s that time again — we’ve been messing around with yet another plugin over at BraveNewCode. But first, everyone should know that we just put the finishing touches on WPtouch 2.0 today. There are still a few small bugs to squish, but hopefully it’ll hit the market sometime in the next week or two. It’s pretty sexy, if I do so say so myself. In terms of the new plugin, I’ll give everyone a little context. In the last two months I’ve had several people infringe upon my Flickr photo licenses by using my photos commercially. One of those incidences ended peacefully, ...

What Are You Up To Facebook?

Published on
This is a rather interesting move made by Facebook. Apparently on Friday they announced a new javascript library that would let you put Facebook applications on your own web page. Facebook announced Friday a new JavaScript client library that will allow Facebook apps to be displayed on any website. The client library allows users to make Facebook API calls from any web site and create Ajax Facebook applications on that website. Wei Zhu from Facebook explains the benefits: Since the library does not require any server-side code on your server, you can now create a Facebook application that can ...