Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Nico

    (@nico23)

    This plugin does work with URL’s exactly like WordPress so I have no idea what you are talking about.

    Look here, youtube automatiacally embeded with just the URLs.

    http://nextgenthemes.com/plugins/advanced-responsive-video-embedder/tests/url-test/5/

    On top of that even shortcodes do not have to be written and can be generated with the simple push of a button. There your ‘dump’ clients can paste the URL/embed codes as well.

    If something does not work for you then read this and give more information.

    Do other providers work for you? You claim Youtube does not work but then speak of automatically embeds. Do the shortcodes do not work for you as well?

    Thread Starter Native Imaging

    (@native-imaging)

    This worked for me:

    <script>
    function resizeIframes() {
        $("iframe").each(function() {
            var ratio = $(this).attr('height') / $(this).attr('width');
            $(this).css('height', $(this).width() * ratio);
        });
    }
    resizeIframes();
    $(window).resize(function() {
        resizeIframes();
    });
    </script>

    Plugin Author Nico

    (@nico23)

    How has this anything to do with this plugin or answers my question?

    Anyway, yes use WordPress embeds with this script and delete my plugin please 😉

    Assuming resolved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘doesnt work for youtube’ is closed to new replies.