I am using a tinymce text editor for writing a paragraph. If i include youtube video in IFRAME tags inside a text editor then it doesn't render it in the frontend. Just a plain text of iframe is displayed.
Code
{!! $item->display_paragraph !!}
output
So how do i render iframe along with text using text editor.
