If both the page and the iframe are in the same domain, you can open the fancybox window in the parent within the iframe. Check out the demo .
Parent window (contains fancybox script, css and iframe)
<iframe src="child-page.htm" height="250" width="500"></iframe>
Child page (contains a script to call fancybox on the parent)
$('a').click(function() {
source share