Index: wp-includes/class-oembed.php
===================================================================
--- wp-includes/class-oembed.php	(revision 21822)
+++ wp-includes/class-oembed.php	(working copy)
@@ -48,6 +48,7 @@
 			'#http://(.+\.)?polldaddy\.com/.*#i'                 => array( 'http://polldaddy.com/oembed/',                      true  ),
 			'#http://(www\.)?funnyordie\.com/videos/.*#i'        => array( 'http://www.funnyordie.com/oembed',                  true  ),
 			'#https?://(www\.)?twitter.com/.+?/status(es)?/.*#i' => array( 'http://api.twitter.com/1/statuses/oembed.{format}', true  ),
+			'#https?://(.+\.)?imgur\.com/.*#i'                   => array( 'http://api.imgur.com/oembed',                       true  ),
 		) );
 
 		// Fix any embeds that contain new lines in the middle of the HTML which breaks wpautop().
