Hello guys.
I had the same issue. I read all the topics and i managed to fix almost everything thanks to your posts
btw thans Edgar you saved my with your plugin.
My only issue is this: i have activated the video button on tinymce so peoepl can add video using the youtube or vimeo url.
I know that just pasting the link it will embed it but the issue is that you cant arranged width and height.
Although i tried and added more things to Edgar’s plugin when i try to add iframe code it nothing appears on the post
The code i added is:
// iframe
‘iframe’ => array(
‘src’ => true,
‘style’ => true,
‘width’ => true,
‘height’ => true,
‘scrolling’ => true,
‘marginwidth’ => true,
‘marginheight’ => true,
‘frameborder’ => true,
),
any help is welcome.
Thanks in advance,
atsouf