Import your blogroll from another system

  1. Go to Blogrolling.com and sign in. Once you've done that, click on Get Code, and then look for the OPML code.
  2. Or go to 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. Select that text and copy it or copy the link/shortcut into the box below.
    Your OPML URL:
  4. or you can upload an OPML file from your desktop aggregator:
  5. Now select a category you want to put these links in.
    Category:

Importing...

"; $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) VALUES('{$urls[$i]}', '".addslashes($names[$i])."', '', $cat_id, '".addslashes($descriptions[$i])."', $user_ID)\n"; $result = $wpdb->query($query); echo "

Inserted {$names[$i]}

"; } ?>

Inserted links into category . All done! Go manage those links.

You need to supply your OPML url. Press back on your browser and try again

\n"; } // end else ?>