public function rejectInlineSpreecast(Errors &$errors, Meta &$meta)
 {
     if (stristr((string) $meta->getValue(), 'iframe id="spreecast-player"') !== false) {
         $errors->reject('You cannot embed Spreecast players inline, use the provided fields and input [[spreecast]] into the contents instead.');
     }
 }