PostBadge tag to show // FeedBurner FeedFlare. // ------------------------- // FeedBurner account and feed required. // Sign up at http://feedburner.com //================================================ class module_feedflare { function init(){ global $gregarious; $gregarious->add_settings ( array ( 'feedburner_url' => '' ) ); $gregarious->add_page ( 'FeedFlare', 'modules/feed-flare/icn_Flare.png', 'page_feedflare();', 'feedFlare' ); } function postbadge_tags(){ return array ( array ( 'tag' => '%FLARE%', 'replacewith' => 'feed_flare("",false)' ), ); } function update_info(){ return 100; } } //------------------------------------------ // TEMPlATE TAGS //------------------------------------------ function feed_flare($settings = '', $echo = true){ global $wp_query; $post = $wp_query->post; $sets = array('postID' => $post->ID, 'before' => '', 'after' => 'Gregarious FeedFlare', 'force' => 0 ); grab_sets($settings, $sets); if ( !$sets['force'] && hideOnID($sets['postID']) ){ return ''; } if( !$path = _get_feedburner_url() ) return ''; if( substr( $path, -1 ) == '/' ){ $path = substr( $path, 0, strlen( $path ) -1 ); } $path = str_replace ( 'feedburner.com/', 'feedburner.com/~s/', $path ); $path .= '?i='.get_permalink($sets['postID']); $result = $sets['before'] . "" . $sets['after']; if($echo) echo $result; else return $result; } function _get_feedburner_url(){ $feedurl = greg_get_option( 'feedburner_url' ); if ( $feedurl ){ return attribute_escape($feedurl); } else { $feedburner_settings = get_option('feedburner_settings'); if( is_array($feedburner_settings) && ($feedurl = $feedburner_settings['feedburner_url']) ) { return attribute_escape($feedurl); } else { return false; } } } //------------------------------------------ // OPTIONS PAGE //------------------------------------------ function page_feedflare(){ $feedurl = _get_feedburner_url(); ?> Preparing for Singapore at spencerb.net



Preparing for Singapore

As of tomorrow evening, I will be out of the United Kingdom until 10 April. This will embark a long nearly-full month of travel. The first leg of the journey will start heading out from London to Singapore. There, I will meet Bill and we will spend a few days there and then head to Bangkok, Thailand. (Yes, the recent political uprisings concern me). From Thailand we will make our way toward Vietnam.

Blogging will likely be scarce in this time period, but I should have some amazing pictures to post up afterward.

After returning from SE Asia, I’ll be in the UK for less than 24 hours and head to Italy for Paganello to play ultimate on the beach. That will last for several days, then I’ll meet a few of my flatmates and do a bit of travelling within Italy.

See you on the other side.

[?]
Share This

Related posts:

  1. Upcoming Travels
  2. Happy Two-Days-After-Christmas!
  3. Helsinki Recap
  1. Tony Schwab posted the following on March 28, 2010 at 2:24 pm.

    So cool. . . Does this impact the return visit you mentioned last time we talked?

  2. spencerb posted the following on March 30, 2010 at 9:25 am.

    Just got back from Asia. Exams have adjusted my plans a little bit. It looks like end of June or July is more likely now.


Leave a reply



Get Adobe Flash playerPlugin by wpburn.com wordpress themes

Close
E-mail It