diff --git a/src/wp-includes/class-wp-oembed.php b/src/wp-includes/class-wp-oembed.php
index 881de68103..552595a7ec 100644
--- a/src/wp-includes/class-wp-oembed.php
+++ b/src/wp-includes/class-wp-oembed.php
@@ -113,6 +113,7 @@ public function __construct() {
 			'#https?://www\.someecards\.com/usercards/viewcard/.+#i' => array( 'https://www.someecards.com/v2/oembed/', true ),
 			'#https?://some\.ly\/.+#i'                     => array( 'https://www.someecards.com/v2/oembed/', true ),
 			'#https?://(www\.)?tiktok\.com/.*/video/.*#i'  => array( 'https://www.tiktok.com/oembed', true ),
+			'#https?://(www.)?deezer.com/([a-z]{2}/)?(track|album|playlist)/\d.*#i'  => array( 'https://api.deezer.com/oembed', true ),
 		);
 
 		if ( ! empty( self::$early_providers['add'] ) ) {
@@ -195,6 +196,7 @@ public function __construct() {
 		 * | Instagram TV | instagram.com                             | 5.1.0   |
 		 * | Instagram TV | instagr.am                                | 5.1.0   |
 		 * | TikTok       | tiktok.com                                | 5.4.0   |
+		 * | Deezer       | deezer.com                                | 5.6.0   |
 		 *
 		 * No longer supported providers:
 		 *
