Just add this in functions file, no action or filter required
// add "iframe" to allowed html output
$allowedposttags['iframe'] = array(
'src' => array(),
'height' => array(),
'width' => array(),
'frameborder' => array(),
'allowfullscreen' => array(),
);