crazycanuck27
Forum Replies Created
-
Forum: Plugins
In reply to: [User Shortcodes] Using shortcode in iFrame@outboxed, I ended up using the Pro version of “Advanced iFrame” … but don’t know if it allows height as a percentage of viewport height.
If I recall, I made the switch because I had the issue where shortcodes in <iframe> wouldn’t work, but AiFPro does allow the use of something similar {userinfo-first_name} in the URL and I am able to pass that value to be parsed.
Forum: Plugins
In reply to: [User Shortcodes] Using shortcode in iFrame@thecompuerguyjeff – I ended up using an iframe plugin Advanced iFrame Pro that had built in the ability to pass along the user info as a parameter.
Forum: Plugins
In reply to: [Advanced iFrame] Pass current user to iFrameThat’s awesome. After 2 days struggling to fix things, it works like a charm! Thanks so much.
Forum: Plugins
In reply to: [Advanced iFrame] Pass current user to iFrameThanks for the response. {currentuser_username] is from another shortcode plugin that I had been using within a normal HTML iframe tag. But with the WP upgrade to 4.2.3, that shortcode stopped working within an iframe and I’m looking for another way to do what I need.
I’m not a coder and wasn’t sure how to write something myself. I saw this thread where it suggests your advanced iframe pro allowa the inclusion of the {userid} and similar parameters to be passed within your shortcode. Before looking to buy the pro version, wanted to know if I’d be able to pass (login, userid or username) in src=”https://creator.zohopublic.com/…/User={WP user parameter}”
Forum: Plugins
In reply to: [Advanced iFrame] Pass current user to iFrameHi Michael,
I’d been using just normal iframe HTML and passing a shortcode as part of the URL SRC to send a variable over prepopulate a form to Zoho Creator. (e.g. src=”https : //creator.zohopublic.com/…/User=[currentuser_username]” and this worked fine until WP 4.2.3 came out.Stumbled across the above and wondered whether your code would allow me to get back operational and pass the WP username in the URL string.
Thanks!