Support Forum

TinyMCE Unable to type in Text Field

98 Answers

New Answer

TR Total Revue
Total Revue
Member

Thanks finally all resolved 😀 Appreciate the support guys

YS Yellow Swordfish
Yellow Swordfish
Member

Depends on the source of the video. If – for example – from YouTube then the default embed they offer is using an iFrame and SP does not allow that as it is very dangerous and leaves your site open to attack to malicious intent.

In this case it is better to turn on WP oEmbed support (Wp admin > Settings > Media) and then simply paste in the YouTube url and NOT use the iFrame embed code.

VV Vitaly Vishnevsky
Vitaly Vishnevsky
Member

Yellow Swordfish said
Depends on the source of the video. If – for example – from YouTube then the default embed they offer is using an iFrame and SP does not allow that as it is very dangerous and leaves your site open to attack to malicious intent.

In this case it is better to turn on WP oEmbed support (Wp admin > Settings > Media) and then simply paste in the YouTube url and NOT use the iFrame embed code.

I have tried both, iframe disallowed by forum message, so I have tried to insert it like in a common post, but It doesnt show.confused In common post (i.e blog it works)

YS Yellow Swordfish
Yellow Swordfish
Member

What is the source site? YouTube?
Try pasting the url here in a reply.

YS Yellow Swordfish
Yellow Swordfish
Member

Might you perhaps have another plugin active that might be interfering with the post content? As you see – it works just fine and we have a lot of users successfully embedding videos on forums…

VV Vitaly Vishnevsky
Vitaly Vishnevsky
Member

Probably it is by theme. I have ifeature pro theme, but I do not know how to find where is conflict. Post embed working good, page embed working good. Also I have tried to change on twentyeleven and other themes, then embed working good. But how to find handles which are corrupting embed any suggestions?

Fixed, but will search more accurate way it is in

core-functions.php
 
if ($options->get($themeslug.’_responsive_design’) == ‘1’ ) { wp_register_script( ‘mobilemenu’ ,$path.’/js/mobilemenu.js’); /** wp_register_script( ‘video’ ,$path.’/js/video.js’); */ /** wp_enqueue_script (‘video’); */ wp_enqueue_script (‘mobilemenu’);