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(); ?> Announcement at spencerb.net



Announcement

Okay, let us overcome the extreme lack of blogging lately. Personally, I’ve hit a stretch of business in the past month, which will probably not subside until graduation. On that note, I believe seniors at the UofM should be graduating pretty soon, including Mr. Schoppe. Congratulations! Unfortunately, my graduation is not until June 19 (f-ing quarters).

But, I want to let everyone know that my brother, who is graduating from high school, and I will be having a party on June 27th. I’ll be releasing more details later and have a formal invitation process, but I just wanted to give everyone a heads up. My parents had a pool put in at the end of last summer, so it should be a lot of fun. I just need to harass a bunch of people in MN to come.

Anywho, everyone get blogging again!

[?]
Share This

Related posts:

  1. Rev. Wright’s Honorary Degree Offer Revoked
  2. Long Time, No Post
  3. First of the Final College Finals
  4. Music Music Music
  5. Good Evening!
  1. Paige posted the following on May 5, 2009 at 8:38 am.

    Pool + pool house

  2. Dan Schoppe posted the following on May 6, 2009 at 10:02 am.

    I’ll come if you give me twenty bucks.

  3. spencerb posted the following on May 6, 2009 at 11:08 am.

    That’s what our friendship has come to…(jk)


Leave a reply



Get Adobe Flash playerPlugin by wpburn.com wordpress themes

Close
E-mail It