How enable iframe on colorbox?
Hi, please how can I enable iframes on colorbox?
I'd like to add a link on ad-page using a iframe on colorbox. I set this link:
HTML Code:
<a href="http://www.google.com" class="iframe cboxElement">TEST LINK</a>
The colorbox window opens but the iframe doesn't load. Only message: "This content failed to load."
I've changed the file /includes/
js/colorbox/jquery.colorbox.
js (line 25):
BEFORE
HTML Code:
iframe: false,
I've CHANGE TO:
But still doens't work.
Could you help me?