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(); ?> Tag Archive for ‘Google’ at spencerb.net

Tag Archive for 'Google'

Two Bad Ideas

According to the FT, Google and Facebook are going to try and compete with one another more directly by making forays into one another’s core territories.

Google is planning to give Gmail users a way to aggregate the updates of their various contacts on the service, creating a stream of notifications that would echo the similar real-time streams from Facebook and Twitter, according to reports.

According to a report on the tech website TechCrunch, Facebook is planning to upgrade this messaging service to compete directly with Gmail and other internet-based mail systems.

Click to continue reading “Two Bad Ideas”

Making the News: Dow Falls, Google Markets

Dow Slides Below 10000

A slump in financial stocks sent the Dow Jones Industrial Average to its first close below 10000 in three months as concerns about the global economy and U.S. interest-rate policy simmered.

Google, Market Thyself

Here is a question no amount of searches on Google will help answer: Why did Google choose the one product it doesn’t need to advertise for its first Super Bowl commercial?

No commentary here, just some food/articles for thought!



Get Adobe Flash playerPlugin by wpburn.com wordpress themes

Close
E-mail It