Viewing 6 replies - 1 through 6 (of 6 total)
  • I am having the same problem. Using youtube, whether I grab the embed code from youtube or you ultimatemce to insert it, neither way works.

    Anyone have any answers?

    Me 3. I’d like to know what is up with iframes or objects.

    Same here will update thread if I find a solution.

    People in this thread seemed to have found a solution, but it doesn’t seem to work for me.

    Activated the shortcodes option, tried using the youtube shortcode with no success (just displays as text) and tried the embed code from youtube, which seems to include the script, but the block on the website stays white (no javascript?).

    Can anyone help with this please?

    I dont think that solution is the same as what we need and page.ly has already been updated for shortcode support since that post.

    The issue we are having is that page.ly is stripping the TinyMCE elements so when we use an iframe it is stripping the html and making it appear like this.

    <img data-mce-json="{'video':{},'params':{'frameborder':'0','src':'youtubeorvideolink'},'hspace':null,'vspace':null,'align':null,'bgcolor':null}" src="http://www.domain.com/wordpress/wp-includes/js/tinymce/themes/advanced/img/trans.gif" class="mceItemMedia mceItemIframe">

    instead of like this…
    <iframe frameborder="0" height="315" src="youtubeorvideolink" width="560"></iframe>

    If you add the same iframe into a page that is not using page.ly this problem does not happen so it is something with page.ly

    maybe this solves your problem:

    http://wordpress.org/support/topic/change-request-tinymce-cleanup?replies=1

    please post if it works for you.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Page.ly MultiEdit] Video inside Multiedit section’ is closed to new replies.