Archive for the 'Code' Category

How you want it defines where you can have it….

Zooombook -- Display options
Zooombook — Display options by bluemonki on Zooomr

Technorati , ,

Piece by piece….

Zooombook
Zooombook by bluemonki on Zooomr

Technorati , ,

Working on the new Zooomr Facebook App

Click the picture to add your thoughts/comments

Working on the new Zooomr Facebook App

Technorati , ,

Zooomr API implementations and public releases

So, a little while ago Zooomr released their API to the world! What this means in reality is that normal users can create API keys and do funky things from outside Zooomr.

Now a while ago KT pinged me on GChat and hooked me up with an API key well before the public release - so I’ve had a bit of a head start compared to most. So over the last 2 months or so I’ve been busily creating and testing bits of code and today I can formally announce the release of….

[PHP-Zooomr-API] and [Ruby-Zooomr-API]

So go create an API key (http://www.zooomr.com/account/external_services/api/) and get fiddling!

And yes I will be updating the Zooomr Facebook app soon so that it uses the API rather than RSS feeds.

Technorati , ,

Zooomr Blog Widgets!!

[Zooomr RSS Reader] puts Zooomr on your Facebook page and now [Zooomr Widgets] allow you to put all your awesome photos on your blog!!

Three options available:

All Zipline Activity

<script
type=”text/javascript”
src=”http://www.zooomr.com/zipline/widget/USERNAME”>
</script>

Photos Only

<script
type=”text/javascript”
src=”http://www.zooomr.com/zipline/widget/USERNAME?acat=1″>
</script>

Chat Only

<script
type=”text/javascript”
src=”http://www.zooomr.com/zipline/widget/USERNAME?acat=18″>
</script>

If you’re using this in the K2 theme you probably need so reset the <h2> declaration using some custom css styling (you can do this from the K2 options page). Mine looks like this:


.secondary h2 {
font-size: 1.5em;
margin: .75em 0;
}

Technorati , ,