jQuery(function ($) { $('body').contents().each(function() { // Skip non text nodes. if (this.nodeType !== 3) { return true; } // Grab text var matches = this.data.match(/(?:http:\/\/)?(?:www\.)?(?:youtube\.com|youtu\.be)\/(?:watch\?v=)?(.+)/g); if (!matches) { return true; } var iframe = $('