Simple Update Protocol: Update - http://blog.friendfeed.com/2008...
Dec 18, 2008
from
Jonathan Tran,
Saxtus,
Zulkarnain K.,
Ron Bailey,
Klaus Alexander Seistrup,
and
Анатолий Шарифулин
liked this
function wp_sup_get_supid() {
return substr(md5(get_bloginfo('rss2_url')), 0, 10);
}
function wp_sup_link(){
echo '<link rel="http://api.friendfeed.com/2008..." href="http://friendfeed.com/api....'" type="application/json"/>';
}
add_action('rss_head', 'wp_sup_link');
add_action('rss2_head', 'wp_sup_link');
add_action('rss2_head', 'wp_sup_link');
- Denis
Oh, I found a plugin can help you: WP SUP http://neothoughts.com/2008...
- Denis