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).















5 Comments
Can I just say how cool the eightface design is? I love Dave’s design.
i’m still totally weirded out that he went from something so grungy and image heavy to the uber-minmalism.
i kinda liked the pre-reboot better, since the current version doesn’t really have any heirarchy at all.
Not to digress from the Flickr widget (which is great), but Dave’s design doesn’t have any hierarchy. It’s really just been reduced to a pure weblog, which I honestly (gulp) find refreshing.
Whether it’s appropriate for that kind of site, well, that’s another discussion . . .
I just want to say thank you thank you for this post. It helped me alot!!!
Also wanted to add my thanks. The work-around with the CSS is great.
Post a Comment