=== Iframe plus GET Parameters === Authors: Jeffrey Quade Contributors: tronusa Tags: URL get params, query string, url parameters, php $_GET variables Donate link: https://www.paypal.com/donate/?cmd=_s-xclick&hosted_button_id=AEX4MXWZPR6K2 Requires at least: 5.4.12 Tested up to: 6.2 Requires PHP: 5.6 Stable tag: 1.0.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Slug: iframe-plus Passes GET parameters to iframes. == Description == This plugin extends iframes in WordPress and passes GET parameters to the iframe. Can be used to prepopulate forms that pull data from php $_GET variables, also know as the query string. == Installation == 1. Upload this plugin to the /wp-content/plugins/ directory. 2. Activate the plugin through the Plugins menu in WordPress. == Frequently Asked Questions == = Pro version = In progress, will be released at a later date. POST support will be added. == Screenshots == 1. screenshot-1.png 2. screenshot-2.png 3. screenshot-3.png == Changelog == = 1.0.2 = * Automatically now resizes the iframe height to 100%. = 1.0.1 = * Initial public release. = 1.0.0 = * In house version for personal use and testing. == Upgrade Notice == = 1.0.1 = This version has minor improvements over 1.0.0. And extra comments and code were removed.