Published by Mijingo

movie icon image

EE Insider Blog

Spend your time learning and developing sites with ExpressionEngine and we'll use this blog to keep you informed of all the news related to ExpressionEngine and CodeIgniter.

» Read more in the Archives.

» Have a tip? Send us your EE news.

Learn ExpressionEngine Today

Over a series of 8 videos, watch and learn as Ryan builds an entire ExpressionEngine website from beginning to end. Get started now.

New Plugin: Dreebbble

Dreebbble is a brand new plugin for EE 2 that takes advantage of the recently released Dribbble API (what’s Dribbble?).

Using a simple tag pair, you can get the latest shots from any player, everyone, popular or players first shots. For example:

<ul>
 
{exp:dreebbble:get_latest player="ryanirelan" limit="5"}
  
<li><a href="{image_url}">{title}</a></li>
 
{/exp:dreebbble:get_latest}
</ul

The plugin is a free download and a nice way to include your own shots from Dribbble on your EE website.

Download Dreebbble for EE 2.

Posted on Jul 29, 2010 by Ryan Irelan

Filed Under: EE Add-ons, EE Plugins

Ruthie06:07 on 07.29.2010

Wow, that was fast. Wasn’t the API just announced yesterday?

Olivier11:55 on 07.29.2010

Wow! Thanks for the mention smile

David Coe14:18 on 07.30.2010

Olivier, you work quick! Great job!