Categories

About Me

Who is this “you” person, anyway?

Make Contact

Photos of Me (recent, I swear)

‘;
remove_filter(‘the_content’, ‘wpautop’);
include_once( get_query_template( ‘feed-items’ ) );
echo call_feed(‘flickr’,12,’

‘,’

‘,’size=m&colors=new&tags=me’);
}
/*
$flickrMEfeed = new SimplePie();
$flickrMEfeed->set_feed_url(‘http://api.flickr.com/services/feeds/photos_public.gne?id=33917831@N00&tags=me&format=rss_200’);
$flickrMEfeed->set_cache_location($_SERVER[‘DOCUMENT_ROOT’] . ‘/wp-content/plugins/cache’);
$flickrMEfeed->init();
$flickrMEfeed->handle_content_type();
if ($flickrMEfeed->data) {
echo(‘

    ‘);
    foreach ($flickrMEfeed->get_items(0, 10) as $item) { // pulls last # entries
    $image = $item->get_description();
    $image = substr($image,strpos($image,’get_description();
    $url = substr($url,strpos($url,’flickr.com/photos/’)+0);
    $url = trim(substr($url,0,strpos($url,” title”)));
    $healthy = array(“%3A”, “%2F”);
    $yummy = array(“:”, “/”);
    $image = str_replace($healthy, $yummy, $image); // puts the “colon” and “slashes” back in
    $url = str_replace($healthy, $yummy, $url);
    $image = str_replace(“m.jpg”, “s.jpg”, $image); // makes the medium size pic into the square one for thumbnail
    echo (‘

‘); } */ ?>