$('iframe[src*="vimeo"]', this).each(function () {
        var player = $(this).data('vimeo-player');
        if (player === undefined) {
            // If iframe has no ID
            if (!this.id) {