Displays an iframe (content from another page or site) on your page.
Shortcode
[iframe]
Options
- src: where the iframe links
- scrolling: (no, yes, auto) provides a scrollbar inside the iframe
- style: inserts css into a <style> tag
- width: width in pixels or % value (default 100%)
- height: height in pixels or % value (default 500px)
Examples
[iframe src="http://www.drewmagazine.com" scrolling="no" width="75%"]

