Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jeremy B. Shapiro

    (@jeremyshapiro)

    Marcus, thanks for the note and apologies that the WordPress security update broke your iframe! 🙁

    You’re adding a parameter to existing html tag attribute which is a bit more challenging to do now. You could alternately do something like this where you pass a URL param in and the iframe loads that param, or you could use some jQuery/javascript hackery do accomplish the same thing.

    [urlparams htmltag=”iframe” src=”url” width=”100%” height=”2400″ frameborder=”0″ scrolling=”auto”]

    Jeff Stevens

    (@jsrestaurantlink)

    Marcus – so did you ever get your URL param’s to work in the iFrame?

    I currently have
    <iframe src=”https://mysite.com?id=&#8221; />

    But I can’t add the short code inside the double quotes. How did you get yours to work?

    Thanks,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Param to iframe src’ is closed to new replies.