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(); ?> Comments on: Creepy Facebook Message http://www.spencerb.net/2008/10/creepy-facebook-message/ Tue, 30 Mar 2010 15:25:30 +0000 http://wordpress.org/?v=2.9.2 hourly 1 By: A New Hope « Life Out Of Balance http://www.spencerb.net/2008/10/creepy-facebook-message/comment-page-1/#comment-655 A New Hope « Life Out Of Balance Wed, 22 Oct 2008 00:07:03 +0000 http://www.spencerb.net/?p=239#comment-655 [...] a comment » Spencer had just mentioned the possibility that he might, in fact, be a jedi over at Spencerb.net. Well, I [...] [...] a comment » Spencer had just mentioned the possibility that he might, in fact, be a jedi over at Spencerb.net. Well, I [...]

]]>
By: Tony Schwab http://www.spencerb.net/2008/10/creepy-facebook-message/comment-page-1/#comment-652 Tony Schwab Tue, 21 Oct 2008 18:53:57 +0000 http://www.spencerb.net/?p=239#comment-652 "As if millions of voices suddenly cried out in terror, and were suddenly silenced. I fear something terrible has happened." Hahaha I fucking love Star Wars quotes. I think memorable lines from the original movies are what really bring together Star Wars fans and make it such a pervasive part of culture. But on topic, that is strange. Maybe that is some sort of notification for maintenance on Facebook or Pidgen? Just a random guess - either way that's pretty awesome. I'm going to watch The Empire Strikes Back now. ;) “As if millions of voices suddenly cried out in terror, and were suddenly silenced. I fear something terrible has happened.”

Hahaha I fucking love Star Wars quotes. I think memorable lines from the original movies are what really bring together Star Wars fans and make it such a pervasive part of culture.

But on topic, that is strange. Maybe that is some sort of notification for maintenance on Facebook or Pidgen? Just a random guess – either way that’s pretty awesome.

I’m going to watch The Empire Strikes Back now. ;)

]]>