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(); ?> Blame The Party, Not The Campaign at spencerb.net



Blame The Party, Not The Campaign

The truth is that there was little Mr McCain, or his campaign, could do with a party falling apart at the seams. When Mr McCain announced his second run for the presidency on April 25 2007 in Portsmouth, New Hampshire, the Republican brand was already tarnished, perhaps beyond repair. At that time, a poll for Democracy Corps, a non-profit polling organisation I co-founded, found that his party was viewed more negatively than positively by far, with 47 per cent of likely voters giving it poor marks and just 34 per cent viewing it positively. At that point 66 per cent of likely voters thought the country was on the wrong track. Of course, it only got worse as the campaign and George W. Bush’s horrendous presidency trudged on. Our latest poll finds that 79 per cent say the country is headed in the wrong direction.

FT.com / Home UK / UK – Blame the party, not the campaign.

A great piece in the Financial Times by James Carville chronicling the atmosphere that McCain faced in this election as a Republican.  Makes you wonder what the future holds for Republicans if things this November don’t go as planned.

[?]
Share This

Related posts:

  1. How to Reinvent the Republican Party
  2. How Will Conservatives Reach Out to Obama?
  3. Obama Fundraising
  4. Responsibility in Politics
  5. Colin Powell Endoreses Obama

Leave a reply



Get Adobe Flash playerPlugin by wpburn.com wordpress themes

Close
E-mail It