You can realize by overriding two functions + newer jQuery.
-
qa_sanitize_html() in qa-base.php
-
qa_content_prepare() in qa-page.php
1. Enable iframe
// replace [start]
//'elements' => '*+embed+object',
'elements' => '*+embed+object+iframe',
// replace [end]
2. Load newer jQuery (V1.8 later)
// replace [start]
//$qa_content['script_rel']=array('qa-content/jquery-1.7.2.min.js');
$qa_content['script_rel']=array('qa-content/jquery-1.10.2.min.js');
// replace [end]
My site example (Embeded Youtube).