Flickr Plugin Added
Tuesday, June 20th, 2006Well, I’m going for two at this point. I added the flickrRSS plugin from Eightface, which is pretty slick. The only downside was that my Del.icio.us plugin was making for some interference (Post 21) with the way WordPress was parsing data. A small fix was in order, which Pete pointed out. In del.icio.us.php, look for:
require_once($magpie_install_dir . ‘/rss_fetch.inc’);
and replace it with:
include_once (ABSPATH . WPINC . ‘/rss-functions.php’);
Now both of the plugins will work with no problems! ![]()