Clickable iframe?

How can I make my iframe clickable?
Approach #1: I put my Embed(my iframe) into a Link Block, but it didn’t work.
Approach #2: I tried to add href with iframe, that didn’t work for me.


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

:laughing: Well, that’s not what IFRAMES are designed for.
But you might be able to clickjack yourself.

DIV
  A
  IFRAME
  • DIV defines the area for display of the IFRAME
    • Make it relative
  • IFRAME contains your content
    • Make it absolute, and fills the DIV space, 100% 100%
  • A is your link panel
    • Make it absolute, and fill the DIV space, 100% 100%
    • Give it a higher z-order if needed to make sure it captures the click events rather than the IFRAME
1 Like

It worked!!! It is so nice to have you here, Michael! I feel so good that another problem solved. Also, I’m still amazed by the video you sent me.
Thanks a lot. :pray: :pray: :pray:
Here is the map of the solved problem:

You crack me up Ben, it’s great to see my solutions turned into design art. :laughing:
Very cool.

1 Like