diff --git a/include/class.format.php b/include/class.format.php
index ecd44bb16ab2246bff61579f10e946bc1d9f076f..27497d3d32b15346f997ea63eb5bd4b0a276d6f8 100644
--- a/include/class.format.php
+++ b/include/class.format.php
@@ -322,7 +322,7 @@ class Format {
             'hook_tag' => function($e, $a=0) { return Format::__html_cleanup($e, $a); },
             'elements' => '*+iframe',
             'spec' =>
-            'iframe=-*,height,width,type,style,src(match="`^(https?:)?//(www\.)?(youtube|dailymotion|vimeo)\.com/`i"),frameborder'.($options['spec'] ? '; '.$options['spec'] : ''),
+            'iframe=-*,height,width,type,style,src(match="`^(https?:)?//(www\.)?(youtube|dailymotion|vimeo|player.vimeo)\.com/`i"),frameborder'.($options['spec'] ? '; '.$options['spec'] : ''),
         );
 
         return Format::html($html, $config);