Index: wp-includes/registration.php
===================================================================
--- wp-includes/registration.php	(revision 12596)
+++ wp-includes/registration.php	(working copy)
@@ -318,7 +318,10 @@
 	$user_contactmethods = array(
 		'aim' => __('AIM'),
 		'yim' => __('Yahoo IM'),
-		'jabber' => __('Jabber / Google Talk')
+		'jabber' => __('Jabber / Google Talk'),
+		'skype' => __('Skype'),
+		'twitter' => __('Twitter'),
+		'facebook' => __('Facebook')		
 	);
 	return apply_filters('user_contactmethods',$user_contactmethods);
 }
