By Prestashop there is a ''isCleanHtml' function which prevents user to insert iframe code or youtube video in product discription block or product summery blockin prestashop . Using this video you can solve this problem with some easy steps .
1. Locate the string 'isCleanHtml' in product.php page .
2. Replace it with 'isString' and save the file .