eightface // flickrRSS plugin for WordPress

dave updated flickrRSS so it’s now a widget. i’ve been waiting for this for a while, since i like my widgets to integrate, rather than looking like i shoved flickr’s JS badge in a text widget.

also, the admin panel has been moved from the presentation page to the options page, which makes a hell of a lot more sense.
unfortunately, calling the flickrRSS from the widget interface means there’s no easy way to style the thing. so here’s the hack:

in the flickrRSS options page, change the ‘before’ to <li class="sb-flickr">

and add the following to your style.css:

/*-

 flickrRSS

 http://eightface.com/code/wp-flickrrss/

*/

li.sb-flickr {

margin-left: 2px !important;

padding: 0px;

text-indent: none;

 list-style-type:none;

 display:inline;

}

li.sb-flickr a, li.sb-flickr a:hover, li.sb-flickr a:visited {

text-decoration: none;

border: none !important;

padding:0px;

background:transparent !important;

}

li.sb-flickr a img {

 border: 1px solid #ccc;

 margin: 0 2px 2px 0;

 }

li.sb-flickr a:hover img {

 border: 1px solid #0FA1B8;

 }

that’ll make it look like the builtin support i gave the version 3.0 in disconnected (which i blatantly stole from k2).

Bookmark This:

add to del.icio.us :: Digg it :: add to ma.gnolia :: Stumble It! :: seed the vine :: TailRank