Title: Param to iframe src
Last modified: August 30, 2016

---

# Param to iframe src

 *  Resolved [nordreportern](https://wordpress.org/support/users/nordreportern/)
 * (@nordreportern)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/param-to-iframe-src/)
 * Hi, I used the previous version to pass a parameter to extend an iframe src like
   this.
 * <iframe src=”[http://telekomidag.workey.se/jobb/id](http://telekomidag.workey.se/jobb/id).{
   parameter}” width=”100%” height=”2400″ frameborder=”0″ scrolling=”auto”></iframe
   >
 * Is it possible to accomplice the same thing now, and how should i write the code.
 * Thanks
    /Marcus
 * [https://wordpress.org/plugins/url-params/](https://wordpress.org/plugins/url-params/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Jeremy B. Shapiro](https://wordpress.org/support/users/jeremyshapiro/)
 * (@jeremyshapiro)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/param-to-iframe-src/#post-6417284)
 * 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](https://wordpress.org/support/users/jsrestaurantlink/)
 * (@jsrestaurantlink)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/param-to-iframe-src/#post-6417340)
 * 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](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.

 * ![](https://ps.w.org/url-params/assets/icon-128x128.png?rev=979780)
 * [URL Params](https://wordpress.org/plugins/url-params/)
 * [Support Threads](https://wordpress.org/support/plugin/url-params/)
 * [Active Topics](https://wordpress.org/support/plugin/url-params/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/url-params/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/url-params/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Jeff Stevens](https://wordpress.org/support/users/jsrestaurantlink/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/param-to-iframe-src/#post-6417340)
 * Status: resolved