1. Blogrolling.com and sign in. Once you’ve done that, click on Get Code, and then look for the OPML code') ?>.
  2. Blo.gs and sign in. Once you’ve done that in the \'Welcome Back\' box on the right, click on share, and then look for the OPML link (favorites.opml).') ?>

  3. or you can upload an OPML file from your desktop aggregator:') ?>

"; $blogrolling = false; $opml_url = $uploadfile; } else { echo __("Upload error

"); } } if (isset($opml_url) && $opml_url != '') { $opml = implode('', file($opml_url)); include_once('link-parse-opml.php'); $link_count = count($names); for ($i = 0; $i < $link_count; $i++) { if ('Last' == substr($titles[$i], 0, 4)) $titles[$i] = ''; if ('http' == substr($titles[$i], 0, 4)) $titles[$i] = ''; $query = "INSERT INTO $tablelinks (link_url, link_name, link_target, link_category, link_description, link_owner, link_rss) VALUES('{$urls[$i]}', '".addslashes($names[$i])."', '', $cat_id, '".addslashes($descriptions[$i])."', $user_ID, '{$feeds[$i]}')\n"; $result = $wpdb->query($query); echo sprintf(__("

Inserted %s

"), $names[$i]); } ?>

manage those links.'), $link_count, $cat_id, 'link-manager.php') ?>

" . __("You need to supply your OPML url. Press back on your browser and try again") . "

\n"; } // end else ?>