[wp-trac] Re: [WordPress Trac] #4577: Update Incoming Links URI API (Technorati Feeds)

WordPress Trac wp-trac at lists.automattic.com
Thu Jul 5 16:17:13 GMT 2007


#4577: Update Incoming Links URI API (Technorati Feeds)
-----------------------+----------------------------------------------------
 Reporter:  g30rg3x    |        Owner:  anonymous  
     Type:  defect     |       Status:  new        
 Priority:  normal     |    Milestone:  2.3 (trunk)
Component:  General    |      Version:  2.3        
 Severity:  normal     |   Resolution:             
 Keywords:  has-patch  |  
-----------------------+----------------------------------------------------
Comment (by Otto42):

 FWIW, this will do switch the incoming links to google blogsearch with a
 plugin, using the trunk code. The needed filters are in trunk, but not in
 2.2.1.

 {{{
 function google_incoming_feed($notused) {
 return
 "http://blogsearch.google.com/blogsearch_feeds?hl=en&scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:".trailingslashit(get_option('home'));
 }
 function google_incoming_link($notused) {
 return
 "http://blogsearch.google.com/blogsearch?hl=en&scoring=d&partner=wordpress&q=link:".trailingslashit(get_option('home'));
 }
 add_filter('dashboard_incoming_links_feed','google_incoming_feed');
 add_filter('dashboard_incoming_links_link','google_incoming_link');
 }}}

-- 
Ticket URL: <http://trac.wordpress.org/ticket/4577#comment:8>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list