=== Auto iFrame === Contributors: GregRoss Donate link: http://toolstack.com/donate Plugin URI: http://toolstack.com/auto-iframe Author URI: http://toolstack.com Tags: Resize, iFrame Requires at least: 3.0 Tested up to: 4.6.1 Stable tag: 1.2 License: GPL2 A quick and easy shortcode to embed iframe's that resize to the content of the remote site. == Description == A quick and easy shortcode to embed iframe's that resize to the content of the remote site. Auto iFrame shortcode is in the format of: [auto-iframe link=xxx tag=xxx width=xxx height=xxx autosize=yes/no] Where: * link = the url of the source for the iFrame. REQUIRED. * tag = a unique identifier in case you want more than one iFrame on a page. Default = auto-iframe. * width = width of the iFrame (100% by default). Can be % or px. Default = 100%. * height = the initial height of the iframe (100% by default). Can be % or px. Default = 100%. * autosize = enable the auto sizing of the iFrame based on the content. The initial height of the iFrame will be set to "height" and then resized. Default = true. * fudge = a fudge factor to apply when changing the height (integer number, no "px"). Default = 50. * border = enable the border on the iFrame. Default = 0. * scroll = enable the scroll bar on the iFrame. Default = no. Note: Auto re-sizing of the iFrame for cross domain sites does not work, this is a security protection provided by the browser and there is no way around it. Now supports (Shortcode UI)[https://github.com/fusioneng/Shortcake] (aka Shortcake)! == Installation == 1. Extract the archive file into your plugins directory in the auto-iframe folder. 2. Activate the plugin in the Plugin options. == Screenshots == 1. Post with short code. == Frequently Asked Questions == = None = None at this time. == Upgrade Notice == = 1.0 = None at this time. == Changelog == = 1.2 = * Release date: November 6, 2015 * Fixed: Height parameter was being ignored, thanks vantron. = 1.1 = * Release date: August 11, 2015 * Fixed: Make sure to check the frame element and sub-objects exist before using them later. = 1.0 = * Release date: May 15, 2015 * Added Shortcode UI support (see https://github.com/fusioneng/Shortcake for details) = 0.5 = * Release date: March 25, 2015 * Initial release.