=== IFrame Shortcode ===
Tags: iframe, embed, shortcode, tinymce, plugin
Requires at least: 3.5.2
Tested up to: 3.9
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.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