=== IFrame Shortcode === Tags: iframe, embed, shortcode, tinymce, plugin Requires at least: 3.5.2 Tested up to: 4.5.1 Stable tag: trunk Allows the insertion of code to display an external webpage within an iframe. **Requires PHP 5.3 or later.** == Description == Allows the insertion of code to display an external webpage within an iframe. A WYSIWYG button is included to make adding the code easy. See the 'Other Notes' tab for usage information. == Installation == 1. Download the plugin 1. Unzip 1. Copy to your '/wp-content/plugins' directory 1. Activate plugin == Usage == The tag to insert the code is: `[iframe src="http://yoururl.com" width="100%" height="600"]` *You can use any attribute and it will work.* == Screenshots == 1. TinyMCE button for adding an IFrame 2. TinyMCE popup for adding an IFrame == Changelog == = 1.0.6 = July 27 2023 * Minor code improvements = 1.0.5 = May 03, 2016 * Minor URL bugfix = 1.0.4 = May 03, 2016 * Fixed asset URL 404 in the TinyMCE modal for sites installed in a subfolder = 1.0.3 = January 22, 2015 * TinyMCE button fix = 1.0.2 = April 30, 2014 * Style tweaks for WP 3.9 = 1.0.1 = February 17, 2014 * Bug fix release = 1.0 = September 26, 2013 * First version released