問題の汚い解決策を見つけました。次の行を置き換えました
$('lightwindow_iframe').setAttribute('src', this.element.href);
これとともに
var youtube_content = '<object width="500" height="300"><param name="movie" value="' + this.element.href + '"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="' + this.element.href + '" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="300"></embed></object>'
this._writeToIframe(youtube_content);
動作しますが、この修正で他の外部ページを開くことはできません。これで動作するのは Youtube 埋め込みビデオのみです。