{"id":1727,"date":"2022-08-30T15:18:56","date_gmt":"2022-08-30T15:18:56","guid":{"rendered":"https:\/\/unknownerror.org\/index.php\/2013\/11\/29\/fancybox-not-displaying-html-page-collection-of-common-programming-errors\/"},"modified":"2022-08-30T15:18:56","modified_gmt":"2022-08-30T15:18:56","slug":"fancybox-not-displaying-html-page-collection-of-common-programming-errors","status":"publish","type":"post","link":"https:\/\/unknownerror.org\/index.php\/2022\/08\/30\/fancybox-not-displaying-html-page-collection-of-common-programming-errors\/","title":{"rendered":"FancyBox not displaying html page-Collection of common programming errors"},"content":{"rendered":"<p>It may not be working because you have some syntax errors and invalid options here:<\/p>\n<pre><code>\n    $(document).ready(function() {\n        $(\"a.iframe\").fancybox({\n            'type' : 'iframe'\n            'frameWidth':500,\n            'frameHeight':500,\n        });\n    });\n\n<\/code><\/pre>\n<p>&#8230;so try this :<\/p>\n<pre><code>\n    $(document).ready(function() {\n        $(\"a.iframe\").fancybox({\n            'type' : 'iframe',  \/\/<\/code><\/pre>\n<p id=\"rop\"><small>Originally posted 2013-11-29 06:18:12. <\/small><\/p>","protected":false},"excerpt":{"rendered":"<p>It may not be working because you have some syntax errors and invalid options here: $(document).ready(function() { $(&#8220;a.iframe&#8221;).fancybox({ &#8216;type&#8217; : &#8216;iframe&#8217; &#8216;frameWidth&#8217;:500, &#8216;frameHeight&#8217;:500, }); }); &#8230;so try this : $(document).ready(function() { $(&#8220;a.iframe&#8221;).fancybox({ &#8216;type&#8217; : &#8216;iframe&#8217;, \/\/ Originally posted 2013-11-29 06:18:12.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-1727","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/1727","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/comments?post=1727"}],"version-history":[{"count":0,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/1727\/revisions"}],"wp:attachment":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/media?parent=1727"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/categories?post=1727"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/tags?post=1727"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}