Support » Plugin: TinyMCE YouTube Embed » Error setContent

Viewing 2 replies - 1 through 2 (of 2 total)
  • Change in youtube_embed_dialog.php:

    delete:
    YoutubeEmbedDialog.local_ed.selection.setContent ( output );

    insert:
    tinymce.execCommand('mceInsertContent', false, output);

    and it will work.

    Thread Starter Zigzagnico

    (@zigzagnico)

    Hello !

    Thank you for you answer 😉

    Before the modicication, this is the error message :

    “TypeError:Impossible d’obtenir la propriété “setContent” d’une référence nulle ou non définie”

    Your solution does not resolve my problem.

    With your modification, my site appeears in the application window.

    Have a nice day,

    Nico

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error setContent’ is closed to new replies.